Searched refs:CondE (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2353 const Expr *CondE = builder.getCondition(); local
2354 SVal CondV_untested = state->getSVal(CondE, builder.getLocationContext());
2379 assert(V1.getBitWidth() == getContext().getIntWidth(CondE->getType()));
/freebsd-11-stable/contrib/bmake/
H A Dcond.c136 * All Non-Terminal functions (CondE, CondF and CondT) return TOK_ERROR on
160 static Token CondE(Boolean);
1037 t = CondE(doEval);
1104 * CondE --
1117 CondE(Boolean doEval)
1135 l = CondE(doEval);
1137 (void)CondE(FALSE);
1210 switch (CondE(TRUE)) {
1107 CondE(Boolean doEval) function

Completed in 105 milliseconds