Home
last modified time | relevance | path

Searched defs:Begin (Results 1 – 25 of 438) sorted by relevance

12345678910>>...18

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DParallel.h129 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/
Dsanstats.cpp38 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DSequence.h305 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()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
DFaultMapParser.h123 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
/external/llvm/include/llvm/ADT/
DStringExtras.h154 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()
/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/string/detail/
Dpredicate.hpp28 ForwardIterator1T Begin, in ends_with_iter_select()
51 ForwardIterator1T Begin, in ends_with_iter_select()
Dfinder.hpp338 ForwardIteratorT Begin, in find_head_impl()
356 ForwardIteratorT Begin, in find_head_impl()
373 ForwardIteratorT Begin, in find_head_impl()
386 ForwardIteratorT Begin, in find_tail_impl()
412 ForwardIteratorT Begin, in find_tail_impl()
430 ForwardIteratorT Begin, in find_tail_impl()
447 ForwardIteratorT Begin, in find_tail_impl()
Dsequence.hpp32 ForwardIteratorT Begin, in insert()
171 ForwardIteratorT Begin, in replace()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Testing/Annotations/
DAnnotations.h58 size_t Begin = 0; member
116 size_t Begin; member
/external/llvm/include/llvm/CodeGen/
DFaultMaps.h175 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DFaultMaps.h174 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/unittests/Support/
DIteratorTest.cpp29 test_iterator Begin, End; in TEST() local
70 test_iterator Begin, End; in TEST() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DParallel.h169 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()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringExtras.h161 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCSectionXCOFF.h45 MCSymbol *Begin, StringRef SymbolTableName, in MCSectionXCOFF()
73 MCSymbol *Begin, StringRef SymbolTableName, in MCSectionXCOFF()
DMCSectionDXContainer.h26 MCSectionDXContainer(StringRef Name, SectionKind K, MCSymbol *Begin) in MCSectionDXContainer()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DInstructionSelect.cpp110 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFMISimplifyPatchable.cpp97 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/perfetto/src/trace_redaction/
Dtrace_redaction_framework.cc23 base::Status CollectPrimitive::Begin(Context*) const { in Begin() function in perfetto::trace_redaction::CollectPrimitive
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
DInstructionSelect.cpp142 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
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/
DAnnotations.h51 size_t Begin = 0; member
/external/go-cmp/cmp/internal/diff/
Ddebug_disable.go14 func (debugger) Begin(_, _ int, f EqualFunc, _, _ *EditScript) EqualFunc { func
/external/pdfium/core/fxcrt/
Dcfx_seekablestreamproxy.h33 Begin = 0, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSequence.h75 iterator_range<detail::value_sequence_iterator<ValueT>> seq(ValueT Begin, in seq()
/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
Darray_output_buffer.h32 char* Begin() const { return begin_; } in Begin() function

12345678910>>...18