/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | HashTable.h | 44 HashTableIterator(const HashTable<ValueT, TraitsT> &Map, uint32_t Index, in HashTableIterator() 49 HashTableIterator(const HashTable<ValueT, TraitsT> &Map) : Map(&Map) { in HashTableIterator()
|
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
D | pointer.pass.cpp | 42 typedef typename std::conditional<!IsArray, A, A[]>::type ValueT; in test_pointer() typedef
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | DenseMap.h | 505 DenseMapIterator(const DenseMapIterator<KeyT, ValueT, in DenseMapIterator() argument 546 capacity_in_bytes(const DenseMap<KeyT, ValueT, KeyInfoT, ValueInfoT> &X) { in capacity_in_bytes() argument
|
/external/llvm/include/llvm/ADT/ |
D | DenseMap.h | 348 const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT, BucketT> &other) { in copyFrom() argument 1063 const DenseMapIterator<KeyT, ValueT, KeyInfoT, Bucket, IsConstSrc> &I) in DenseMapIterator() argument 1114 capacity_in_bytes(const DenseMap<KeyT, ValueT, KeyInfoT> &X) { in capacity_in_bytes() argument
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | DenseMap.h | 363 const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT, BucketT> &other) { in copyFrom() argument 1066 const DenseMapIterator<KeyT, ValueT, KeyInfoT, Bucket, IsConstSrc> &I) in DenseMapIterator() argument 1117 capacity_in_bytes(const DenseMap<KeyT, ValueT, KeyInfoT> &X) { in capacity_in_bytes() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | DenseMap.h | 388 const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT, BucketT> &other) { in copyFrom() argument 1148 const DenseMapIterator<KeyT, ValueT, KeyInfoT, Bucket, IsConstSrc> &I) in DenseMapIterator() argument 1218 inline size_t capacity_in_bytes(const DenseMap<KeyT, ValueT, KeyInfoT> &X) { in capacity_in_bytes() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | TinyPtrVectorTest.cpp | 31 typedef typename std::remove_pointer<PtrT>::type ValueT; typedef in __anon525a065b0111::TinyPtrVectorTest
|
/external/llvm/unittests/ADT/ |
D | TinyPtrVectorTest.cpp | 37 typedef typename std::remove_pointer<PtrT>::type ValueT; typedef in __anon186813230111::TinyPtrVectorTest
|
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 933 QualType ValueT = Method->parameters()[0]->getType(); in BuildObjCDictionaryLiteral() local 1001 QualType ValueT = ValuesT->castAs<PointerType>()->getPointeeType(); in BuildObjCDictionaryLiteral() local
|