Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp8390 static bool checkCondition(Sema &S, Expr *Cond, SourceLocation QuestionLoc) { in checkCondition() function
8878 if (checkCondition(*this, Cond.get(), QuestionLoc)) in CheckConditionalOperands()