Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.bin/xlint/lint1/
HDcgram.y281 ext_decl
282 | translation_unit ext_decl
285 ext_decl:
/freebsd-11-stable/contrib/gcc/
HDc-decl.c6705 tree ext_decl, ext_type; in start_function() local
6706 ext_decl = b->decl; in start_function()
6707 ext_type = b->type ? b->type : TREE_TYPE (ext_decl); in start_function()
6713 = DECL_SOURCE_LOCATION (ext_decl); in start_function()
6715 = C_DECL_BUILTIN_PROTOTYPE (ext_decl); in start_function()