Searched refs:func_decl (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dcgram.y201 %type <y_sym> func_decl
338 func_decl {
363 func_decl: label
/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c11007 add_pure_or_virtual_attribute (dw_die_ref die, tree func_decl)
11009 if (DECL_VINDEX (func_decl))
11013 if (host_integerp (DECL_VINDEX (func_decl), 0))
11016 tree_low_cst (DECL_VINDEX (func_decl), 0),
11022 lookup_type_die (DECL_CONTEXT (func_decl)));
10994 add_pure_or_virtual_attribute(dw_die_ref die, tree func_decl) argument

Completed in 148 milliseconds