|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/lib/CodeGen/CodeGenFunction.h 4048 bool ConstantFoldsToSimpleInteger(const Expr *Cond, bool &Result,
References
tools/clang/lib/CodeGen/CGExpr.cpp 4217 if (ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) {
tools/clang/lib/CodeGen/CGExprScalar.cpp 3986 if (CGF.ConstantFoldsToSimpleInteger(E->getLHS(), LHSCondVal)) {
4070 if (CGF.ConstantFoldsToSimpleInteger(E->getLHS(), LHSCondVal)) {
4166 if (CGF.ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) {
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp 3019 if (CGF.ConstantFoldsToSimpleInteger(Cond, CondConstant)) {
tools/clang/lib/CodeGen/CGStmt.cpp 646 if (ConstantFoldsToSimpleInteger(S.getCond(), CondConstant,
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp 1793 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) {
2341 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) {
2889 if (ConstantFoldsToSimpleInteger(Cond, CondConstant))
3401 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) {
4154 if (CGF.ConstantFoldsToSimpleInteger(IfCond, Val) && !Val)
5008 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) {
tools/clang/lib/CodeGen/CodeGenFunction.cpp 1379 if (ConstantFoldsToSimpleInteger(CondBOp->getLHS(), ConstantBool) &&
1389 if (ConstantFoldsToSimpleInteger(CondBOp->getRHS(), ConstantBool) &&
1425 if (ConstantFoldsToSimpleInteger(CondBOp->getLHS(), ConstantBool) &&
1435 if (ConstantFoldsToSimpleInteger(CondBOp->getRHS(), ConstantBool) &&