Home
last modified time | relevance | path

Searched refs:test_label (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dstmt.c3046 tree test_label = build_decl (LABEL_DECL, NULL_TREE, NULL_TREE); in emit_case_nodes() local
3055 label_rtx (test_label)); in emit_case_nodes()
3065 expand_label (test_label); in emit_case_nodes()
3151 tree test_label = 0; in emit_case_nodes() local
3168 test_label = build_decl (LABEL_DECL, NULL_TREE, NULL_TREE); in emit_case_nodes()
3175 label_rtx (test_label)); in emit_case_nodes()
3193 if (test_label) in emit_case_nodes()
3199 expand_label (test_label); in emit_case_nodes()