Searched refs:CondE (Results 1 – 2 of 2) sorted by relevance
113 static Token CondE(bool);822 t = CondE(doEval); in CondT()890 CondE(bool doEval) in CondE() function907 l = CondE(doEval); in CondE()909 (void)CondE(false); in CondE()1134 switch (CondE(true)) { in Cond_Eval()
2956 const Expr *CondE = builder.getCondition(); in processSwitch() local2957 SVal CondV_untested = state->getSVal(CondE, builder.getLocationContext()); in processSwitch()2982 assert(V1.getBitWidth() == getContext().getIntWidth(CondE->getType())); in processSwitch()