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

/haiku-buildtools/gcc/gcc/
H A Ddumpfile.h60 #define TDF_UID (1 << 8) /* display decl UIDs */ macro
H A Ddumpfile.c112 {"uid", TDF_UID},
H A Dtree-pretty-print.c135 print_generic_expr (stderr, t, TDF_VOPS|TDF_MEMSYMS|TDF_UID);
141 print_generic_expr (stderr, t, TDF_VOPS|TDF_MEMSYMS|TDF_UID);
197 /* Dump the name of a _DECL node and its DECL_UID if TDF_UID is set
210 if ((flags & TDF_UID) || DECL_NAME (node) == NULL_TREE)
H A Dvar-tracking.c7228 if (dump_flags & TDF_UID)

Completed in 127 milliseconds