Home
last modified time | relevance | path

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

/freebsd-13.1/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.cpp173 parmVarDecl(hasType(hasCanonicalType(pointerType( in checkASTCodeBody()
H A DNumberObjectConversionChecker.cpp211 pointerType(pointee(hasCanonicalType( in checkASTCodeBody()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2190 const ObjCObjectPointerType *pointerType = in CheckObjCForCollectionOperand() local
2192 if (!pointerType) in CheckObjCForCollectionOperand()
2198 const ObjCObjectType *objectType = pointerType->getObjectType(); in CheckObjCForCollectionOperand()
2228 method = LookupMethodInQualifiedType(selector, pointerType, in CheckObjCForCollectionOperand()
4220 const PointerType *pointerType = type->getAs<PointerType>(); in ActOnObjCAtSynchronizedOperand() local
4221 if (!pointerType || !pointerType->getPointeeType()->isVoidType()) { in ActOnObjCAtSynchronizedOperand()
H A DSemaChecking.cpp2360 if (!pointerType) { in CheckARMBuiltinExclusiveCall()
2369 QualType ValType = pointerType->getPointeeType(); in CheckARMBuiltinExclusiveCall()
4760 if (auto pointerType = type->getAs<PointerType>()) in CheckNonNullArguments() local
4761 type = pointerType->getPointeeType(); in CheckNonNullArguments()
5303 const PointerType *pointerType = Ptr->getType()->getAs<PointerType>(); in BuildAtomicExpr() local
5304 if (!pointerType) { in BuildAtomicExpr()
5311 QualType AtomTy = pointerType->getPointeeType(); // 'A' in BuildAtomicExpr()
5671 if (!pointerType) { in SemaBuiltinAtomicOverloaded()
5677 QualType ValType = pointerType->getPointeeType(); in SemaBuiltinAtomicOverloaded()
6051 if (!pointerType) { in SemaBuiltinNontemporalOverloaded()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp110 pointerType(pointee(unless(isConstQualified())))); in __anon0c1b38f70502()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp505 REGISTER_MATCHER(pointerType); in RegistryMaps()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1035 const AstTypeMatcher<PointerType> pointerType; variable
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6682 extern const AstTypeMatcher<PointerType> pointerType;
7481 integerLiteral(equals(0), hasParent(expr(hasType(pointerType()))))); in AST_MATCHER_FUNCTION()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3438 const PointerType *pointerType in emitPointerArithmetic() local
3440 if (!pointerType) { in emitPointerArithmetic()
3454 QualType elementType = pointerType->getPointeeType(); in emitPointerArithmetic()