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

1234567891011>>

/freebsd-current/contrib/llvm-project/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
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DMatchFilePath.cpp35 const auto End = FilePath.size(); // End of `FilePath`. local
/freebsd-current/contrib/llvm-project/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...]
/freebsd-current/contrib/llvm-project/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
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFListTable.cpp40 uint64_t End = HeaderOffset + FullLength; local
/freebsd-current/contrib/llvm-project/compiler-rt/lib/orc/
H A Ddebug.cpp59 const char *End = Start; local
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DRangeSelector.h41 inline RangeSelector range(RangeSelector Begin, RangeSelector End) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCSymbol.cpp43 NameEntryStorageTy *End = Start + (Name ? 1 : 0); local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DStringTable.h28 auto End = Data.find('\0', Offset); local
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp31 char *End; local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DSMLoc.h50 SMLoc Start, End; member in class:llvm::SMRange
/freebsd-current/sys/contrib/dev/acpica/components/utilities/
H A Dutcksum.c326 UINT8 *End = Buffer + Length; local
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugStringTableSubsection.cpp66 uint32_t End = Begin + StringSize; local
/freebsd-current/contrib/llvm-project/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h46 CharUnits End; member in struct:clang::CodeGen::swiftcall::SwiftAggLowering::StorageEntry
/freebsd-current/contrib/llvm-project/llvm/include/llvm/XRay/
H A DBlockPrinter.h31 End, member in class:llvm::xray::BlockPrinter::State
/freebsd-current/contrib/llvm-project/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
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-sim/
H A Dllvm-sim.cpp85 std::optional<unsigned> End = local
/freebsd-current/sys/contrib/dev/acpica/compiler/
H A Ddttemplate.c237 char *End; local
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderAnalysis.cpp107 const char *End = Text; local
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFinder.cpp49 SourceLocation End = Range.getEnd(); local
62 bool isPointWithin(const SourceLocation Start, const SourceLocation End) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.h65 const MachineBasicBlock::iterator End; member in struct:llvm::GCNIterativeScheduler::Region
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DRegisterEHFrames.cpp94 const char *End = SectionStart + SectionSize; local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kCallingConv.h55 auto I = ArgTypes.begin(), End = ArgTypes.end(); local

Completed in 218 milliseconds

1234567891011>>