/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Parallel.h | 129 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { in parallel_for_each() 147 void parallel_for_each_n(IndexTy Begin, IndexTy End, FuncTy Fn) { in parallel_for_each_n() 183 void for_each(Policy policy, IterTy Begin, IterTy End, FuncTy Fn) { in for_each() 190 void for_each_n(Policy policy, IndexTy Begin, IndexTy End, FuncTy Fn) { in for_each_n() 208 void for_each(parallel_execution_policy policy, IterTy Begin, IterTy End, in for_each() 214 void for_each_n(parallel_execution_policy policy, IndexTy Begin, IndexTy End, in for_each_n()
|
/external/llvm/tools/sanstats/ |
D | sanstats.cpp | 38 uint64_t ReadLE(char Size, const char *Begin, const char *End) { in ReadLE() 49 const char *ReadModule(char SizeofPtr, const char *Begin, const char *End) { in ReadModule() 124 const char *Begin = MB->getBufferStart(), *End = MB->getBufferEnd(); in main() local
|
/external/llvm/include/llvm/ADT/ |
D | StringExtras.h | 154 inline std::string join_impl(IteratorT Begin, IteratorT End, in join_impl() 169 inline std::string join_impl(IteratorT Begin, IteratorT End, in join_impl() 190 inline std::string join(IteratorT Begin, IteratorT End, StringRef Separator) { in join()
|
D | StringSet.h | 38 void insert(const InputIt &Begin, const InputIt &End) { in insert()
|
D | Sequence.h | 71 iterator_range<detail::value_sequence_iterator<ValueT>> seq(ValueT Begin, in seq()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | FaultMaps.h | 174 const uint8_t *Begin = P + FunctionFaultInfosOffset + in getFunctionFaultInfoAt() local 183 const uint8_t *Begin = P + MySize; in getNextFunctionInfo() local 189 explicit FaultMapParser(const uint8_t *Begin, const uint8_t *End) in FaultMapParser() 203 const uint8_t *Begin = P + FunctionInfosOffset; in getFirstFunctionInfo() local
|
/external/llvm/include/llvm/CodeGen/ |
D | FaultMaps.h | 175 const uint8_t *Begin = P + FunctionFaultInfosOffset + in getFunctionFaultInfoAt() local 184 const uint8_t *Begin = P + MySize; in getNextFunctionInfo() local 190 explicit FaultMapParser(const uint8_t *Begin, const uint8_t *End) in FaultMapParser() 204 const uint8_t *Begin = P + FunctionInfosOffset; in getFirstFunctionInfo() local
|
/external/llvm/unittests/Support/ |
D | IteratorTest.cpp | 29 test_iterator Begin, End; in TEST() local 70 test_iterator Begin, End; in TEST() local
|
D | YAMLParserTest.cpp | 269 auto Begin = Node->begin(); in TEST() local 284 auto Begin = Node->begin(); in TEST() local 302 auto Begin = Node->begin(); in TEST() local 323 auto Begin = Node->begin(); in TEST() local
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringExtras.h | 161 inline std::string join_impl(IteratorT Begin, IteratorT End, in join_impl() 176 inline std::string join_impl(IteratorT Begin, IteratorT End, in join_impl() 232 inline std::string join(IteratorT Begin, IteratorT End, StringRef Separator) { in join()
|
/external/grpc-grpc/src/csharp/Grpc.Core/Profiling/ |
D | Profilers.cs | 49 public void Begin(string tag) in Begin() method in Grpc.Core.Profiling.NopProfiler 77 public void Begin(string tag) in Begin() method in Grpc.Core.Profiling.BasicProfiler
|
D | IProfiler.cs | 28 void Begin(string tag); in Begin() method
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFMISimplifyPatchable.cpp | 97 auto Begin = MRI->use_begin(Op0.getReg()), End = MRI->use_end(); in checkADDrr() local 155 auto Begin = MRI->use_begin(DstReg), End = MRI->use_end(); in processCandidate() local 181 auto Begin = MRI->use_begin(DstReg), End = MRI->use_end(); in processDstReg() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | InstructionSelect.cpp | 110 for (auto MII = std::prev(MBB->end()), Begin = MBB->begin(); in runOnMachineFunction() local 159 for (auto MII = std::prev(MBB.end()), Begin = MBB.begin(); !ReachedBegin;) { in runOnMachineFunction() local
|
/external/go-cmp/cmp/internal/diff/ |
D | debug_disable.go | 14 func (debugger) Begin(_, _ int, f EqualFunc, _, _ *EditScript) EqualFunc { func
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/ |
D | Annotations.h | 51 size_t Begin = 0; member
|
/external/pdfium/core/fxcrt/ |
D | cfx_seekablestreamproxy.h | 30 Begin = 0, enumerator
|
/external/libvpx/libvpx/test/ |
D | video_source.h | 143 virtual void Begin() { in Begin() function 213 virtual void Begin() { in Begin() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | Sequence.h | 75 iterator_range<detail::value_sequence_iterator<ValueT>> seq(ValueT Begin, in seq()
|
/external/libchrome/base/trace_event/ |
D | auto_open_close_event.cc | 29 void AutoOpenCloseEvent::Begin() { in Begin() function in base::trace_event::AutoOpenCloseEvent
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyCFGStackify.cpp | 178 void WebAssemblyCFGStackify::registerScope(MachineInstr *Begin, in registerScope() 184 void WebAssemblyCFGStackify::registerTryScope(MachineInstr *Begin, in registerTryScope() 192 void WebAssemblyCFGStackify::unregisterScope(MachineInstr *Begin) { in unregisterScope() 328 MachineInstr *Begin = in placeBlockMarker() local 408 MachineInstr *Begin = BuildMI(MBB, InsertPos, MBB.findDebugLoc(InsertPos), in placeLoopMarker() local 576 MachineInstr *Begin = in placeTryMarker() local
|
/external/libaom/libaom/test/ |
D | video_source.h | 145 virtual void Begin() { in Begin() function 215 virtual void Begin() { in Begin() function
|
/external/perfetto/src/trace_processor/importers/common/ |
D | flow_tracker.cc | 42 void FlowTracker::Begin(TrackId track_id, FlowId flow_id) { in Begin() function in perfetto::trace_processor::FlowTracker 52 void FlowTracker::Begin(SliceId slice_id, FlowId flow_id) { in Begin() function in perfetto::trace_processor::FlowTracker
|
/external/clang/test/CodeGenCXX/ |
D | PR24289.cpp | 6 const T *Begin; member
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX86.h | 28 Begin, enumerator
|