Home
last modified time | relevance | path

Searched refs:fn_tmp (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-attribs.c3389 tree fn_tmp = TREE_TYPE (*node); in handle_tm_attribute() local
3390 decl_attributes (&fn_tmp, tree_cons (name, args, NULL), 0); in handle_tm_attribute()
3391 *node = build_pointer_type (fn_tmp); in handle_tm_attribute()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-attribs.cc4019 tree fn_tmp = TREE_TYPE (*node); in handle_tm_attribute() local
4020 decl_attributes (&fn_tmp, tree_cons (name, args, NULL), 0); in handle_tm_attribute()
4021 *node = build_pointer_type (fn_tmp); in handle_tm_attribute()