Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp24 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 DPointer.h463 Block *Pointee = nullptr; global() variable
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp171 StringRef Pointee = Types.getTypeName(Ptr.getReferentType()); in visitKnownRecord() local
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp191 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 DGenericTaintChecker.cpp140 if (auto Pointee = getPointeeOf(State, Arg)) getTaintedPointeeOrPointer() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp722 QualType Pointee = ParamTy->getPointeeType(); in evalCall() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp560 SymbolRef Pointee = PointeeVal.getAsLocSymbol(); in updateOutParameters() local
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h470 TypeNode *Pointee = nullptr; member
H A DItaniumDemangle.h614 const Node *Pointee; global() variable
664 const Node *Pointee; global() variable
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp7485 QualType Pointee = Type->getPointeeType(); handleMSPointerTypeQualifierAttr() local
7517 QualType Pointee = QT->getPointeeType(); HandleWebAssemblyFuncrefAttr() local
H A DSemaExprCXX.cpp3707 QualType Pointee = Type->castAs<PointerType>()->getPointeeType(); in ActOnCXXDelete() local
[all...]
H A DSemaChecking.cpp715 QualType Pointee = PtrArgType->getPointeeType(); SemaBuiltinDumpStruct() local
8421 QualType Pointee = Context.getFunctionType(Context.VoidTy, {}, {}); BuiltinWasmRefNullFunc() local
H A DSemaDeclAttr.cpp6466 QualType Pointee = PT->getPointeeType(); isErrorParameter() local
H A DSemaDecl.cpp6592 QualType Pointee = PTy->getPointeeType(); TryToFixInvalidVariablyModifiedType() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4735 QualType Pointee = Pointer->getPointeeType(); isCARCBridgableType() local
H A DExpr.cpp3892 QualType Pointee = PT->getPointeeType(); isNullPointerConstant() local
H A DASTContext.cpp3083 QualType Pointee = ptr->getPointeeType(); getObjCGCQualType() local
3106 QualType Pointee = Ptr->getPointeeType(); removePtrSizeAddrSpace() local
H A DExprConstant.cpp8969 QualType Pointee = E->getType()->castAs<PointerType>()->getPointeeType(); evaluateLValueAsAllocSize() local
9134 QualType Pointee = PExp->getType()->castAs<PointerType>()->getPointeeType(); VisitBinaryOperator() local