Searched refs:PointerTypes (Results 1 - 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DLLVMContextImpl.h191 DenseMap<Type*, PointerType*> PointerTypes; // Pointers in AddrSpace = 0 member in class:llvm::LLVMContextImpl
H A DType.cpp681 PointerType *&Entry = AddressSpace == 0 ? CImpl->PointerTypes[EltTy]
/external/llvm/lib/IR/
H A DType.cpp666 PointerType *&Entry = AddressSpace == 0 ? CImpl->PointerTypes[EltTy]
H A DLLVMContextImpl.h1128 DenseMap<Type*, PointerType*> PointerTypes; // Pointers in AddrSpace = 0 member in class:llvm::LLVMContextImpl
/external/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1195 TEST(TypeMatching, PointerTypes) {
/external/clang/include/clang/AST/
H A DASTContext.h98 mutable llvm::FoldingSet<PointerType> PointerTypes; member in class:clang::ASTContext
/external/clang/lib/Sema/
H A DSemaOverload.cpp6828 /// PointerTypes - The set of pointer types that will be used in the
6830 TypeSet PointerTypes; member in class:__anon1869::BuiltinCandidateTypeSet
6884 iterator pointer_begin() { return PointerTypes.begin(); }
6887 iterator pointer_end() { return PointerTypes.end(); }
6925 if (!PointerTypes.insert(Ty))
6974 PointerTypes.insert(QPointerTy);
7060 PointerTypes.insert(Ty);
/external/clang/lib/AST/
H A DASTContext.cpp2352 if (PointerType *PT = PointerTypes.FindNodeOrInsertPos(ID, InsertPos))
2362 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos);
2367 PointerTypes.InsertNode(New, InsertPos);

Completed in 265 milliseconds