Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1049 auto ArrayOrPtr = anyOf(hasPointerType(), hasArrayType()); in matcher() local
1051 ignoringParenImpCasts(declRefExpr(ArrayOrPtr, toSupportedVariable()))); in matcher()
1091 auto ArrayOrPtr = anyOf(hasPointerType(), hasArrayType()); in matcher() local
1093 declRefExpr(allOf(ArrayOrPtr, toSupportedVariable())) in matcher()