Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DLLVMContextImpl.h191 DenseMap<Type*, PointerType*> PointerTypes; // Pointers in AddrSpace = 0 variable
DType.cpp681 PointerType *&Entry = AddressSpace == 0 ? CImpl->PointerTypes[EltTy] in get()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DType.cpp624 PointerType *&Entry = AddressSpace == 0 ? CImpl->PointerTypes[EltTy] in get()
DLLVMContextImpl.h1312 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/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/clang/lib/Sema/
DSemaOverload.cpp6830 TypeSet PointerTypes; member in __anon3a52d03c0411::BuiltinCandidateTypeSet
6884 iterator pointer_begin() { return PointerTypes.begin(); } in pointer_begin()
6887 iterator pointer_end() { return PointerTypes.end(); } in pointer_end()
6925 if (!PointerTypes.insert(Ty)) in AddPointerWithMoreQualifiedTypeVariants()
6974 PointerTypes.insert(QPointerTy); in AddPointerWithMoreQualifiedTypeVariants()
7060 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()