Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-format.cc2969 static const token_t cxx_keywords[] = variable
3429 nelts = c_dialect_cxx () ? sizeof cxx_keywords / sizeof *cxx_keywords : 0; in check_plain()
3430 if (const char *ret = check_tokens (cxx_keywords, nelts, in check_plain()
H A DChangeLog2990 * c-format.c (cxx_keywords): Add "constinit".
3177 (c_opers, c_keywords, cxx_keywords, badwords, contrs): New arrays.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-format.c2977 static const token_t cxx_keywords[] = variable
3430 nelts = c_dialect_cxx () ? sizeof cxx_keywords / sizeof *cxx_keywords : 0; in check_plain()
3431 if (const char *ret = check_tokens (cxx_keywords, nelts, in check_plain()