Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimplify.cc2335 if (!UNUSED_LABEL_P (false_lab)) in collect_fallthrough_labels()
2374 else if (UNUSED_LABEL_P (false_lab)) in collect_fallthrough_labels()
4485 UNUSED_LABEL_P (label_true) = 1; in gimplify_cond_expr()
4511 UNUSED_LABEL_P (label_true) = 1; in gimplify_cond_expr()
4513 UNUSED_LABEL_P (label_cont) = 1; in gimplify_cond_expr()
4538 UNUSED_LABEL_P (label_false) = 1; in gimplify_cond_expr()
Dtree.h793 #define UNUSED_LABEL_P(NODE) \ macro
DChangeLog7886 into labels. Maybe set prev to the statement preceding UNUSED_LABEL_P.
7887 (gimplify_cond_expr): Set UNUSED_LABEL_P.
7888 * tree.h (UNUSED_LABEL_P): New.