Home
last modified time | relevance | path

Searched defs:Pointee (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm-project/clang/lib/AST/Interp/
DPointer.cpp17 Pointer::Pointer(Block *Pointee) : Pointer(Pointee, 0, 0) {} in Pointer()
27 Pointer::Pointer(Block *Pointee, unsigned Base, unsigned Offset) in Pointer()
DPointer.h333 Block *Pointee = nullptr; variable
/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DFixItHintUtils.h34 Pointee, /// Transforming a pointer attaches to the pointee and not the enumerator
DFixItHintUtils.cpp115 changePointer(const VarDecl &Var, DeclSpec::TQ Qualifier, const Type *Pointee, in changePointer()
166 changeReferencee(const VarDecl &Var, DeclSpec::TQ Qualifier, QualType Pointee, in changeReferencee()
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DQualifiedAutoCheck.cpp91 QualType Pointee = QType->getPointeeType(); in isPointerConst() local
97 QualType Pointee = in isAutoPointerConst() local
DContainerSizeEmptyCheck.cpp104 const auto *Pointee = Result.Nodes.getNodeAs<Expr>("Pointee"); in check() local
DIsolateDeclarationCheck.cpp62 const auto *Pointee = T->getPointeeType()->castAs<FunctionType>(); in countIndirections() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp165 StringRef Pointee = Types.getTypeName(Ptr.getReferentType()); in visitKnownRecord() local
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp167 StringRef Pointee = Types.getTypeName(Ptr.getReferentType()); in visitKnownRecord() local
/external/llvm-project/clang/utils/TableGen/
DMveEmitter.cpp191 const Type *Pointee; member in __anonf88c1dfe0111::PointerType
195 PointerType(const Type *Pointee, bool Const) in PointerType()
1126 const Type *Pointee = getType(D->getArg(0), Param); in getType() local
/external/llvm/bindings/go/llvm/
Ddibuilder.go300 Pointee Metadata member
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp618 QualType Pointee = ParamTy->getPointeeType(); in evalCall() local
/external/llvm-project/llvm/bindings/go/llvm/
Ddibuilder.go316 Pointee Metadata member
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
DRetainCountChecker.cpp561 SymbolRef Pointee = PointeeVal.getAsLocSymbol(); in updateOutParameters() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h471 TypeNode *Pointee = nullptr; member
DItaniumDemangle.h474 const Node *Pointee; variable
522 const Node *Pointee; variable
/external/llvm-project/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h471 TypeNode *Pointee = nullptr; member
DItaniumDemangle.h476 const Node *Pointee; variable
524 const Node *Pointee; variable
/external/libcxxabi/src/demangle/
DItaniumDemangle.h468 const Node *Pointee; variable
516 const Node *Pointee; variable
/external/llvm-project/libcxxabi/src/demangle/
DItaniumDemangle.h476 const Node *Pointee; variable
524 const Node *Pointee; variable
/external/clang/lib/AST/
DExpr.cpp3154 QualType Pointee = PT->getPointeeType(); in isNullPointerConstant() local
DType.cpp3737 QualType Pointee = Pointer->getPointeeType(); in isCARCBridgableType() local
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2980 SymbolRef Pointee = PointeeVal.getAsLocSymbol(); in updateOutParameter() local
/external/llvm-project/clang/lib/AST/
DType.cpp4299 QualType Pointee = Pointer->getPointeeType(); in isCARCBridgableType() local
DASTContext.cpp2960 QualType Pointee = ptr->getPointeeType(); in getObjCGCQualType() local
2983 QualType Pointee = Ptr->getPointeeType(); in removePtrSizeAddrSpace() local

12