Searched refs:CondE (Results 1 – 2 of 2) sorted by relevance
160 static Token CondE(Boolean);1029 t = CondE(doEval); in CondT()1107 CondE(Boolean doEval) in CondE() function1125 l = CondE(doEval); in CondE()1127 (void)CondE(FALSE); in CondE()1200 switch (CondE(TRUE)) { in do_Cond_EvalExpression()
2285 const Expr *CondE = builder.getCondition(); in processSwitch() local2286 SVal CondV_untested = state->getSVal(CondE, builder.getLocationContext()); in processSwitch()2311 assert(V1.getBitWidth() == getContext().getIntWidth(CondE->getType())); in processSwitch()