Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/
HDc-tree.h199 csc_extern, enumerator
HDc-decl.c4625 else if (storage_class == csc_extern in grokdeclarator()
4649 if (storage_class == csc_extern && funcdef_flag) in grokdeclarator()
5218 && (storage_class == csc_extern in grokdeclarator()
5371 DECL_EXTERNAL (decl) = ((storage_class == csc_extern) in grokdeclarator()
5416 int extern_ref = !initialized && storage_class == csc_extern; in grokdeclarator()
5450 DECL_EXTERNAL (decl) = (storage_class == csc_extern); in grokdeclarator()
5479 if (storage_class == csc_extern in grokdeclarator()
8766 n = csc_extern; in declspecs_add_scspec()
8799 if (n != csc_extern && n != csc_static && specs->thread_p) in declspecs_add_scspec()