Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/bmake/
H A Dcond.c160 static Token CondE(Boolean);
1029 t = CondE(doEval); in CondT()
1107 CondE(Boolean doEval) in CondE() function
1125 l = CondE(doEval); in CondE()
1127 (void)CondE(FALSE); in CondE()
1200 switch (CondE(TRUE)) { in do_Cond_EvalExpression()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2285 const Expr *CondE = builder.getCondition(); in processSwitch() local
2286 SVal CondV_untested = state->getSVal(CondE, builder.getLocationContext()); in processSwitch()
2311 assert(V1.getBitWidth() == getContext().getIntWidth(CondE->getType())); in processSwitch()