/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | Sequence.h | 305 auto seq(T Begin, T End) { in seq() 315 auto seq_inclusive(T Begin, T End) { in seq_inclusive() 327 auto enum_seq(EnumT Begin, EnumT End) { in enum_seq() 342 auto enum_seq(EnumT Begin, EnumT End, force_iteration_on_noniterable_enum_t) { in enum_seq() 354 auto enum_seq_inclusive(EnumT Begin, EnumT End) { in enum_seq_inclusive() 369 auto enum_seq_inclusive(EnumT Begin, EnumT End, in enum_seq_inclusive()
|
/openbsd/gnu/llvm/llvm/tools/sanstats/ |
H A D | sanstats.cpp | 43 static uint64_t ReadLE(char Size, const char *Begin, const char *End) { in ReadLE() 54 static const char *ReadModule(char SizeofPtr, const char *Begin, in ReadModule() 141 const char *Begin = MB->getBufferStart(), *End = MB->getBufferEnd(); in main() local
|
/openbsd/gnu/llvm/llvm/include/llvm/Object/ |
H A D | FaultMapParser.h | 123 const uint8_t *Begin = P + FunctionFaultInfosOffset + in getFunctionFaultInfoAt() local 132 const uint8_t *Begin = P + MySize; in getNextFunctionInfo() local 138 explicit FaultMapParser(const uint8_t *Begin, const uint8_t *End) in FaultMapParser() 152 const uint8_t *Begin = P + FunctionInfosOffset; in getFirstFunctionInfo() local
|
/openbsd/gnu/llvm/compiler-rt/lib/profile/ |
H A D | InstrProfilingBuffer.c | 54 uint64_t __llvm_profile_get_num_data(const __llvm_profile_data *Begin, in __llvm_profile_get_num_data() 62 uint64_t __llvm_profile_get_data_size(const __llvm_profile_data *Begin, in __llvm_profile_get_data_size() 74 uint64_t __llvm_profile_get_num_counters(const char *Begin, const char *End) { in __llvm_profile_get_num_counters() 81 uint64_t __llvm_profile_get_counters_size(const char *Begin, const char *End) { in __llvm_profile_get_counters_size()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | ExprOpenMP.h | 223 Stmt **Begin = reinterpret_cast<Stmt **>(getTrailingObjects<Expr *>()); in children() local 227 Stmt *const *Begin = in children() local 279 Expr *Begin = nullptr; member 298 Begin = 0, enumerator 411 Stmt **Begin = reinterpret_cast<Stmt **>(getTrailingObjects<Expr *>()); in children() local 416 Stmt *const *Begin = in children() local
|
/openbsd/gnu/llvm/llvm/include/llvm/Testing/Annotations/ |
H A D | Annotations.h | 58 size_t Begin = 0; member 116 size_t Begin; member
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | Parallel.h | 169 ResultTy parallel_transform_reduce(IterTy Begin, IterTy End, ResultTy Init, in parallel_transform_reduce() 233 void parallelForEach(IterTy Begin, IterTy End, FuncTy Fn) { in parallelForEach() 239 ResultTy parallelTransformReduce(IterTy Begin, IterTy End, ResultTy Init, in parallelTransformReduce()
|
/openbsd/gnu/llvm/clang/include/clang/Frontend/ |
H A D | CommandLineSourceLoc.h | 66 std::pair<unsigned, unsigned> Begin; member 95 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first); in fromString() local
|
/openbsd/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCSectionXCOFF.h | 45 MCSymbol *Begin, StringRef SymbolTableName, in MCSectionXCOFF() 73 MCSymbol *Begin, StringRef SymbolTableName, in MCSectionXCOFF()
|
H A D | MCSectionDXContainer.h | 26 MCSectionDXContainer(StringRef Name, SectionKind K, MCSymbol *Begin) in MCSectionDXContainer()
|
H A D | MCSectionSPIRV.h | 26 MCSectionSPIRV(SectionKind K, MCSymbol *Begin) in MCSectionSPIRV()
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyCFGStackify.cpp | 63 void updateScopeTops(MachineBasicBlock *Begin, MachineBasicBlock *End) { in updateScopeTops() 220 void WebAssemblyCFGStackify::registerScope(MachineInstr *Begin, in registerScope() 227 void WebAssemblyCFGStackify::registerTryScope(MachineInstr *Begin, in registerTryScope() 235 void WebAssemblyCFGStackify::unregisterScope(MachineInstr *Begin) { in unregisterScope() 356 MachineInstr *Begin = in placeBlockMarker() local 435 MachineInstr *Begin = BuildMI(MBB, InsertPos, MBB.findDebugLoc(InsertPos), in placeLoopMarker() local 604 MachineInstr *Begin = in placeTryMarker() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | InstructionSelect.cpp | 142 for (auto MII = std::prev(MBB->end()), Begin = MBB->begin(); in runOnMachineFunction() local 225 for (auto MII = std::prev(MBB.end()), Begin = MBB.begin(); !ReachedBegin;) { in runOnMachineFunction() local
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | AttrImpl.cpp | 207 auto PrintExprs = [&OS, &Policy](Expr **Begin, Expr **End) { in printPrettyPragma() 226 auto PrintInteropInfo = [&OS](OMPInteropInfo *Begin, OMPInteropInfo *End) { in printPrettyPragma()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | GCNIterativeScheduler.cpp | 45 MachineBasicBlock::iterator Begin, in printRegion() 76 MachineBasicBlock::iterator Begin, in printLivenessInfo() 227 GCNIterativeScheduler::getRegionPressure(MachineBasicBlock::iterator Begin, in getRegionPressure() 279 MachineBasicBlock::iterator Begin, in enterRegion()
|
/openbsd/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
H A D | Delta.h | 31 int Begin; member
|
/openbsd/gnu/llvm/clang/include/clang/Tooling/Transformer/ |
H A D | RangeSelector.h | 41 inline RangeSelector range(RangeSelector Begin, RangeSelector End) { in range()
|
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
H A D | memtag.h | 167 inline uptr storeTags(uptr Begin, uptr End) { in storeTags() 287 inline NORETURN uptr storeTags(uptr Begin, uptr End) { in storeTags()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MLRegallocEvictAdvisor.h | 29 SlotIndex Begin; member
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | LazyRandomTypeCollection.cpp | 229 auto Begin = Types.begin(); in fullScanForType() local 263 void LazyRandomTypeCollection::visitRange(TypeIndex Begin, uint32_t BeginOffset, in visitRange()
|
/openbsd/gnu/llvm/llvm/lib/Target/BPF/ |
H A D | BPFMISimplifyPatchable.cpp | 179 auto Begin = MRI->use_begin(DstReg), End = MRI->use_end(); in processCandidate() local 206 auto Begin = MRI->use_begin(DstReg), End = MRI->use_end(); in processDstReg() local
|
/openbsd/gnu/llvm/clang/lib/Format/ |
H A D | UsingDeclarationsSorter.cpp | 169 auto Begin = in endUsingDeclarationBlock() local 182 auto Begin = (*UsingDeclarations)[I].Line->First->Tok.getLocation(); in endUsingDeclarationBlock() local
|
/openbsd/gnu/llvm/clang/tools/clang-refactor/ |
H A D | TestSupport.h | 49 unsigned Begin, End; member
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/ |
H A D | UDTLayout.cpp | 138 uint32_t Begin = LI->getOffsetInParent(); in ClassLayout() local 281 uint32_t Begin = Child->getOffsetInParent(); in addChildToLayout() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocEntry.h | 187 const MCSymbol *Begin; variable 198 DebugLocEntry(const MCSymbol *Begin, const MCSymbol *End, in DebugLocEntry()
|