Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c11346 tree scspec) in declspecs_add_scspec() argument
11353 gcc_assert (TREE_CODE (scspec) == IDENTIFIER_NODE in declspecs_add_scspec()
11354 && C_IS_RESERVED_WORD (scspec)); in declspecs_add_scspec()
11355 i = C_RID_CODE (scspec); in declspecs_add_scspec()
11358 "%qE is not at beginning of declaration", scspec); in declspecs_add_scspec()
11379 error ("%qE used with %<auto%>", scspec); in declspecs_add_scspec()
11381 error ("%qE used with %<register%>", scspec); in declspecs_add_scspec()
11383 error ("%qE used with %<typedef%>", scspec); in declspecs_add_scspec()
11387 specs->thread_gnu_p = (strcmp (IDENTIFIER_POINTER (scspec), in declspecs_add_scspec()
11397 "ISO C99 does not support %qE", scspec); in declspecs_add_scspec()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc11745 tree scspec) in declspecs_add_scspec() argument
11752 gcc_assert (TREE_CODE (scspec) == IDENTIFIER_NODE in declspecs_add_scspec()
11753 && C_IS_RESERVED_WORD (scspec)); in declspecs_add_scspec()
11754 i = C_RID_CODE (scspec); in declspecs_add_scspec()
11757 "%qE is not at beginning of declaration", scspec); in declspecs_add_scspec()
11778 error ("%qE used with %<auto%>", scspec); in declspecs_add_scspec()
11780 error ("%qE used with %<register%>", scspec); in declspecs_add_scspec()
11782 error ("%qE used with %<typedef%>", scspec); in declspecs_add_scspec()
11786 specs->thread_gnu_p = (strcmp (IDENTIFIER_POINTER (scspec), in declspecs_add_scspec()
11796 "ISO C99 does not support %qE", scspec); in declspecs_add_scspec()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200229778 (scspec): New non-terminal. Update productions accordingly.