/external/llvm-project/clang/lib/AST/Interp/ |
D | Pointer.cpp | 17 Pointer::Pointer(Block *Pointee) : Pointer(Pointee, 0, 0) {} in Pointer() 27 Pointer::Pointer(Block *Pointee, unsigned Base, unsigned Offset) in Pointer()
|
D | Pointer.h | 333 Block *Pointee = nullptr; variable
|
/external/llvm-project/clang-tools-extra/clang-tidy/utils/ |
D | FixItHintUtils.h | 34 Pointee, /// Transforming a pointer attaches to the pointee and not the enumerator
|
D | FixItHintUtils.cpp | 115 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/ |
D | QualifiedAutoCheck.cpp | 91 QualType Pointee = QType->getPointeeType(); in isPointerConst() local 97 QualType Pointee = in isAutoPointerConst() local
|
D | ContainerSizeEmptyCheck.cpp | 104 const auto *Pointee = Result.Nodes.getNodeAs<Expr>("Pointee"); in check() local
|
D | IsolateDeclarationCheck.cpp | 62 const auto *Pointee = T->getPointeeType()->castAs<FunctionType>(); in countIndirections() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | RecordName.cpp | 165 StringRef Pointee = Types.getTypeName(Ptr.getReferentType()); in visitKnownRecord() local
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | RecordName.cpp | 167 StringRef Pointee = Types.getTypeName(Ptr.getReferentType()); in visitKnownRecord() local
|
/external/llvm-project/clang/utils/TableGen/ |
D | MveEmitter.cpp | 191 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/ |
D | dibuilder.go | 300 Pointee Metadata member
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCallAndReturn.cpp | 618 QualType Pointee = ParamTy->getPointeeType(); in evalCall() local
|
/external/llvm-project/llvm/bindings/go/llvm/ |
D | dibuilder.go | 316 Pointee Metadata member
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
D | RetainCountChecker.cpp | 561 SymbolRef Pointee = PointeeVal.getAsLocSymbol(); in updateOutParameters() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | MicrosoftDemangleNodes.h | 471 TypeNode *Pointee = nullptr; member
|
D | ItaniumDemangle.h | 474 const Node *Pointee; variable 522 const Node *Pointee; variable
|
/external/llvm-project/llvm/include/llvm/Demangle/ |
D | MicrosoftDemangleNodes.h | 471 TypeNode *Pointee = nullptr; member
|
D | ItaniumDemangle.h | 476 const Node *Pointee; variable 524 const Node *Pointee; variable
|
/external/libcxxabi/src/demangle/ |
D | ItaniumDemangle.h | 468 const Node *Pointee; variable 516 const Node *Pointee; variable
|
/external/llvm-project/libcxxabi/src/demangle/ |
D | ItaniumDemangle.h | 476 const Node *Pointee; variable 524 const Node *Pointee; variable
|
/external/clang/lib/AST/ |
D | Expr.cpp | 3154 QualType Pointee = PT->getPointeeType(); in isNullPointerConstant() local
|
D | Type.cpp | 3737 QualType Pointee = Pointer->getPointeeType(); in isCARCBridgableType() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 2980 SymbolRef Pointee = PointeeVal.getAsLocSymbol(); in updateOutParameter() local
|
/external/llvm-project/clang/lib/AST/ |
D | Type.cpp | 4299 QualType Pointee = Pointer->getPointeeType(); in isCARCBridgableType() local
|
D | ASTContext.cpp | 2960 QualType Pointee = ptr->getPointeeType(); in getObjCGCQualType() local 2983 QualType Pointee = Ptr->getPointeeType(); in removePtrSizeAddrSpace() local
|