/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | Parallel.h | 131 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { in parallel_for_each() 158 void parallel_for_each_n(IndexTy Begin, IndexTy End, FuncTy Fn) { in parallel_for_each_n() 190 ResultTy parallel_transform_reduce(IterTy Begin, IterTy End, ResultTy Init, in parallel_transform_reduce() 252 void parallelForEach(IterTy Begin, IterTy End, FuncTy Fn) { in parallelForEach() 263 void parallelForEachN(size_t Begin, size_t End, FuncTy Fn) { in parallelForEachN() 276 ResultTy parallelTransformReduce(IterTy Begin, IterTy End, ResultTy Init, in parallelTransformReduce()
|
H A D | BranchProbability.h | 205 void BranchProbability::normalizeProbabilities(ProbabilityIter Begin, in normalizeProbabilities()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/sanstats/ |
H A D | sanstats.cpp | 39 static uint64_t ReadLE(char Size, const char *Begin, const char *End) { in ReadLE() 50 static const char *ReadModule(char SizeofPtr, const char *Begin, in ReadModule() 136 const char *Begin = MB->getBufferStart(), *End = MB->getBufferEnd(); in main() local
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | CommandLineSourceLoc.h | 65 std::pair<unsigned, unsigned> Begin; member 94 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first); in fromString() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCSectionXCOFF.h | 44 MCSymbol *Begin, StringRef SymbolTableName, in MCSectionXCOFF() 67 MCSymbol *Begin, StringRef SymbolTableName, in MCSectionXCOFF()
|
H A D | MCSectionCOFF.h | 54 MCSymbol *Begin) in MCSectionCOFF()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
H A D | BPFMISimplifyPatchable.cpp | 100 auto Begin = MRI->use_begin(Op0.getReg()), End = MRI->use_end(); in checkADDrr() local 170 auto Begin = MRI->use_begin(DstReg), End = MRI->use_end(); in processCandidate() local 197 auto Begin = MRI->use_begin(DstReg), End = MRI->use_end(); in processDstReg() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | InstructionSelect.cpp | 142 for (auto MII = std::prev(MBB->end()), Begin = MBB->begin(); in runOnMachineFunction() local 210 for (auto MII = std::prev(MBB.end()), Begin = MBB.begin(); !ReachedBegin;) { in runOnMachineFunction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Testing/Support/ |
H A D | Annotations.h | 51 size_t Begin = 0; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | Sequence.h | 79 iterator_range<detail::value_sequence_iterator<ValueT>> seq(ValueT Begin, in seq()
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/ |
H A D | RangeSelector.h | 41 inline RangeSelector range(RangeSelector Begin, RangeSelector End) { in range()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | UsingDeclarationsSorter.cpp | 141 auto Begin = in endUsingDeclarationBlock() local 154 auto Begin = (*UsingDeclarations)[I].Line->First->Tok.getLocation(); in endUsingDeclarationBlock() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/ |
H A D | Delta.h | 27 int Begin; member
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/ |
H A D | TestSupport.h | 49 unsigned Begin, End; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | GCNIterativeScheduler.cpp | 45 MachineBasicBlock::iterator Begin, in printRegion() 76 MachineBasicBlock::iterator Begin, in printLivenessInfo() 232 GCNIterativeScheduler::getRegionPressure(MachineBasicBlock::iterator Begin, in getRegionPressure() 284 MachineBasicBlock::iterator Begin, in enterRegion()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
H A D | xray_utils.cc | 49 void LogWriter::WriteAll(const char *Begin, const char *End) XRAY_NEVER_INSTRUMENT { in WriteAll()
|
H A D | xray_interface_internal.h | 46 const XRaySledEntry *Begin; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | LazyRandomTypeCollection.cpp | 230 auto Begin = Types.begin(); in fullScanForType() local 264 void LazyRandomTypeCollection::visitRange(TypeIndex Begin, uint32_t BeginOffset, in visitRange()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocEntry.h | 173 const MCSymbol *Begin; variable 184 DebugLocEntry(const MCSymbol *Begin, const MCSymbol *End, in DebugLocEntry()
|
/netbsd-src/sys/external/bsd/acpica/dist/executer/ |
H A D | extrace.c | 183 BOOLEAN Begin, in AcpiExTracePoint()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachinePassManager.cpp | 73 unsigned Begin = Idx; in run() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/ |
H A D | UDTLayout.cpp | 135 uint32_t Begin = LI->getOffsetInParent(); in ClassLayout() local 278 uint32_t Begin = Child->getOffsetInParent(); in addChildToLayout() local
|