HomeSort by: relevance | last modified time | path
    Searched defs:else_b (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-openmp.cc 728 tree type = TREE_TYPE (decl), size, ptr, cond, then_b, else_b; local
828 else_b = gfc_finish_block (&cond_block);
839 else_b));
857 tree cond, then_b, else_b; local
1023 else_b = gfc_finish_block (&cond_block);
1029 void_type_node, cond, then_b, else_b));
1044 tree cond, then_b, else_b; local
1157 else_b = gfc_finish_block (&inner_block);
1163 then_b, else_b));
1174 else_b = build_empty_stmt (input_location)
1495 tree else_b = NULL_TREE; local
1667 tree tem, then_b, else_b, zero, cond; local
3473 tree tem, then_b, else_b, zero, cond; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-openmp.cc 676 tree type = TREE_TYPE (decl), size, ptr, cond, then_b, else_b; local
776 else_b = gfc_finish_block (&cond_block);
787 else_b));
805 tree cond, then_b, else_b; local
971 else_b = gfc_finish_block (&cond_block);
977 void_type_node, cond, then_b, else_b));
992 tree cond, then_b, else_b; local
1105 else_b = gfc_finish_block (&inner_block);
1111 then_b, else_b));
1122 else_b = build_empty_stmt (input_location)
1443 tree else_b = NULL_TREE; local
1615 tree tem, then_b, else_b, zero, cond; local
3230 tree tem, then_b, else_b, zero, cond; local
    [all...]

Completed in 32 milliseconds