Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp8824 static bool checkBlockType(Sema &S, const Expr *E) { in checkBlockType() function
8910 ((int)checkBlockType(*this, LHS.get()) | (int)checkBlockType(*this, RHS.get()))) { in CheckConditionalOperands()