Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/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()
96 static void Scan(IvarUsageMap &M, const DeclContext *C, const FileID FID, in Scan() function
[all …]
/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/llvm/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);
/openbsd-src/sys/dev/usb/
H A Dif_atu.c525 struct atu_cmd_do_scan Scan; in atu_start_scan() local
529 memset(&Scan, 0, sizeof(Scan)); in atu_start_scan()
531 Scan.Cmd = CMD_START_SCAN; in atu_start_scan()
532 Scan.Reserved = 0; in atu_start_scan()
533 USETW(Scan.Size, sizeof(Scan) - 4); in atu_start_scan()
537 Scan.BSSID[Cnt] = 0xff; in atu_start_scan()
539 memcpy(Scan.SSID, ic->ic_des_essid, ic->ic_des_esslen); in atu_start_scan()
540 Scan.SSID_Len = ic->ic_des_esslen; in atu_start_scan()
543 Scan.ScanType = ATU_SCAN_ACTIVE; in atu_start_scan()
545 Scan.Channel = (u_int8_t)sc->atu_desired_channel; in atu_start_scan()
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
H A DRawDeflate.pm166 Scan => 1)
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h45 bool IsVertical(enum dm_rotation_angle Scan);
H A Ddisplay_mode_vba_util_32.c187 bool IsVertical(enum dm_rotation_angle Scan) in IsVertical() argument
191 …if (Scan == dm_rotation_90 || Scan == dm_rotation_90m || Scan == dm_rotation_270 || Scan == dm_rot… in IsVertical()
/openbsd-src/gnu/llvm/compiler-rt/include/profile/
H A DInstrProfData.inc842 // Scan the high 32 bits.
846 // Scan the low 32 bits.
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc842 // Scan the high 32 bits.
846 // Scan the low 32 bits.
/openbsd-src/gnu/usr.bin/gcc/gcc/po/
H A DChangeLog162 * exgettext: Merge changes from diffutils. Scan .def files in
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/
H A DBase.pm424 # Need to rewind for Scan
467 *$obj->{Scan} = $got->getValue('scan');
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4122 for (BasicBlock::iterator Scan = std::next(I->getIterator()), in TryToSinkInstruction() local
4124 Scan != E; ++Scan) in TryToSinkInstruction()
4125 if (Scan->mayWriteToMemory()) in TryToSinkInstruction()
/openbsd-src/gnu/lib/libstdc++/
H A Dconfig-ml.in81 # Scan all the arguments and set all the ones we need.
/openbsd-src/gnu/usr.bin/binutils/
H A Dconfig-ml.in106 # Scan all the arguments and set all the ones we need.
/openbsd-src/share/misc/
H A Dusb_hid_usages819 0xB5 Scan Next Track
820 0xB6 Scan Previous Track
1223 0x56 Scan Time
/openbsd-src/gnu/usr.bin/binutils-2.17/
H A Dconfig-ml.in106 # Scan all the arguments and set all the ones we need.
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dppphbin114 # Scan for hints, possible replacement candidates, etc.
/openbsd-src/gnu/llvm/llvm/docs/
H A DMergeFunctions.rst193 2. Scan *worklist*'s functions twice: first enumerate only strong functions and
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A DChangeLog258 (elfNN_ia64_check_relocs): Scan relocations to create dynamic
/openbsd-src/regress/usr.bin/diff/
H A Dt9.1265 * Scan all active processes to see if any of them have a current
/openbsd-src/gnu/usr.bin/perl/dist/Time-HiRes/
H A DChanges168 - Scan in t/utime.t whether the filesystem (wherever File::Temp
/openbsd-src/gnu/usr.bin/binutils-2.17/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
/openbsd-src/gnu/usr.bin/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
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlhack.pod1247 work out how it works. Scan through the source, and step over it in

123