Home
last modified time | relevance | path

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

123

/freebsd-12.1/contrib/llvm/tools/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()
57 Scan(M, sub); in Scan()
61 Scan(M, SubStmt); in Scan()
64 static void Scan(IvarUsageMap& M, const ObjCPropertyImplDecl *D) { in Scan() function
78 static void Scan(IvarUsageMap& M, const ObjCContainerDecl *D) { in Scan() function
81 Scan(M, I->getBody()); in Scan()
87 Scan(M, I); in Scan()
92 Scan(M, CID); in Scan()
103 Scan(M, FD->getBody()); in Scan()
[all …]
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp249 unsigned Scan = OptionIdx; in FactorNodes() local
252 if (Scan == e) break; in FactorNodes()
254 Matcher *ScanMatcher = OptionsToMatch[Scan]; in FactorNodes()
262 OptionsToMatch.erase(OptionsToMatch.begin()+Scan); in FactorNodes()
270 ++Scan; in FactorNodes()
284 OptionsToMatch[Scan] = M2; in FactorNodes()
293 if (Scan != e && in FactorNodes()
295 Scan+1 != e) { in FactorNodes()
298 OptionsToMatch[Scan]->print(errs(), 4); in FactorNodes()
299 if (Scan + 1 != e) OptionsToMatch[Scan + 1]->printOne(errs()); in FactorNodes()
[all …]
/freebsd-12.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-12.1/sys/contrib/libsodium/
H A DREADME.markdown3 [![Coverity Scan Build Status](https://scan.coverity.com/projects/2397/badge.svg)](https://scan.cov…
/freebsd-12.1/contrib/wpa/wpa_supplicant/examples/
H A Dwpas-dbus-new.py141 iface.Scan({'Type': 'active'})
/freebsd-12.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-12.1/stand/i386/mbr/
H A Dmbr.s54 # Scan the partition table looking for an active entry. Note that %ch is
/freebsd-12.1/tools/tools/
H A DREADME23 find-sb Scan a disk for possible filesystem superblocks.
/freebsd-12.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-12.1/contrib/bearssl/src/codec/
H A Dpemdec.t0161 \ Scan input for next "begin" banner.
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3088 for (BasicBlock::iterator Scan = I->getIterator(), in TryToSinkInstruction() local
3090 Scan != E; ++Scan) in TryToSinkInstruction()
3091 if (Scan->mayWriteToMemory()) in TryToSinkInstruction()
/freebsd-12.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-12.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-12.1/stand/common/
H A Dhelp.common115 Scan for Plug-and-Play devices. This command is normally automatically
/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A DREADME-WPS186 Scan results ('wpa_cli scan_results' or 'wpa_cli bss <idx>') include a
/freebsd-12.1/contrib/gdb/
H A Dconfig-ml.in106 # Scan all the arguments and set all the ones we need.
/freebsd-12.1/contrib/binutils/
H A Dconfig-ml.in106 # Scan all the arguments and set all the ones we need.
/freebsd-12.1/contrib/bearssl/src/ssl/
H A Dssl_hs_common.t0701 \ Scan the list of supported cipher suites for a given value. If found,
/freebsd-12.1/contrib/unbound/contrib/
H A Dfastrpz.patch169 + /* Scan the cached answer for RPZ hits.
189 + /* Scan the cached answer for RPZ hits.
/freebsd-12.1/contrib/binutils/bfd/
H A DChangeLog1718 (bfd_elf32_arm_vfp11_erratum_scan): Scan the sections of an input
/freebsd-12.1/contrib/binutils/ld/
H A DChangeLog-0203902 * pe-dll.c (fill_edata): Scan table pe_dll->exports, which is
1730 not filename (which may be a symlink). Scan the sections and
/freebsd-12.1/contrib/binutils/binutils/
H A DChangeLog-000161 (process_program_headers): Scan from index 1 for segment map.

123