Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp24 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 DPointer.h38 Block *Pointee; member
214 Block *Pointee = asBlockPointer().Pointee; in expand() local
H A DEvaluationResult.cpp200 const Pointer &Pointee = Ptr.deref<Pointer>(); in collectBlocks() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaWasm.cpp74 QualType Pointee = Context.getFunctionType(Context.VoidTy, {}, {}); in BuiltinWasmRefNullFunc() local
H A DSemaSwift.cpp108 QualType Pointee = PT->getPointeeType(); in isErrorParameter() local
H A DSemaAPINotes.cpp44 QualType Pointee = Type->getPointeeType(); in isIndirectPointerType() local
H A DSemaType.cpp7068 QualType Pointee = Type->getPointeeType(); in handleMSPointerTypeQualifierAttr() local
7100 QualType Pointee = QT->getPointeeType(); in HandleWebAssemblyFuncrefAttr() local
H A DSemaExprCXX.cpp3707 QualType Pointee = Type->castAs<PointerType>()->getPointeeType(); in ActOnCXXDelete() local
H A DSemaCodeComplete.cpp5696 if (auto Pointee = getApproximateType(UO->getSubExpr())->getPointeeType(); in getApproximateType() local
H A DSemaDecl.cpp6444 QualType Pointee = PTy->getPointeeType(); in TryToFixInvalidVariablyModifiedType() local
H A DSemaChecking.cpp744 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()
1125 const Type *Pointee = getType(D->getArg(0), Param); in getType() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp134 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.cpp560 SymbolRef Pointee = PointeeVal.getAsLocSymbol(); in updateOutParameters() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2356 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 DMicrosoftDemangleNodes.h470 TypeNode *Pointee = nullptr; member
H A DItaniumDemangle.h613 const Node *Pointee; variable
663 const Node *Pointee; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4980 QualType Pointee = Pointer->getPointeeType(); in isCARCBridgableType() local
H A DExpr.cpp3967 QualType Pointee = PT->getPointeeType(); in isNullPointerConstant() local
H A DASTContext.cpp3438 QualType Pointee = ptr->getPointeeType(); in getObjCGCQualType() local
3461 QualType Pointee = Ptr->getPointeeType(); in removePtrSizeAddrSpace() local
H A DExprConstant.cpp9055 QualType Pointee = E->getType()->castAs<PointerType>()->getPointeeType(); in evaluateLValueAsAllocSize() local
9226 QualType Pointee = PExp->getType()->castAs<PointerType>()->getPointeeType(); in VisitBinaryOperator() local