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

  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 9066 goto cond_label;
9070 cond_label:
9079 tree cond_label = NULL_TREE;
9083 tem = build_and_jump (&cond_label);
9101 tem = build1 (LABEL_EXPR, void_type_node, cond_label);
9076 tree cond_label = NULL_TREE; local
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 8568 goto cond_label;
8572 cond_label:
8581 tree cond_label = NULL_TREE;
8585 tem = build_and_jump (&cond_label);
8603 tem = build1 (LABEL_EXPR, void_type_node, cond_label);
8578 tree cond_label = NULL_TREE; local

Completed in 72 milliseconds