Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp211 static auto hasArrayType() { in hasArrayType() function
528 anyOf(hasPointerType(), hasArrayType()))), in matcher()
774 auto ArrayOrPtr = anyOf(hasPointerType(), hasArrayType()); in matcher()
817 auto ArrayOrPtr = anyOf(hasPointerType(), hasArrayType()); in matcher()
1232 declRefExpr(anyOf(hasPointerType(), hasArrayType()), in findGadgets()