Home
last modified time | relevance | path

Searched refs:c_common_resword (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.h386 struct c_common_resword struct
446 extern const struct c_common_resword c_common_reswords[];
H A Dc-common.c340 const struct c_common_resword c_common_reswords[] =
583 sizeof c_common_reswords / sizeof (struct c_common_resword);
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.h403 struct c_common_resword struct
465 extern const struct c_common_resword c_common_reswords[];
H A Dc-common.cc343 const struct c_common_resword c_common_reswords[] =
606 sizeof c_common_reswords / sizeof (struct c_common_resword);
H A DChangeLog3683 * c-common.c (c_common_resword): Same.
6025 * c-common.h (c_common_resword): Add RID_GIMPLE, RID_PHI types.
9092 * c-common.h (struct c_common_resword): Don't define CPP_KEYWORD.
12189 * c-common.c (struct c_common_resword): Add __underlying_type.
12760 * c-common.c (c_common_resword): Define @property and its attributes.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.c6273 const c_common_resword *resword = &c_common_reswords[i]; in lookup_name_fuzzy()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.cc7517 const c_common_resword *resword = &c_common_reswords[i]; in lookup_name_fuzzy()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c4354 const c_common_resword *resword = &c_common_reswords[i]; in lookup_name_fuzzy()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc4418 const c_common_resword *resword = &c_common_reswords[i]; in lookup_name_fuzzy()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200814022 (struct c_common_resword): Define.