Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp32 static void Scan(IvarUsageMap& M, const Stmt *S) { in Scan() function
46 Scan(M, BE->getBody()); in Scan()
56 Scan(M, sub); in Scan()
60 Scan(M, SubStmt); in Scan()
63 static void Scan(IvarUsageMap& M, const ObjCPropertyImplDecl *D) { in Scan() function
77 static void Scan(IvarUsageMap& M, const ObjCContainerDecl *D) { in Scan() function
80 Scan(M, I->getBody()); in Scan()
86 Scan(M, I); in Scan()
91 Scan(M, CID); in Scan()
102 Scan(M, FD->getBody()); in Scan()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp252 unsigned Scan = OptionIdx; in FactorNodes() local
255 if (Scan == e) break; in FactorNodes()
257 Matcher *ScanMatcher = OptionsToMatch[Scan]; in FactorNodes()
265 OptionsToMatch.erase(OptionsToMatch.begin()+Scan); in FactorNodes()
273 ++Scan; in FactorNodes()
287 OptionsToMatch[Scan] = M2; in FactorNodes()
296 if (Scan != e && in FactorNodes()
298 Scan+1 != e) { in FactorNodes()
301 OptionsToMatch[Scan]->print(errs(), 4); in FactorNodes()
302 if (Scan + 1 != e) OptionsToMatch[Scan + 1]->printOne(errs()); in FactorNodes()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/DirectoryWatcher/
H A DDirectoryScanner.cpp43 getAsFileEvents(const std::vector<std::string> &Scan) { in getAsFileEvents() argument
45 Events.reserve(Scan.size()); in getAsFileEvents()
47 for (const auto &File : Scan) { in getAsFileEvents()
H A DDirectoryScanner.h23 getAsFileEvents(const std::vector<std::string> &Scan);
/freebsd-13.1/sys/contrib/device-tree/Bindings/arm/
H A Drenesas,prr.yaml14 Most Renesas ARM SoCs have a Product Register or Boundary Scan ID
/freebsd-13.1/contrib/tcsh/
H A DREADME.md23 [![Coverity Scan][badge]][coverity]
/freebsd-13.1/sys/contrib/device-tree/Bindings/input/
H A Dlpc32xx-key.txt1 NXP LPC32xx Key Scan Interface
/freebsd-13.1/share/misc/
H A Dscsi_modes172 {Background Medium Scan Interval Time} i2
173 {Background Pre-Scan Time Limit} i2
174 {Minimum Idle Time Before Background Scan} i2
175 {Maximum Time To Suspend Background Scan} i2
H A Dusb_hid_usages685 0xB5 Scan Next Track
686 0xB6 Scan Previous Track
/freebsd-13.1/sys/contrib/libsodium/
H A DREADME.markdown3 [![Coverity Scan Build Status](https://scan.coverity.com/projects/2397/badge.svg)](https://scan.cov…
/freebsd-13.1/contrib/wpa/wpa_supplicant/examples/
H A Dwpas-dbus-new.py141 iface.Scan({'Type': 'active'})
/freebsd-13.1/usr.sbin/bsdconfig/share/
H A Dkeymap.subr84 # Scan our global register to see if needs ammending
253 # Scan for keymaps unless requeted otherwise
H A Ddevice.subr1383 # Scan for the above devices unless requeted otherwise
/freebsd-13.1/stand/i386/mbr/
H A Dmbr.S54 # Scan the partition table looking for an active entry. Note that %ch is
/freebsd-13.1/tools/tools/
H A DREADME23 find-sb Scan a disk for possible filesystem superblocks.
/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_CTX_set0_CA_list.pod169 Scan all certificates in B<CAfile> and list them as acceptable CAs:
/freebsd-13.1/contrib/bearssl/src/codec/
H A Dpemdec.t0161 \ Scan input for next "begin" banner.
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc832 // Scan the high 32 bits.
836 // Scan the low 32 bits.
/freebsd-13.1/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc832 // Scan the high 32 bits.
836 // Scan the low 32 bits.
/freebsd-13.1/usr.sbin/bsdconfig/share/media/
H A Dhttpproxy.subr227 # Scan the headers of the response
H A Dtcpip.subr711 # Scan the file and add ourselves if not already configured
1535 # Scan for the first active/configured TCP/IP device. The name of the interface
/freebsd-13.1/usr.sbin/bsdconfig/include/
H A Dmessages.subr341 msg_rescan_wireless_help="Scan for new wireless networks"
375 msg_show_scan_results="Show Scan Results"
/freebsd-13.1/stand/common/
H A Dhelp.common122 Scan for Plug-and-Play devices. This command is normally automatically
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3703 for (BasicBlock::iterator Scan = I->getIterator(), in TryToSinkInstruction() local
3705 Scan != E; ++Scan) in TryToSinkInstruction()
3706 if (Scan->mayWriteToMemory()) in TryToSinkInstruction()
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A DREADME-WPS186 Scan results ('wpa_cli scan_results' or 'wpa_cli bss <idx>') include a

12