Home
last modified time | relevance | path

Searched refs:Scan (Results 1 – 25 of 45) sorted by relevance

12

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp33 static void Scan(IvarUsageMap& M, const Stmt *S) { in Scan() function
47 Scan(M, BE->getBody()); in Scan()
55 Scan(M, sub); in Scan()
59 Scan(M, SubStmt); in Scan()
62 static void Scan(IvarUsageMap& M, const ObjCPropertyImplDecl *D) { in Scan() function
76 static void Scan(IvarUsageMap& M, const ObjCContainerDecl *D) { in Scan() function
79 Scan(M, I->getBody()); in Scan()
85 Scan(M, I); in Scan()
90 Scan(M, CID); in Scan()
95 static void Scan(IvarUsageMap &M, const DeclContext *C, const FileID FID, in Scan() function
[all …]
/src/contrib/llvm-project/clang/lib/DirectoryWatcher/
H A DDirectoryScanner.cpp44 getAsFileEvents(const std::vector<std::string> &Scan) { in getAsFileEvents() argument
46 Events.reserve(Scan.size()); in getAsFileEvents()
48 for (const auto &File : Scan) { in getAsFileEvents()
H A DDirectoryScanner.h24 getAsFileEvents(const std::vector<std::string> &Scan);
/src/contrib/tcsh/
H A DREADME.md23 [![Coverity Scan][badge]][coverity]
/src/sys/contrib/device-tree/Bindings/input/
H A Dlpc32xx-key.txt1 NXP LPC32xx Key Scan Interface
/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp261 for (BasicBlock::iterator Scan = std::next(I->getIterator()), in tryToSinkInstruction() local
263 Scan != E; ++Scan) { in tryToSinkInstruction()
267 if (Scan->mayWriteToMemory()) in tryToSinkInstruction()
/src/share/misc/
H A Dscsi_modes171 {Background Medium Scan Interval Time} i2
172 {Background Pre-Scan Time Limit} i2
173 {Minimum Idle Time Before Background Scan} i2
174 {Maximum Time To Suspend Background Scan} i2
H A Dusb_vendors1869 0029 Scan Print Copy
1870 002a Scan Print Copy
1871 002b Scan Print Copy
1872 002c Scan Print Copy
1873 002d X70/X73 Scan/Print/Copy
1874 002e Scan Print Copy
1875 002f Scan Print Copy
1876 0030 Scan Print Copy
1877 0031 Scan Print Copy
1878 0032 Scan Print Copy
[all …]
H A Dusb_hid_usages684 0xB5 Scan Next Track
685 0xB6 Scan Previous Track
/src/sys/contrib/libsodium/
H A DREADME.markdown3 [![Coverity Scan Build Status](https://scan.coverity.com/projects/2397/badge.svg)](https://scan.cov…
/src/contrib/wpa/wpa_supplicant/examples/
H A Dwpas-dbus-new.py141 iface.Scan({'Type': 'active'})
/src/usr.sbin/bsdconfig/share/
H A Dkeymap.subr83 # Scan our global register to see if needs ammending
252 # Scan for keymaps unless requeted otherwise
H A Ddevice.subr1370 # Scan for the above devices unless requeted otherwise
/src/stand/i386/mbr/
H A Dmbr.S52 # Scan the partition table looking for an active entry. Note that %ch is
/src/tools/tools/
H A DREADME21 find-sb Scan a disk for possible filesystem superblocks.
/src/contrib/bearssl/src/codec/
H A Dpemdec.t0161 \ Scan input for next "begin" banner.
/src/crypto/openssl/doc/man3/
H A DSSL_CTX_set0_CA_list.pod169 Scan all certificates in B<CAfile> and list them as acceptable CAs:
/src/usr.sbin/bsdconfig/include/
H A Dmessages.subr321 msg_rescan_wireless_help="Scan for new wireless networks"
354 msg_show_scan_results="Show Scan Results"
/src/usr.sbin/bsdconfig/share/media/
H A Dhttpproxy.subr225 # Scan the headers of the response
H A Dtcpip.subr710 # Scan the file and add ourselves if not already configured
1533 # Scan for the first active/configured TCP/IP device. The name of the interface
/src/stand/common/
H A Dhelp.common122 Scan for Plug-and-Play devices. This command is normally automatically
/src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc929 // Scan the high 32 bits.
933 // Scan the low 32 bits.
/src/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc929 // Scan the high 32 bits.
933 // Scan the low 32 bits.
/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4768 for (BasicBlock::iterator Scan = std::next(I->getIterator()), in tryToSinkInstruction() local
4770 Scan != E; ++Scan) in tryToSinkInstruction()
4771 if (Scan->mayWriteToMemory()) in tryToSinkInstruction()
/src/contrib/wpa/wpa_supplicant/
H A DREADME-WPS182 Scan results ('wpa_cli scan_results' or 'wpa_cli bss <idx>') include a

12