/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Pointer.cpp | 24 Pointer::Pointer(Block *Pointee) in Pointer() argument 35 if (isBlockPointer() && PointeeStorage.BS.Pointee) in Pointer() argument 22 Pointer(Block * Pointee) Pointer() argument [all...] |
H A D | Pointer.h | 463 Block *Pointee = nullptr; global() variable [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | RecordName.cpp | 171 StringRef Pointee = Types.getTypeName(Ptr.getReferentType()); in visitKnownRecord() local
|
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | MveEmitter.cpp | 191 const Type *Pointee; member in __anon3961c3990111::PointerType 195 PointerType(const Type *Pointee, bool Const) in PointerType() argument 1124 const Type *Pointee = getType(D->getArg(0), Param); getType() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | GenericTaintChecker.cpp | 140 if (auto Pointee = getPointeeOf(State, Arg)) getTaintedPointeeOrPointer() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCallAndReturn.cpp | 722 QualType Pointee = ParamTy->getPointeeType(); in evalCall() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountChecker.cpp | 560 SymbolRef Pointee = PointeeVal.getAsLocSymbol(); in updateOutParameters() local
|
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 470 TypeNode *Pointee = nullptr; member
|
H A D | ItaniumDemangle.h | 614 const Node *Pointee; global() variable 664 const Node *Pointee; global() variable [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 7485 QualType Pointee = Type->getPointeeType(); handleMSPointerTypeQualifierAttr() local 7517 QualType Pointee = QT->getPointeeType(); HandleWebAssemblyFuncrefAttr() local
|
H A D | SemaExprCXX.cpp | 3707 QualType Pointee = Type->castAs<PointerType>()->getPointeeType(); in ActOnCXXDelete() local [all...] |
H A D | SemaChecking.cpp | 715 QualType Pointee = PtrArgType->getPointeeType(); SemaBuiltinDumpStruct() local 8421 QualType Pointee = Context.getFunctionType(Context.VoidTy, {}, {}); BuiltinWasmRefNullFunc() local
|
H A D | SemaDeclAttr.cpp | 6466 QualType Pointee = PT->getPointeeType(); isErrorParameter() local
|
H A D | SemaDecl.cpp | 6592 QualType Pointee = PTy->getPointeeType(); TryToFixInvalidVariablyModifiedType() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 4735 QualType Pointee = Pointer->getPointeeType(); isCARCBridgableType() local
|
H A D | Expr.cpp | 3892 QualType Pointee = PT->getPointeeType(); isNullPointerConstant() local
|
H A D | ASTContext.cpp | 3083 QualType Pointee = ptr->getPointeeType(); getObjCGCQualType() local 3106 QualType Pointee = Ptr->getPointeeType(); removePtrSizeAddrSpace() local
|
H A D | ExprConstant.cpp | 8969 QualType Pointee = E->getType()->castAs<PointerType>()->getPointeeType(); evaluateLValueAsAllocSize() local 9134 QualType Pointee = PExp->getType()->castAs<PointerType>()->getPointeeType(); VisitBinaryOperator() local
|