Home
last modified time | relevance | path

Searched refs:PointerTypes (Results 1 – 18 of 18) sorted by relevance

/external/abseil-cpp/absl/container/internal/
Dhash_function_defaults_test.cc114 using PointerTypes = typedef
125 TYPED_TEST_SUITE(EqPointer, PointerTypes);
132 TYPED_TEST_SUITE(HashPointer, PointerTypes);
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dhash_function_defaults_test.cc114 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/
Dhash_function_defaults_test.cc117 using PointerTypes = typedef
128 TYPED_TEST_SUITE(EqPointer, PointerTypes);
135 TYPED_TEST_SUITE(HashPointer, PointerTypes);
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dhash_function_defaults_test.cc117 using PointerTypes = typedef
128 TYPED_TEST_SUITE(EqPointer, PointerTypes);
135 TYPED_TEST_SUITE(HashPointer, PointerTypes);
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dhash_function_defaults_test.cc117 using PointerTypes = typedef
128 TYPED_TEST_SUITE(EqPointer, PointerTypes);
135 TYPED_TEST_SUITE(HashPointer, PointerTypes);
/external/llvm-project/clang/utils/TableGen/
DMveEmitter.cpp980 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/
DType.cpp644 PointerType *&Entry = AddressSpace == 0 ? CImpl->PointerTypes[EltTy] in get()
DLLVMContextImpl.h1338 DenseMap<Type*, PointerType*> PointerTypes; // Pointers in AddrSpace = 0
/external/llvm/lib/IR/
DType.cpp666 PointerType *&Entry = AddressSpace == 0 ? CImpl->PointerTypes[EltTy] in get()
DLLVMContextImpl.h1128 DenseMap<Type*, PointerType*> PointerTypes; // Pointers in AddrSpace = 0
/external/llvm-project/llvm/lib/IR/
DType.cpp666 PointerType *&Entry = AddressSpace == 0 ? CImpl->PointerTypes[EltTy] in get()
DLLVMContextImpl.h1436 DenseMap<Type*, PointerType*> PointerTypes; // Pointers in AddrSpace = 0
/external/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp1195 TEST(TypeMatching, PointerTypes) { in TEST() argument
/external/clang/include/clang/AST/
DASTContext.h98 mutable llvm::FoldingSet<PointerType> PointerTypes; variable
/external/llvm-project/clang/include/clang/AST/
DASTContext.h191 mutable llvm::FoldingSet<PointerType> PointerTypes; variable
/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp7789 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/
DASTContext.cpp2352 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/
DASTContext.cpp3153 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()