Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp2227 const ObjCObjectPointerType *pointerType = in CheckObjCForCollectionOperand() local
2229 if (!pointerType) in CheckObjCForCollectionOperand()
2235 const ObjCObjectType *objectType = pointerType->getObjectType(); in CheckObjCForCollectionOperand()
2265 method = LookupMethodInQualifiedType(selector, pointerType, in CheckObjCForCollectionOperand()
4284 const PointerType *pointerType = type->getAs<PointerType>(); in ActOnObjCAtSynchronizedOperand() local
4285 if (!pointerType || !pointerType->getPointeeType()->isVoidType()) { in ActOnObjCAtSynchronizedOperand()
H A DSemaChecking.cpp3119 if (!pointerType) { in CheckARMBuiltinExclusiveCall()
3128 QualType ValType = pointerType->getPointeeType(); in CheckARMBuiltinExclusiveCall()
5790 if (auto pointerType = type->getAs<PointerType>()) in CheckNonNullArguments() local
5791 type = pointerType->getPointeeType(); in CheckNonNullArguments()
6392 const PointerType *pointerType = Ptr->getType()->getAs<PointerType>(); in BuildAtomicExpr() local
6393 if (!pointerType) { in BuildAtomicExpr()
6400 QualType AtomTy = pointerType->getPointeeType(); // 'A' in BuildAtomicExpr()
6765 if (!pointerType) { in SemaBuiltinAtomicOverloaded()
6771 QualType ValType = pointerType->getPointeeType(); in SemaBuiltinAtomicOverloaded()
7145 if (!pointerType) { in SemaBuiltinNontemporalOverloaded()
[all …]
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp134 return hasType(hasCanonicalType(pointerType())); in hasPointerType()
H A DExprMutationAnalyzer.cpp115 pointerType(pointee(unless(isConstQualified())))); in __anon5ab300100502()
/openbsd/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp526 REGISTER_MATCHER(pointerType); in RegistryMaps()
/openbsd/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1052 const AstTypeMatcher<PointerType> pointerType; variable
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7058 extern const AstTypeMatcher<PointerType> pointerType;
7915 integerLiteral(equals(0), hasParent(expr(hasType(pointerType()))))); in AST_MATCHER_FUNCTION()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp3672 const PointerType *pointerType in emitPointerArithmetic() local
3674 if (!pointerType) { in emitPointerArithmetic()
3688 QualType elementType = pointerType->getPointeeType(); in emitPointerArithmetic()