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

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1625 const Expr *CondE = builder.getCondition(); local
1626 SVal CondV_untested = state->getSVal(CondE, builder.getLocationContext());
1651 assert(V1.getBitWidth() == getContext().getTypeSize(CondE->getType()));
/external/clang/lib/Sema/
H A DTreeTransform.h5531 ExprResult CondE = getSema().ActOnBooleanCondition(nullptr, S->getIfLoc(), local
5533 if (CondE.isInvalid())
5536 Cond = CondE.get();
5626 ExprResult CondE = getSema().ActOnBooleanCondition(nullptr, local
5629 if (CondE.isInvalid())
5631 Cond = CondE;
5704 ExprResult CondE = getSema().ActOnBooleanCondition(nullptr, local
5707 if (CondE.isInvalid())
5710 Cond = CondE.get();

Completed in 165 milliseconds