Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp6563 static bool checkCondition(Sema &S, Expr *Cond, SourceLocation QuestionLoc) { in checkCondition() function
7049 if (checkCondition(*this, Cond.get(), QuestionLoc)) in CheckConditionalOperands()