| /freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | PointerIterationChecker.cpp | 72 auto PointerTypeM = varDecl(hasType(hasCanonicalType(pointerType()))); in matchUnorderedIterWithPointers()
|
| H A D | PointerSortingChecker.cpp | 85 pointsTo(hasCanonicalType(pointerType())) in matchSortWithPointers()
|
| H A D | OSObjectCStyleCast.cpp | 77 return hasType(pointerType(pointee(hasDeclaration(DeclM)))); in hasTypePointingTo()
|
| H A D | ObjCAutoreleaseWriteChecker.cpp | 175 parmVarDecl(hasType(hasCanonicalType(pointerType( in checkASTCodeBody()
|
| H A D | NumberObjectConversionChecker.cpp | 209 pointerType(pointee(hasCanonicalType( in checkASTCodeBody()
|
| /freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 2237 const ObjCObjectPointerType *pointerType = CheckObjCForCollectionOperand() local 4319 const PointerType *pointerType = type->getAs<PointerType>(); ActOnObjCAtSynchronizedOperand() local
|
| H A D | SemaChecking.cpp | 3080 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 D | ExprMutationAnalyzer.cpp | 170 pointerType(pointee(unless(isConstQualified())))); in __anon6dc08d950a02()
|
| H A D | UnsafeBufferUsage.cpp | 216 return hasType(hasCanonicalType(pointerType())); in AST_MATCHER_P()
|
| /freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/ |
| H A D | UncheckedOptionalAccessModel.cpp | |
| /freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 542 REGISTER_MATCHER(pointerType); in RegistryMaps()
|
| /freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 1064 const AstTypeMatcher<PointerType> pointerType; variable
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 983 /// 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 D | CGExprScalar.cpp | 3963 const PointerType *pointerType in EmitFixedPointBinOp() 3965 if (!pointerType) { in EmitFixedPointBinOp() 3979 QualType elementType = pointerType->getPointeeType(); in EmitFixedPointBinOp() 3677 const PointerType *pointerType emitPointerArithmetic() local
|