Searched refs:TDF_UID (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dtree-pass.h63 #define TDF_UID (1 << 8) /* display decl UIDs */ macro
H A Dtree-pretty-print.c90 print_generic_expr (stderr, t, TDF_VOPS|TDF_UID);
97 print_generic_stmt (stderr, t, TDF_VOPS|TDF_UID);
106 print_generic_expr (stderr, t, TDF_VOPS|TDF_UID);
160 /* Dump the name of a _DECL node and its DECL_UID if TDF_UID is set
170 if ((flags & TDF_UID)
H A Dtree-dump.c786 {"uid", TDF_UID},

Completed in 76 milliseconds