Searched defs:End (Results 1 - 25 of 430) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerExtraCounters.cpp25 uintptr_t *End = reinterpret_cast<uintptr_t*>(ExtraCountersEnd()); local
H A DFuzzerDataFlowTrace.cpp150 const char *End = Line.c_str() + Line.size(); local
/openbsd-current/gnu/llvm/llvm/utils/count/
H A Dcount.c14 char Buffer[4096], *End; local
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMLRegallocEvictAdvisor.h30 SlotIndex End; member in struct:LRStartEndInfo
H A DSafeStackLayout.cpp57 unsigned End = Start + Obj.Size; local
68 unsigned End = Start + Obj.Size; local
69 LLVM_DEBUG(dbgs() << " First candidate: " << Start << " .. " << End << "\n"); local
83 << End << "\\n"); local
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DDeclLookups.h29 StoredDeclsMap::iterator It, End; member in class:clang::DeclContext::all_lookups_iterator
39 all_lookups_iterator(StoredDeclsMap::iterator It, StoredDeclsMap::iterator End) argument
/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DMCSymbol.cpp43 NameEntryStorageTy *End = Start + (Name ? 1 : 0); local
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DGlobPattern.cpp35 uint8_t End = S[2]; local
79 size_t End = S.find(']', 2); local
H A DStringExtras.cpp45 StringRef::size_type End = Source.find_first_of(Delimiters, Start); local
/openbsd-current/gnu/llvm/clang/include/clang/Tooling/Transformer/
H A DRangeSelector.h41 inline RangeSelector range(RangeSelector Begin, RangeSelector End) { argument
/openbsd-current/gnu/llvm/clang/tools/clang-refactor/
H A DTestSupport.h49 unsigned Begin, End; member in struct:clang::refactor::TestSelectionRange
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DSMLoc.h50 SMLoc Start, End; member in class:llvm::SMRange
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/
H A DStringTable.h28 auto End = Data.find('\0', Offset); local
/openbsd-current/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp31 char *End; local
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFListTable.cpp40 uint64_t End = HeaderOffset + FullLength; local
/openbsd-current/gnu/llvm/compiler-rt/lib/orc/
H A Ddebug.cpp59 const char *End = Start; local
/openbsd-current/gnu/usr.bin/perl/dist/IO/lib/IO/
H A DPipe.pm
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DDebugStringTableSubsection.cpp66 uint32_t End = Begin + StringSize; local
/openbsd-current/gnu/llvm/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h46 CharUnits End; member in struct:clang::CodeGen::swiftcall::SwiftAggLowering::StorageEntry
/openbsd-current/gnu/llvm/clang/lib/Tooling/Inclusions/
H A DHeaderAnalysis.cpp108 const char *End = Text; local
/openbsd-current/gnu/llvm/llvm/include/llvm/Testing/Annotations/
H A DAnnotations.h59 size_t End = 0; member in struct:llvm::Annotations::Range
117 size_t End = -1; member in struct:llvm::Annotations::Annotation
/openbsd-current/gnu/llvm/llvm/include/llvm/XRay/
H A DBlockPrinter.h31 End, member in class:llvm::xray::BlockPrinter::State
/openbsd-current/gnu/llvm/llvm/tools/llvm-sim/
H A Dllvm-sim.cpp85 std::optional<unsigned> End = local
/openbsd-current/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceScriptParser.h183 const LocIter End; member in class:llvm::rc::RCParser
/openbsd-current/gnu/llvm/llvm/tools/sanstats/
H A Dsanstats.cpp43 static uint64_t ReadLE(char Size, const char *Begin, const char *End) { argument
54 ReadModule(char SizeofPtr, const char *Begin, const char *End) argument
141 const char *Begin = MB->getBufferStart(), *End = MB->getBufferEnd(); local
[all...]

Completed in 231 milliseconds

1234567891011>>