reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 1793   if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) {
 1799     emitPreCond(CGF, S, S.getPreCond(), ThenBlock, ContBlock,
 2341     if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) {
 2347       emitPreCond(*this, S, S.getPreCond(), ThenBlock, ContBlock,
 3401     if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) {
 3407       emitPreCond(*this, S, S.getPreCond(), ThenBlock, ContBlock,
 5008     if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) {
 5014       emitPreCond(CGF, S, S.getPreCond(), ThenBlock, ContBlock,
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1977   Record.AddStmt(D->getPreCond());