Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp133 static auto hasPointerType() { in hasPointerType() function
231 hasUnaryOperand(ignoringParenImpCasts(hasPointerType())) in matcher()
266 hasUnaryOperand(ignoringParenImpCasts(hasPointerType())) in matcher()
303 anyOf(hasPointerType(), hasArrayType()))), in matcher()
345 hasRHS(expr(hasPointerType()).bind(PointerArithmeticPointerTag)), in matcher()
350 hasLHS(expr(hasPointerType()).bind(PointerArithmeticPointerTag)), in matcher()
529 declRefExpr(anyOf(hasPointerType(), hasArrayType()), in findGadgets()