Searched refs:ExprLooksBoolean (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp9586 /// ExprLooksBoolean - Returns true if E looks boolean, i.e. it has boolean type
9589 static bool ExprLooksBoolean(const Expr *E) { function
9618 if (!ExprLooksBoolean(CondRHS))

Completed in 202 milliseconds