Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp11315 static bool checkForArray(const Expr *E) { in checkForArray() function
11404 } else if (checkForArray(LHSStripped) && checkForArray(RHSStripped)) { in diagnoseTautologicalComparison()