Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/top/dist/
H A Dtop.h63 struct ext_decl { struct
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c9238 tree ext_decl, ext_type; in start_function() local
9239 ext_decl = b->decl; in start_function()
9240 ext_type = b->u.type ? b->u.type : TREE_TYPE (ext_decl); in start_function()
9246 = DECL_SOURCE_LOCATION (ext_decl); in start_function()
9248 = C_DECL_BUILTIN_PROTOTYPE (ext_decl); in start_function()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc9622 tree ext_decl, ext_type; in start_function() local
9623 ext_decl = b->decl; in start_function()
9624 ext_type = b->u.type ? b->u.type : TREE_TYPE (ext_decl); in start_function()
9630 = DECL_SOURCE_LOCATION (ext_decl); in start_function()
9632 = C_DECL_BUILTIN_PROTOTYPE (ext_decl); in start_function()