Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp11675 static bool checkForArray(const Expr *E) { in checkForArray() function
11769 } else if (checkForArray(LHSStripped) && checkForArray(RHSStripped)) { in diagnoseTautologicalComparison()