Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp255 static bool hasArrayType(const Expr &E) { in hasArrayType() function
1377 if (!hasPointerType(*Base) && !hasArrayType(*Base)) in matches()
2011 if (!DRE || !(hasPointerType(*DRE) || hasArrayType(*DRE)) || in matches()
2061 if (!DRE || (!hasPointerType(*DRE) && !hasArrayType(*DRE)) || in matches()
2512 if (!DRE || (!hasPointerType(*DRE) && !hasArrayType(*DRE))) in findDeclRefExpr()