/external/abseil-cpp/absl/container/internal/ |
D | hash_function_defaults_test.cc | 114 using PointerTypes = typedef 125 TYPED_TEST_SUITE(EqPointer, PointerTypes); 132 TYPED_TEST_SUITE(HashPointer, PointerTypes);
|
/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
D | hash_function_defaults_test.cc | 114 using PointerTypes = typedef 125 TYPED_TEST_SUITE(EqPointer, PointerTypes); 132 TYPED_TEST_SUITE(HashPointer, PointerTypes);
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | hash_function_defaults_test.cc | 117 using PointerTypes = typedef 128 TYPED_TEST_SUITE(EqPointer, PointerTypes); 135 TYPED_TEST_SUITE(HashPointer, PointerTypes);
|
/external/libtextclassifier/abseil-cpp/absl/container/internal/ |
D | hash_function_defaults_test.cc | 117 using PointerTypes = typedef 128 TYPED_TEST_SUITE(EqPointer, PointerTypes); 135 TYPED_TEST_SUITE(HashPointer, PointerTypes);
|
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | hash_function_defaults_test.cc | 117 using PointerTypes = typedef 128 TYPED_TEST_SUITE(EqPointer, PointerTypes); 135 TYPED_TEST_SUITE(HashPointer, PointerTypes);
|
/external/llvm-project/clang/utils/TableGen/ |
D | MveEmitter.cpp | 980 std::map<std::string, std::unique_ptr<PointerType>> PointerTypes; member in __anond0646b370111::EmitterBase 1021 if (PointerTypes.find(key) == PointerTypes.end()) in getPointerType() 1022 PointerTypes[key] = std::make_unique<PointerType>(PT); in getPointerType() 1023 return PointerTypes[key].get(); in getPointerType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Type.cpp | 644 PointerType *&Entry = AddressSpace == 0 ? CImpl->PointerTypes[EltTy] in get()
|
D | LLVMContextImpl.h | 1338 DenseMap<Type*, PointerType*> PointerTypes; // Pointers in AddrSpace = 0
|
/external/llvm/lib/IR/ |
D | Type.cpp | 666 PointerType *&Entry = AddressSpace == 0 ? CImpl->PointerTypes[EltTy] in get()
|
D | LLVMContextImpl.h | 1128 DenseMap<Type*, PointerType*> PointerTypes; // Pointers in AddrSpace = 0
|
/external/llvm-project/llvm/lib/IR/ |
D | Type.cpp | 666 PointerType *&Entry = AddressSpace == 0 ? CImpl->PointerTypes[EltTy] in get()
|
D | LLVMContextImpl.h | 1436 DenseMap<Type*, PointerType*> PointerTypes; // Pointers in AddrSpace = 0
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersNodeTest.cpp | 1195 TEST(TypeMatching, PointerTypes) { in TEST() argument
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 98 mutable llvm::FoldingSet<PointerType> PointerTypes; variable
|
/external/llvm-project/clang/include/clang/AST/ |
D | ASTContext.h | 191 mutable llvm::FoldingSet<PointerType> PointerTypes; variable
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOverload.cpp | 7789 TypeSet PointerTypes; member in __anone93f13810b11::BuiltinCandidateTypeSet 7846 llvm::iterator_range<iterator> pointer_types() { return PointerTypes; } in pointer_types() 7878 if (!PointerTypes.insert(Ty)) in AddPointerWithMoreQualifiedTypeVariants() 7927 PointerTypes.insert(QPointerTy); in AddPointerWithMoreQualifiedTypeVariants() 8013 PointerTypes.insert(Ty); in AddTypesConvertedFrom()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 2352 if (PointerType *PT = PointerTypes.FindNodeOrInsertPos(ID, InsertPos)) in getPointerType() 2362 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getPointerType() 2367 PointerTypes.InsertNode(New, InsertPos); in getPointerType()
|
/external/llvm-project/clang/lib/AST/ |
D | ASTContext.cpp | 3153 if (PointerType *PT = PointerTypes.FindNodeOrInsertPos(ID, InsertPos)) in getPointerType() 3163 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getPointerType() 3168 PointerTypes.InsertNode(New, InsertPos); in getPointerType()
|