Home
last modified time | relevance | path

Searched refs:pointerType (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DSmartPointerAccessorCaching.cpp23 using ast_matchers::pointerType;
144 returns(hasCanonicalType(pointerType())), in isSmartPointerLikeOperatorArrow()
160 returns(hasCanonicalType(pointerType())), in isPointerLikeOperatorArrow()
175 parameterCountIs(0), returns(hasCanonicalType(pointerType())), in isSmartPointerLikeGetMethodCall()
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp117 PointerType *pointerType = dyn_cast<PointerType>(Ptr->getType()); in buildTargetLegalPtr() local
118 if (pointerType && pointerType->getAddressSpace() == 8) { in buildTargetLegalPtr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DOSObjectCStyleCast.cpp77 return hasType(pointerType(pointee(hasDeclaration(DeclM)))); in hasTypePointingTo()
H A DObjCAutoreleaseWriteChecker.cpp175 parmVarDecl(hasType(hasCanonicalType(pointerType( in checkASTCodeBody()
H A DNumberObjectConversionChecker.cpp209 pointerType(pointee(hasCanonicalType( in checkASTCodeBody()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp139 const ObjCObjectPointerType *pointerType = in CheckObjCForCollectionOperand() local
141 if (!pointerType) in CheckObjCForCollectionOperand()
147 const ObjCObjectType *objectType = pointerType->getObjectType(); in CheckObjCForCollectionOperand()
177 method = LookupMethodInQualifiedType(selector, pointerType, in CheckObjCForCollectionOperand()
292 const PointerType *pointerType = type->getAs<PointerType>(); in ActOnObjCAtSynchronizedOperand() local
293 if (!pointerType || !pointerType->getPointeeType()->isVoidType()) { in ActOnObjCAtSynchronizedOperand()
H A DSemaARM.cpp885 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); in CheckARMBuiltinExclusiveCall() local
886 if (!pointerType) { in CheckARMBuiltinExclusiveCall()
895 QualType ValType = pointerType->getPointeeType(); in CheckARMBuiltinExclusiveCall()
H A DSemaChecking.cpp3407 if (auto pointerType = type->getAs<PointerType>()) in CheckNonNullArguments() local
3408 type = pointerType->getPointeeType(); in CheckNonNullArguments()
4152 const PointerType *pointerType = Ptr->getType()->getAs<PointerType>(); in BuildAtomicExpr() local
4153 if (!pointerType) { in BuildAtomicExpr()
4160 QualType AtomTy = pointerType->getPointeeType(); // 'A' in BuildAtomicExpr()
4201 pointerType->getPointeeType().getCVRQualifiers()); in BuildAtomicExpr()
4203 pointerType = PointerQT->getAs<PointerType>(); in BuildAtomicExpr()
4574 const PointerType *pointerType = FirstArg->getType()->getAs<PointerType>(); in BuiltinAtomicOverloaded() local
4575 if (!pointerType) { in BuiltinAtomicOverloaded()
4581 QualType ValType = pointerType->getPointeeType(); in BuiltinAtomicOverloaded()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DMemoryUnsafeCastChecker.cpp95 return hasType(pointerType(pointee(hasDeclaration(DeclM)))); in hasTypePointingTo()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp1382 const PointerType *pointerType = in emitPointerArithmetic() local
1384 if (!pointerType) { in emitPointerArithmetic()
1389 QualType elementType = pointerType->getPointeeType(); in emitPointerArithmetic()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp226 pointerType(pointee(unless(isConstQualified())))); in __anon2875c4430902()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp545 REGISTER_MATCHER(pointerType); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1095 const AstTypeMatcher<PointerType> pointerType; variable
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7399 extern const AstTypeMatcher<PointerType> pointerType;
8292 integerLiteral(equals(0), hasParent(expr(hasType(pointerType()))))); in AST_MATCHER_FUNCTION()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4268 const PointerType *pointerType in emitPointerArithmetic() local
4270 if (!pointerType) { in emitPointerArithmetic()
4284 QualType elementType = pointerType->getPointeeType(); in emitPointerArithmetic()