Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerIterationChecker.cpp72 auto PointerTypeM = varDecl(hasType(hasCanonicalType(pointerType()))); in matchUnorderedIterWithPointers()
H A DPointerSortingChecker.cpp85 pointsTo(hasCanonicalType(pointerType())) in matchSortWithPointers()
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-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2237 const ObjCObjectPointerType *pointerType = CheckObjCForCollectionOperand() local
4319 const PointerType *pointerType = type->getAs<PointerType>(); ActOnObjCAtSynchronizedOperand() local
H A DSemaChecking.cpp3080 if (auto pointerType = type->getAs<PointerType>()) in ParseSVEImmChecks()
3081 type = pointerType->getPointeeType(); in ParseSVEImmChecks()
3756 const PointerType *pointerType = Ptr->getType()->getAs<PointerType>(); in isValidBPFPreserveEnumValueArg()
3757 if (!pointerType) { in isValidBPFPreserveEnumValueArg()
3764 QualType AtomTy = pointerType->getPointeeType(); // 'A' in isValidBPFPreserveEnumValueArg()
4150 const PointerType *pointerType = FirstArg->getType()->getAs<PointerType>(); in CheckLoongArchBuiltinFunctionCall()
4151 if (!pointerType) { in CheckLoongArchBuiltinFunctionCall()
4157 QualType ValType = pointerType->getPointeeType(); in CheckLoongArchBuiltinFunctionCall()
4524 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); in CheckLoongArchBuiltinFunctionCall()
4525 if (!pointerType) { in CheckLoongArchBuiltinFunctionCall()
3459 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); CheckARMBuiltinExclusiveCall() local
7341 if (auto pointerType = type->getAs<PointerType>()) CheckNonNullArguments() local
8044 const PointerType *pointerType = Ptr->getType()->getAs<PointerType>(); BuildAtomicExpr() local
8465 const PointerType *pointerType = FirstArg->getType()->getAs<PointerType>(); SemaBuiltinAtomicOverloaded() local
8845 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); SemaBuiltinNontemporalOverloaded() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp170 pointerType(pointee(unless(isConstQualified())))); in __anon6dc08d950a02()
H A DUnsafeBufferUsage.cpp216 return hasType(hasCanonicalType(pointerType())); in AST_MATCHER_P()
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp542 REGISTER_MATCHER(pointerType); in RegistryMaps()
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1064 const AstTypeMatcher<PointerType> pointerType; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h983 /// varDecl(hasType(pointerType(pointee(ignoringParens(functionType())))))
7350 /// pointerType()
7352 extern const AstTypeMatcher<PointerType> pointerType;
7365 /// pointerType()
7428 /// pointerType(pointee(isConstQualified(), isInteger()))
7675 /// (matcher = valueDecl(hasType(decayedType(hasDecayedType(pointerType()))))) in AST_MATCHER_P()
7677 /// (matcher = expr(hasType(decayedType(hasDecayedType(pointerType()))))) in AST_MATCHER_P()
8221 integerLiteral(equals(0), hasParent(expr(hasType(pointerType())))));
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3963 const PointerType *pointerType in EmitFixedPointBinOp()
3965 if (!pointerType) { in EmitFixedPointBinOp()
3979 QualType elementType = pointerType->getPointeeType(); in EmitFixedPointBinOp()
3677 const PointerType *pointerType emitPointerArithmetic() local