| /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/ |
| memory_manager_test.cc | 8 void Start() {}
|
| /src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/ |
| Magic.cpp | 47 const char *Start = Magic.data() + offsetof(COFF::BigObjHeader, UUID); 48 if (memcmp(Start, COFF::BigObjMagic, sizeof(COFF::BigObjMagic)) == 0) 50 if (memcmp(Start, COFF::ClGlObjMagic, sizeof(COFF::BigObjMagic)) == 0)
|
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| FormatStringParsing.h | 45 const char *Start, const char *&Beg, 50 const char *Start, const char *&Beg, const char *E, 54 FormatSpecifier &CS, const char *Start, 74 const char *Start; 78 : Start(nullptr), Stop(stop) {} 79 SpecifierResult(const char *start, 81 : FS(fs), Start(start), Stop(false) {} 83 const char *getStart() const { return Start; } 85 bool hasValue() const { return Start != nullptr; [all...] |
| ScanfFormatString.cpp | 35 const char *start = I - 1; local 40 H.HandleIncompleteScanList(start, I); 47 H.HandleIncompleteScanList(start, I - 1); 56 H.HandleIncompleteScanList(start, I - 1); 64 H.HandleIncompleteScanList(start, I - 1); 84 const char *Start = nullptr; 87 // Look for a '%' character that indicates the start of a format specifier. 96 Start = I++; // Record the start of the format specifier. 102 if (!Start) [all...] |
| /src/external/apache2/llvm/dist/clang/tools/scan-view/share/ |
| startfile.py | 87 class Start(BaseController): 88 '''Controller for the win32 start program through os.startfile.''' 100 _controllers['windows-default'] = Start('start')
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| SMLoc.h | 50 SMLoc Start, End; 54 SMRange(SMLoc St, SMLoc En) : Start(St), End(En) { 55 assert(Start.isValid() == End.isValid() && 56 "Start and End should either both be valid or both be invalid!"); 59 bool isValid() const { return Start.isValid(); }
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| SafeStackLayout.cpp | 31 OS << " " << i << ": [" << Regions[i].Start << ", " << Regions[i].End 57 unsigned Start = AdjustStackOffset(LastRegionEnd, Obj.Size, Obj.Alignment); 58 unsigned End = Start + Obj.Size; 59 Regions.emplace_back(Start, End, Obj.Range); 67 unsigned Start = AdjustStackOffset(0, Obj.Size, Obj.Alignment); 68 unsigned End = Start + Obj.Size; 69 LLVM_DEBUG(dbgs() << " First candidate: " << Start << " .. " << End << "\n"); 71 LLVM_DEBUG(dbgs() << " Examining region: " << R.Start << " .. " << R.End 73 assert(End >= R.Start); 74 if (Start >= R.End) [all...] |
| InterferenceCache.cpp | 132 SlotIndex Start, Stop; 133 std::tie(Start, Stop) = Indexes->getMBBRange(MBBNum); 136 if (PrevPos != Start) { 137 if (!PrevPos.isValid() || Start < PrevPos) { 140 RUI.VirtI.find(Start); 141 RUI.FixedI = RUI.Fixed->find(Start); 146 RUI.VirtI.advanceTo(Start); 148 RUI.FixedI = RUI.Fixed->advanceTo(RUI.FixedI, Start); 151 PrevPos = Start; 168 SlotIndex StartI = I.start(); [all...] |
| SafeStackLayout.h | 28 unsigned Start; 32 StackRegion(unsigned Start, unsigned End, 34 : Start(Start), End(End), Range(Range) {} 37 /// The list of current stack regions, sorted by StackRegion::Start. 64 /// Returns the offset to the object start in the stack frame.
|
| /src/external/apache2/llvm/dist/llvm/lib/MC/ |
| MCSymbol.cpp | 43 NameEntryStorageTy *Start = static_cast<NameEntryStorageTy*>(Storage); 44 NameEntryStorageTy *End = Start + (Name ? 1 : 0);
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| GlobPattern.cpp | 35 uint8_t Start = S[0]; 38 // If it doesn't start with something like X-Y, 41 BV[Start] = true; 48 if (Start > End) 52 for (int C = Start; C <= End; ++C)
|
| StringExtras.cpp | 42 StringRef::size_type Start = Source.find_first_not_of(Delimiters); 45 StringRef::size_type End = Source.find_first_of(Delimiters, Start); 47 return std::make_pair(Source.slice(Start, End), Source.substr(End));
|
| Unicode.cpp | 361 const UTF8 *Start = reinterpret_cast<const UTF8 *>(Text.data() + i); 363 if (conversionOK != ConvertUTF8toUTF32(&Start, Start + Length, &Target,
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| VPlanTransforms.cpp | 51 VPValue *Start = Plan->getOrAddVPValue(II.getStartValue()); 52 NewRecipe = new VPWidenIntOrFpInductionRecipe(Phi, Start, nullptr);
|
| VPlan.h | 69 /// A range of powers-of-2 vectorization factors with fixed start and 70 /// adjustable end. The range includes start and excludes end, e.g.,: 74 const ElementCount Start; 76 // Need not be a power of 2. If End <= Start range is empty. 80 return End.getKnownMinValue() <= Start.getKnownMinValue(); 83 VFRange(const ElementCount &Start, const ElementCount &End) 84 : Start(Start), End(End) { 85 assert(Start.isScalable() == End.isScalable() && 86 "Both Start and End should have the same scalable flag") [all...] |
| /src/games/adventure/ |
| wizard.c | 86 Start(void)
|
| /src/external/apache2/llvm/dist/clang/lib/Format/ |
| TokenAnalyzer.cpp | 45 SourceLocation Start = StartOfFile.getLocWithOffset(Range.getOffset()); 46 SourceLocation End = Start.getLocWithOffset(Range.getLength()); 47 CharRanges.push_back(CharSourceRange::getCharRange(Start, End));
|
| AffectedRangeManager.cpp | 75 SourceLocation Start = First.WhitespaceRange.getBegin(); 77 Start = Start.getLocWithOffset(First.LastNewlineOffset); 80 CharSourceRange Range = CharSourceRange::getCharRange(Start, End);
|
| /src/external/apache2/llvm/dist/libcxx/benchmarks/ |
| filesystem.bench.cpp | 52 auto Start = Iter(PP.native().begin()); 55 benchmark::DoNotOptimize(Start); 58 const path P(Start, End);
|
| allocation.bench.cpp | 78 PointerList *Start = nullptr; 83 p->Next = Start; 84 Start = p; 87 PointerList *Next = Start;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/ |
| Range.h | 32 /// a start and an end address. 34 uint64_t Start; 36 AddressRange() : Start(0), End(0) {} 37 AddressRange(uint64_t S, uint64_t E) : Start(S), End(E) {} 38 uint64_t size() const { return End - Start; } 39 bool contains(uint64_t Addr) const { return Start <= Addr && Addr < End; } 41 return Start < R.End && R.Start < End; 45 return Start == R.Start && End == R.End [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/XRay/ |
| BlockPrinter.h | 25 Start, 36 State CurrentState = State::Start; 55 void reset() { CurrentState = State::Start; }
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| WebAssemblyMCCodeEmitter.cpp | 62 uint64_t Start = OS.tell(); 167 Fixups.push_back(MCFixup::create(OS.tell() - Start, MO.getExpr(),
|
| /src/sys/external/bsd/acpica/dist/compiler/ |
| asltree.c | 622 ACPI_PARSE_OBJECT *Start; 630 Start = This; 660 return (Start); 800 /* Terminate walk at start op */ 854 /* Terminate walk at start op */ 918 /* Terminate walk at start op */
|
| /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/ |
| USRFinder.cpp | 48 SourceLocation Start = Range.getBegin(); 50 if (!Start.isValid() || !Start.isFileID() || !End.isValid() || 51 !End.isFileID() || !isPointWithin(Start, End)) 61 // Determines if the Point is within Start and End. 62 bool isPointWithin(const SourceLocation Start, const SourceLocation End) { 64 return Point == Start || Point == End || 65 (Context.getSourceManager().isBeforeInTranslationUnit(Start, 83 // see. If both start and end is either before or after the point we're
|