| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
| D | Parallel.h | 86 void parallel_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_sort() 91 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { in parallel_for_each() 96 void parallel_for_each_n(IndexTy Begin, IndexTy End, FuncTy Fn) { in parallel_for_each_n() 106 RandomAccessIterator End, in medianOf3() 117 void parallel_quick_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_quick_sort() 143 void parallel_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_sort() 151 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { in parallel_for_each() 169 void parallel_for_each_n(IndexTy Begin, IndexTy End, FuncTy Fn) { in parallel_for_each_n() 207 void for_each(Policy policy, IterTy Begin, IterTy End, FuncTy Fn) { in for_each() 214 void for_each_n(Policy policy, IndexTy Begin, IndexTy End, FuncTy Fn) { in for_each_n() [all …]
|
| /external/swiftshader/third_party/subzero/pnacl-llvm/ |
| D | StreamingMemoryObject.cpp | 20 RawMemoryObject(const unsigned char *Start, const unsigned char *End) : in RawMemoryObject() 55 uint64_t End = Address + Size; in readBytes() local 98 uint64_t End = Address + Size; in readBytes() local 128 const unsigned char *End) { in getNonStreamedMemoryObject()
|
| /external/llvm/lib/Support/ |
| D | StreamingMemoryObject.cpp | 20 RawMemoryObject(const unsigned char *Start, const unsigned char *End) : in RawMemoryObject() 55 uint64_t End = Address + Size; in readBytes() local 98 uint64_t End = Address + Size; in readBytes() local 128 const unsigned char *End) { in getNonStreamedMemoryObject()
|
| /external/OpenCSD/decoder/tests/snapshot_parser_lib/source/ |
| D | snapshot_parser.cpp | 151 void End() {} in End() function in ParserPrivate::NullSection 161 void End() {} in End() function in ParserPrivate::IgnoredSection 190 void End() {} in End() function in ParserPrivate::GlobalSection 240 void End() in End() function in ParserPrivate::DumpSection 281 void End() {} in End() function in ParserPrivate::ExtendRegsSection 300 void End() {} in End() function in ParserPrivate::SymbolicRegsSection 332 void End() {} in End() function in ParserPrivate::DeviceSection 389 void End() {} in End() function in ParserPrivate::DeviceListSection 437 void End() {} in End() function in ParserPrivate::SnapshotSection 478 void End() {} in End() function in ParserPrivate::TraceSection [all …]
|
| /external/swiftshader/third_party/llvm-7.0/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() 127 const char *Begin = MB->getBufferStart(), *End = MB->getBufferEnd(); in main() local
|
| /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/compiler-rt/lib/esan/ |
| D | esan_shadow.h | 94 uptr End; member 140 static inline bool getAppRegion(u32 i, uptr *Start, uptr *End) { in getAppRegion() 162 static inline bool getShadowRegion(u32 i, uptr *Start, uptr *End) { in getShadowRegion()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
| D | BreadthFirstIteratorTest.cpp | 27 auto End = BFIter::end(G); in TEST() local 58 auto End = BFIter::end(G); in TEST() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
| D | LLLexer.cpp | 46 uint64_t LLLexer::atoull(const char *Buffer, const char *End) { in atoull() 60 uint64_t LLLexer::HexIntToVal(const char *Buffer, const char *End) { in HexIntToVal() 75 void LLLexer::HexToIntPair(const char *Buffer, const char *End, in HexToIntPair() 96 void LLLexer::FP80HexToIntPair(const char *Buffer, const char *End, in FP80HexToIntPair() 1019 if (const char *End = isLabelTail(CurPtr)) { in LexDigitOrNegative() local 1036 if (const char *End = isLabelTail(CurPtr)) { in LexDigitOrNegative() local
|
| /external/llvm/lib/AsmParser/ |
| D | LLLexer.cpp | 49 uint64_t LLLexer::atoull(const char *Buffer, const char *End) { in atoull() 63 uint64_t LLLexer::HexIntToVal(const char *Buffer, const char *End) { in HexIntToVal() 78 void LLLexer::HexToIntPair(const char *Buffer, const char *End, in HexToIntPair() 99 void LLLexer::FP80HexToIntPair(const char *Buffer, const char *End, in FP80HexToIntPair() 917 if (const char *End = isLabelTail(CurPtr)) { in LexDigitOrNegative() local 934 if (const char *End = isLabelTail(CurPtr)) { in LexDigitOrNegative() 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 | SetVector.h | 58 SetVector(It Start, It End) { in SetVector() 137 void insert(It Start, It End) { in insert() 292 SmallSetVector(It Start, It End) { in SmallSetVector()
|
| /external/clang/include/clang/AST/ |
| D | DeclLookups.h | 27 StoredDeclsMap::iterator It, End; variable 37 StoredDeclsMap::iterator End) in all_lookups_iterator()
|
| /external/llvm/unittests/Support/ |
| D | IteratorTest.cpp | 29 test_iterator Begin, End; in TEST() local 70 test_iterator Begin, End; in TEST() local
|
| /external/llvm/lib/CodeGen/GlobalISel/ |
| D | RegisterBank.cpp | 28 for (unsigned RCId = 0, End = TRI.getNumRegClasses(); RCId != End; ++RCId) { in verify() local 96 for (unsigned RCId = 0, End = TRI->getNumRegClasses(); RCId != End; ++RCId) { in print() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
| D | GlobPattern.cpp | 37 uint8_t End = S[2]; in expand() local 78 size_t End = S.find(']', 1); in scan() local
|
| /external/llvm/lib/CodeGen/ |
| D | SafeStackLayout.cpp | 53 unsigned End = Start + Obj.Size; in layoutObject() local 63 unsigned End = Start + Obj.Size; in layoutObject() local
|
| D | LiveRangeCalc.cpp | 220 SlotIndex Start, End; in updateFromLiveIns() local 324 SlotIndex Start, End; in findReachingDefs() local 359 SlotIndex Start, End; in findReachingDefs() local 452 SlotIndex Start, End; in updateSSA() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/ |
| D | RegisterBank.cpp | 33 for (unsigned RCId = 0, End = TRI.getNumRegClasses(); RCId != End; ++RCId) { in verify() local 103 for (unsigned RCId = 0, End = TRI->getNumRegClasses(); RCId != End; ++RCId) { in print() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
| D | SafeStackLayout.cpp | 60 unsigned End = Start + Obj.Size; in layoutObject() local 70 unsigned End = Start + Obj.Size; in layoutObject() local
|
| /external/flatbuffers/tests/MyGame/ |
| D | InParentNamespace.lua | 25 function InParentNamespace.End(builder) return builder:EndObject() end function
|
| /external/flatbuffers/tests/MyGame/Example2/ |
| D | Monster.lua | 25 function Monster.End(builder) return builder:EndObject() end function
|
| /external/grpc-grpc/src/csharp/Grpc.Core/Profiling/ |
| D | Profilers.cs | 53 public void End(string tag) in End() method in Grpc.Core.Profiling.NopProfiler 82 public void End(string tag) in End() method in Grpc.Core.Profiling.BasicProfiler
|
| /external/clang/test/Analysis/ |
| D | cxx-for-range-cfg.cpp | 11 T *End; member in rdar11671507_vector
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
| D | SetVector.h | 60 SetVector(It Start, It End) { in SetVector() 151 void insert(It Start, It End) { in insert() 305 SmallSetVector(It Start, It End) { in SmallSetVector()
|