Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/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); in debug_generic_expr()
97 print_generic_stmt (stderr, t, TDF_VOPS|TDF_UID); in debug_generic_stmt()
106 print_generic_expr (stderr, t, TDF_VOPS|TDF_UID); in debug_tree_chain()
170 if ((flags & TDF_UID) in dump_decl_name()
H A Dtree-dump.c785 {"uid", TDF_UID},