Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp980 std::map<std::string, std::unique_ptr<PointerType>> PointerTypes; member in __anonb7c02cfb0111::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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp704 PointerType *&Entry = AddressSpace == 0 ? CImpl->PointerTypes[EltTy] in get()
718 ? CImpl->PointerTypes[nullptr] in get()
H A DLLVMContextImpl.h1451 DenseMap<Type*, PointerType*> PointerTypes; // Pointers in AddrSpace = 0
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h195 mutable llvm::FoldingSet<PointerType> PointerTypes; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp7782 TypeSet PointerTypes; member in __anon041893450b11::BuiltinCandidateTypeSet
7839 llvm::iterator_range<iterator> pointer_types() { return PointerTypes; } in pointer_types()
7871 if (!PointerTypes.insert(Ty)) in AddPointerWithMoreQualifiedTypeVariants()
7920 PointerTypes.insert(QPointerTy); in AddPointerWithMoreQualifiedTypeVariants()
8006 PointerTypes.insert(Ty); in AddTypesConvertedFrom()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3211 if (PointerType *PT = PointerTypes.FindNodeOrInsertPos(ID, InsertPos)) in getPointerType()
3221 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getPointerType()
3226 PointerTypes.InsertNode(New, InsertPos); in getPointerType()