Home
last modified time | relevance | path

Searched defs:getPointeeType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.h182 inline Type *getPointeeType(Type *Ty) { in getPointeeType() function
H A DSPIRVGlobalRegistry.cpp1073 SPIRVType *SPIRVGlobalRegistry::getPointeeType(SPIRVType *PtrType) { in getPointeeType() function in SPIRVGlobalRegistry
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp1037 static QualType getPointeeType(const MemRegion *R) { in getPointeeType() function
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp215 const Type *getPointeeType() const { return Pointee; } in getPointeeType() function in __anon819a2c470111::PointerType
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp705 QualType Type::getPointeeType() const { in getPointeeType() function in Type