Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-pretty-print.c44 static void do_niy (pretty_printer *, const_tree);
49 #define NIY do_niy(buffer,node)
57 do_niy (pretty_printer *buffer, const_tree node) in do_niy() function
H A Dgimple-pretty-print.c44 #define GIMPLE_NIY do_niy (buffer,gs)
50 do_niy (pretty_printer *buffer, gimple gs) in do_niy() function
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-pretty-print.c44 static void do_niy (pretty_printer *, const_tree, dump_flags_t);
49 #define NIY do_niy (pp, node, flags)
56 do_niy (pretty_printer *pp, const_tree node, dump_flags_t flags) in do_niy() function
H A Dgimple-pretty-print.c48 #define GIMPLE_NIY do_niy (buffer,gs)
54 do_niy (pretty_printer *buffer, gimple *gs) in do_niy() function