Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DPointer.cpp25 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 DPointer.h39 Block *Pointee; member
235 Block *Pointee = asBlockPointer().Pointee; in expand() local
H A DEvaluationResult.cpp201 const Pointer &Pointee = Ptr.deref<Pointer>(); in collectBlocks() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRawPtrRefMemberChecker.cpp274 const PointeeType *Pointee, in reportBug()
312 enum class PrintDeclKind { Pointee, Pointer }; enumerator
H A DPtrTypesSemantics.cpp302 auto Pointee = Type->getPointeeType(); in isUnretained() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaWasm.cpp85 QualType Pointee = Context.getFunctionType(Context.VoidTy, {}, {}); in BuiltinWasmRefNullFunc() local
H A DSemaSwift.cpp122 QualType Pointee = PT->getPointeeType(); in isErrorParameter() local
H A DHeuristicResolver.cpp218 if (QualType Pointee = getPointeeType(T.Type); !Pointee.isNull()) { in simplifyType() local
H A DSemaAPINotes.cpp47 QualType Pointee = Type->getPointeeType(); in isIndirectPointerType() local
H A DSemaType.cpp7096 QualType Pointee = Type->getPointeeType(); in handleMSPointerTypeQualifierAttr() local
7128 QualType Pointee = QT->getPointeeType(); in HandleWebAssemblyFuncrefAttr() local
H A DSemaExprCXX.cpp4022 QualType Pointee = Type->castAs<PointerType>()->getPointeeType(); in ActOnCXXDelete() local
H A DSemaCodeComplete.cpp5841 if (auto Pointee = in getApproximateType() local
H A DSemaChecking.cpp742 QualType Pointee = PtrArgType->getPointeeType(); in BuiltinDumpStruct() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp171 StringRef Pointee = Types.getTypeName(Ptr.getReferentType()); in visitKnownRecord() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp191 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 DGenericTaintChecker.cpp133 if (auto Pointee = getPointeeOf(State, Arg)) in getTaintedPointeeOrPointer() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp722 QualType Pointee = ParamTy->getPointeeType(); in evalCall() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp559 SymbolRef Pointee = PointeeVal.getAsLocSymbol(); in updateOutParameters() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2350 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 DMicrosoftDemangleNodes.h550 TypeNode *Pointee = nullptr; member
H A DItaniumDemangle.h640 const Node *Pointee; variable
690 const Node *Pointee; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp5228 QualType Pointee = Pointer->getPointeeType(); in isCARCBridgableType() local
5329 void MemberPointerType::Profile(llvm::FoldingSetNodeID &ID, QualType Pointee, in Profile()
H A DExpr.cpp3994 QualType Pointee = PT->getPointeeType(); in isNullPointerConstant() local
H A DASTContext.cpp3666 QualType Pointee = ptr->getPointeeType(); in getObjCGCQualType() local
3689 QualType Pointee = Ptr->getPointeeType(); in removePtrSizeAddrSpace() local
H A DExprConstant.cpp9476 QualType Pointee = E->getType()->castAs<PointerType>()->getPointeeType(); in evaluateLValueAsAllocSize() local
9647 QualType Pointee = PExp->getType()->castAs<PointerType>()->getPointeeType(); in VisitBinaryOperator() local

12