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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-gimplify.cc 297 tree after_cond = create_artificial_label (cond_locus); local
298 tree goto_after_cond = build1 (GOTO_EXPR, void_type_node, after_cond);
303 t = build1 (LABEL_EXPR, void_type_node, after_cond);
c-gimplify.cc 297 tree after_cond = create_artificial_label (cond_locus); local
298 tree goto_after_cond = build1 (GOTO_EXPR, void_type_node, after_cond);
303 t = build1 (LABEL_EXPR, void_type_node, after_cond);
c-gimplify.cc 297 tree after_cond = create_artificial_label (cond_locus); local
298 tree goto_after_cond = build1 (GOTO_EXPR, void_type_node, after_cond);
303 t = build1 (LABEL_EXPR, void_type_node, after_cond);

Completed in 113 milliseconds