Home
last modified time | relevance | path

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

/openbsd/usr.bin/make/
H A Dcond.c113 static Token CondE(bool);
822 t = CondE(doEval); in CondT()
890 CondE(bool doEval) in CondE() function
907 l = CondE(doEval); in CondE()
909 (void)CondE(false); in CondE()
1134 switch (CondE(true)) { in Cond_Eval()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2956 const Expr *CondE = builder.getCondition(); in processSwitch() local
2957 SVal CondV_untested = state->getSVal(CondE, builder.getLocationContext()); in processSwitch()
2982 assert(V1.getBitWidth() == getContext().getIntWidth(CondE->getType())); in processSwitch()