HomeSort by relevance Sort by last modified time
    Searched refs:CondConstant (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp     [all...]
CGStmt.cpp 583 bool CondConstant;
584 if (ConstantFoldsToSimpleInteger(S.getCond(), CondConstant,
589 if (!CondConstant) // Condition false?
595 if (CondConstant)
    [all...]
CGOpenMPRuntime.cpp     [all...]

Completed in 343 milliseconds