Home
last modified time | relevance | path

Searched defs:Start (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRnglists.cpp142 auto Start = LookupPooledAddress(RLE.Value0); in getAbsoluteRanges() local
151 auto Start = LookupPooledAddress(RLE.Value0); in getAbsoluteRanges() local
242 uint64_t Start = 0; in dump() local
250 uint64_t Start = 0; in dump() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DFormatStringParsing.h74 const char *Start; variable
78 : Start(nullptr), Stop(stop) {} in Start() function
H A DFormatString.cpp76 const char *Start, in ParsePositionAmount()
124 const char *Start, in ParseFieldWidth()
146 const char *Start, in ParseArgPosition()
189 const char *Start = I; in ParseVectorModifier() local
/netbsd-src/sys/external/bsd/acpica/dist/parser/
H A Dpsargs.c141 UINT8 *Start = ParserState->Aml; AcpiPsGetNextPackageEnd() local
175 UINT8 *Start = ParserState->Aml; AcpiPsGetNextNamestring() local
265 UINT8 *Start = ParserState->Aml; AcpiPsGetNextNamepath() local
[all...]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp128 SMLoc Start, End; member in __anon48fdb3d70111::M68kOperand
137 M68kOperand(enum Kind Kind, SMLoc Start, SMLoc End) in M68kOperand()
267 SMLoc Start, SMLoc End) { in createMemOp()
281 SMLoc Start, SMLoc End) { in createToken()
297 SMLoc Start, SMLoc End) { in createImm()
600 SMLoc Start = getLexer().getLoc(); in parseImm() local
615 SMLoc Start = getLexer().getLoc(); in parseMemOp() local
754 SMLoc Start = getLexer().getLoc(); in ParseInstruction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMachObjectWriter.cpp145 uint64_t Start = W.OS.tell(); in writeHeader() local
181 uint64_t Start = W.OS.tell(); in writeSegmentLoadCommand() local
231 uint64_t Start = W.OS.tell(); in writeSection() local
265 uint64_t Start = W.OS.tell(); in writeSymtabLoadCommand() local
288 uint64_t Start = W.OS.tell(); in writeDysymtabLoadCommand() local
410 uint64_t Start = W.OS.tell(); in writeLinkeditLoadCommand() local
434 uint64_t Start = W.OS.tell(); in writeLinkerOptionsLoadCommand() local
979 uint64_t Start = getSymbolAddress(*Data->Start, Layout); in writeObject() local
999 unsigned Start = W.OS.tell(); in writeObject() local
H A DMCSymbol.cpp43 NameEntryStorageTy *Start = static_cast<NameEntryStorageTy*>(Storage); in operator new() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp71 SlotIndex Start, End; in updateFromLiveIns() local
244 SlotIndex Start, End; in findReachingDefs() local
285 SlotIndex Start, End; in findReachingDefs() local
398 SlotIndex Start, End; in updateSSA() local
H A DSafeStackLayout.cpp57 unsigned Start = AdjustStackOffset(LastRegionEnd, Obj.Size, Obj.Alignment); in layoutObject() local
67 unsigned Start = AdjustStackOffset(0, Obj.Size, Obj.Alignment); in layoutObject() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h143 IndexT Start = It.start(); in reset() local
364 iterator_range<const_iterator> half_open_range(IndexT Start, in half_open_range()
398 void insert(IndexT Start, IndexT End) { Intervals.insert(Start, End, 0); } in insert()
418 void getNonOverlappingParts(IndexT Start, IndexT Stop, in getNonOverlappingParts()
H A DSetVector.h59 SetVector(It Start, It End) { in SetVector()
150 void insert(It Start, It End) { in insert()
314 SmallSetVector(It Start, It End) { in SmallSetVector()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPExpressions.cpp420 SourceLocation Start = PeekTok.getLocation(); in EvaluateValue() local
450 SourceLocation Start = PeekTok.getLocation(); in EvaluateValue() local
480 SourceLocation Start = PeekTok.getLocation(); in EvaluateValue() local
493 SourceLocation Start = PeekTok.getLocation(); in EvaluateValue() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFinder.cpp48 SourceLocation Start = Range.getBegin(); in visitSymbolOccurrence() local
62 bool isPointWithin(const SourceLocation Start, const SourceLocation End) { in isPointWithin()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DUse.cpp37 void Use::zap(Use *Start, const Use *Stop, bool del) { in zap()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DParallel.h79 RandomAccessIterator medianOf3(RandomAccessIterator Start, in medianOf3()
91 void parallel_quick_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_quick_sort()
117 void parallel_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_sort()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Dmemory_manager_test.cc8 void Start() {} in Start() function in TestMemoryManager
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h114 visitFixitRecord(const Location &Start, const Location &End, StringRef Text) { in visitFixitRecord()
119 virtual std::error_code visitSourceRangeRecord(const Location &Start, in visitSourceRangeRecord()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Core/
H A DRewriteRope.h195 void assign(const char *Start, const char *End) { in assign()
201 void insert(unsigned Offset, const char *Start, const char *End) { in insert()
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_getdate.c740 DSTcorrect(time_t Start, time_t Future) in DSTcorrect()
769 RelativeDate(time_t Start, time_t zone, int dstmode, in RelativeDate()
796 RelativeMonth(time_t Start, time_t Timezone, time_t RelMonth) in RelativeMonth()
947 time_t Start; in __archive_get_date() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
H A DBlockPrinter.h25 Start, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DConvertUTFWrapper.cpp217 const UTF8 *Start = reinterpret_cast<const UTF8 *>(Source.data()); in convertWideToUTF8() local
231 const UTF32 *Start = reinterpret_cast<const UTF32 *>(Source.data()); in convertWideToUTF8() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp292 CXLoadedDiagnostic::Location *Start, *End; in readRange() local
351 DiagLoader::visitSourceRangeRecord(const serialized_diags::Location &Start, in visitSourceRangeRecord()
361 DiagLoader::visitFixitRecord(const serialized_diags::Location &Start, in visitFixitRecord()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerTracePC.h163 uint32_t *Start, *Stop; member
170 struct { uint8_t *Start, *Stop; } ModuleCounters[4096]; member
178 struct { const PCTableEntry *Start, *Stop; } ModulePCTable[4096]; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DMagic.cpp47 const char *Start = Magic.data() + offsetof(COFF::BigObjHeader, UUID); in identify_magic() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DDisasm.cpp49 for (CodePtr Start = getCodeBegin(), PC = Start; PC != getCodeEnd();) { in dump() local

12345678910>>...14