/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Pointer.cpp | 24 Pointer::Pointer(Block *Pointee) in Pointer() 28 Pointer::Pointer(Block *Pointee, uint64_t BaseAndOffset) in Pointer() 39 Pointer::Pointer(Block *Pointee, unsigned Base, uint64_t Offset) in Pointer() 61 if (Block *Pointee = PointeeStorage.BS.Pointee) { in ~Pointer() local
|
H A D | Pointer.h | 38 Block *Pointee; member 214 Block *Pointee = asBlockPointer().Pointee; in expand() local
|
H A D | EvaluationResult.cpp | 200 const Pointer &Pointee = Ptr.deref<Pointer>(); in collectBlocks() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaWasm.cpp | 74 QualType Pointee = Context.getFunctionType(Context.VoidTy, {}, {}); in BuiltinWasmRefNullFunc() local
|
H A D | SemaSwift.cpp | 108 QualType Pointee = PT->getPointeeType(); in isErrorParameter() local
|
H A D | SemaAPINotes.cpp | 44 QualType Pointee = Type->getPointeeType(); in isIndirectPointerType() local
|
H A D | SemaType.cpp | 7068 QualType Pointee = Type->getPointeeType(); in handleMSPointerTypeQualifierAttr() local 7100 QualType Pointee = QT->getPointeeType(); in HandleWebAssemblyFuncrefAttr() local
|
H A D | SemaExprCXX.cpp | 3707 QualType Pointee = Type->castAs<PointerType>()->getPointeeType(); in ActOnCXXDelete() local
|
H A D | SemaCodeComplete.cpp | 5696 if (auto Pointee = getApproximateType(UO->getSubExpr())->getPointeeType(); in getApproximateType() local
|
H A D | SemaDecl.cpp | 6444 QualType Pointee = PTy->getPointeeType(); in TryToFixInvalidVariablyModifiedType() local
|
H A D | SemaChecking.cpp | 744 QualType Pointee = PtrArgType->getPointeeType(); in BuiltinDumpStruct() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | RecordName.cpp | 171 StringRef Pointee = Types.getTypeName(Ptr.getReferentType()); in visitKnownRecord() local
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | MveEmitter.cpp | 191 const Type *Pointee; member in __anon819a2c470111::PointerType 195 PointerType(const Type *Pointee, bool Const) in PointerType() 1125 const Type *Pointee = getType(D->getArg(0), Param); in getType() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | GenericTaintChecker.cpp | 134 if (auto Pointee = getPointeeOf(State, Arg)) in getTaintedPointeeOrPointer() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCallAndReturn.cpp | 722 QualType Pointee = ParamTy->getPointeeType(); in evalCall() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountChecker.cpp | 560 SymbolRef Pointee = PointeeVal.getAsLocSymbol(); in updateOutParameters() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 2356 LVElement *Pointee = nullptr; in visitKnownRecord() local 3238 LVType *Pointee = createBaseType(TI, TypeName.drop_back(1)); in createPointerType() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 470 TypeNode *Pointee = nullptr; member
|
H A D | ItaniumDemangle.h | 613 const Node *Pointee; variable 663 const Node *Pointee; variable
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 4980 QualType Pointee = Pointer->getPointeeType(); in isCARCBridgableType() local
|
H A D | Expr.cpp | 3967 QualType Pointee = PT->getPointeeType(); in isNullPointerConstant() local
|
H A D | ASTContext.cpp | 3438 QualType Pointee = ptr->getPointeeType(); in getObjCGCQualType() local 3461 QualType Pointee = Ptr->getPointeeType(); in removePtrSizeAddrSpace() local
|
H A D | ExprConstant.cpp | 9055 QualType Pointee = E->getType()->castAs<PointerType>()->getPointeeType(); in evaluateLValueAsAllocSize() local 9226 QualType Pointee = PExp->getType()->castAs<PointerType>()->getPointeeType(); in VisitBinaryOperator() local
|