| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Pointer.cpp | 25 Pointer::Pointer(Block *Pointee) in Pointer() 29 Pointer::Pointer(Block *Pointee, uint64_t BaseAndOffset) in Pointer() 40 Pointer::Pointer(Block *Pointee, unsigned Base, uint64_t Offset) in Pointer() 62 if (Block *Pointee = PointeeStorage.BS.Pointee) { in ~Pointer() local 79 if (Block *Pointee = PointeeStorage.BS.Pointee) { in operator =() local 116 if (Block *Pointee = PointeeStorage.BS.Pointee) { in operator =() local
|
| H A D | Pointer.h | 39 Block *Pointee; member 235 Block *Pointee = asBlockPointer().Pointee; in expand() local
|
| H A D | EvaluationResult.cpp | 201 const Pointer &Pointee = Ptr.deref<Pointer>(); in collectBlocks() local
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | RawPtrRefMemberChecker.cpp | 274 const PointeeType *Pointee, in reportBug() 312 enum class PrintDeclKind { Pointee, Pointer }; enumerator
|
| H A D | PtrTypesSemantics.cpp | 302 auto Pointee = Type->getPointeeType(); in isUnretained() local
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaWasm.cpp | 85 QualType Pointee = Context.getFunctionType(Context.VoidTy, {}, {}); in BuiltinWasmRefNullFunc() local
|
| H A D | SemaSwift.cpp | 122 QualType Pointee = PT->getPointeeType(); in isErrorParameter() local
|
| H A D | HeuristicResolver.cpp | 218 if (QualType Pointee = getPointeeType(T.Type); !Pointee.isNull()) { in simplifyType() local
|
| H A D | SemaAPINotes.cpp | 47 QualType Pointee = Type->getPointeeType(); in isIndirectPointerType() local
|
| H A D | SemaType.cpp | 7096 QualType Pointee = Type->getPointeeType(); in handleMSPointerTypeQualifierAttr() local 7128 QualType Pointee = QT->getPointeeType(); in HandleWebAssemblyFuncrefAttr() local
|
| H A D | SemaExprCXX.cpp | 4022 QualType Pointee = Type->castAs<PointerType>()->getPointeeType(); in ActOnCXXDelete() local
|
| H A D | SemaCodeComplete.cpp | 5841 if (auto Pointee = in getApproximateType() local
|
| H A D | SemaChecking.cpp | 742 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() 1127 const Type *Pointee = getType(D->getArg(0), Param); in getType() local
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | GenericTaintChecker.cpp | 133 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 | 559 SymbolRef Pointee = PointeeVal.getAsLocSymbol(); in updateOutParameters() local
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.cpp | 2350 LVElement *Pointee = nullptr; in visitKnownRecord() local 3234 LVType *Pointee = createBaseType(TI, TypeName.drop_back(1)); in createPointerType() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | MicrosoftDemangleNodes.h | 550 TypeNode *Pointee = nullptr; member
|
| H A D | ItaniumDemangle.h | 640 const Node *Pointee; variable 690 const Node *Pointee; variable
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 5228 QualType Pointee = Pointer->getPointeeType(); in isCARCBridgableType() local 5329 void MemberPointerType::Profile(llvm::FoldingSetNodeID &ID, QualType Pointee, in Profile()
|
| H A D | Expr.cpp | 3994 QualType Pointee = PT->getPointeeType(); in isNullPointerConstant() local
|
| H A D | ASTContext.cpp | 3666 QualType Pointee = ptr->getPointeeType(); in getObjCGCQualType() local 3689 QualType Pointee = Ptr->getPointeeType(); in removePtrSizeAddrSpace() local
|
| H A D | ExprConstant.cpp | 9476 QualType Pointee = E->getType()->castAs<PointerType>()->getPointeeType(); in evaluateLValueAsAllocSize() local 9647 QualType Pointee = PExp->getType()->castAs<PointerType>()->getPointeeType(); in VisitBinaryOperator() local
|