| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ObjCUnusedIVarsChecker.cpp | 32 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 D | DAGISelMatcherOpt.cpp | 252 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 D | DirectoryScanner.cpp | 44 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 D | DirectoryScanner.h | 24 getAsFileEvents(const std::vector<std::string> &Scan);
|
| /openbsd-src/sys/dev/usb/ |
| H A D | if_atu.c | 525 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 D | RawDeflate.pm | 166 Scan => 1)
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/dml/dcn32/ |
| H A D | display_mode_vba_util_32.h | 45 bool IsVertical(enum dm_rotation_angle Scan);
|
| H A D | display_mode_vba_util_32.c | 187 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 D | InstrProfData.inc | 842 // Scan the high 32 bits. 846 // Scan the low 32 bits.
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 842 // Scan the high 32 bits. 846 // Scan the low 32 bits.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/po/ |
| H A D | ChangeLog | 162 * exgettext: Merge changes from diffutils. Scan .def files in
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/ |
| H A D | Base.pm | 424 # Need to rewind for Scan 467 *$obj->{Scan} = $got->getValue('scan');
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 4122 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 D | config-ml.in | 81 # Scan all the arguments and set all the ones we need.
|
| /openbsd-src/gnu/usr.bin/binutils/ |
| H A D | config-ml.in | 106 # Scan all the arguments and set all the ones we need.
|
| /openbsd-src/share/misc/ |
| H A D | usb_hid_usages | 819 0xB5 Scan Next Track 820 0xB6 Scan Previous Track 1223 0x56 Scan Time
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ |
| H A D | config-ml.in | 106 # Scan all the arguments and set all the ones we need.
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
| H A D | ppphbin | 114 # Scan for hints, possible replacement candidates, etc.
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | MergeFunctions.rst | 193 2. Scan *worklist*'s functions twice: first enumerate only strong functions and
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | ChangeLog | 258 (elfNN_ia64_check_relocs): Scan relocations to create dynamic
|
| /openbsd-src/regress/usr.bin/diff/ |
| H A D | t9.1 | 265 * Scan all active processes to see if any of them have a current
|
| /openbsd-src/gnu/usr.bin/perl/dist/Time-HiRes/ |
| H A D | Changes | 168 - Scan in t/utime.t whether the filesystem (wherever File::Temp
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/ |
| H A D | ChangeLog-0203 | 902 * 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 D | ChangeLog-0203 | 902 * 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 D | perlhack.pod | 1247 work out how it works. Scan through the source, and step over it in
|