Searched refs:C_IS_RESERVED_WORD (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/contrib/gcc/cp/
H A Dlex.c327 C_IS_RESERVED_WORD (id) = 1;
H A Dcp-tree.h82 5: C_IS_RESERVED_WORD (in IDENTIFIER_NODE)
214 #define C_IS_RESERVED_WORD(ID) TREE_LANG_FLAG_5 (ID)
213 #define C_IS_RESERVED_WORD macro
H A Ddecl.c7629 if (C_IS_RESERVED_WORD (dname))
H A Dparser.c435 if (C_IS_RESERVED_WORD (token->u.value))
/freebsd-10.3-release/contrib/gcc/
H A Dc-tree.h58 #define C_IS_RESERVED_WORD(ID) TREE_LANG_FLAG_0 (ID) macro
H A Dc-decl.c483 if (C_IS_RESERVED_WORD (node))
8353 && C_IS_RESERVED_WORD (qual));
8396 if (TREE_CODE (type) == IDENTIFIER_NODE && C_IS_RESERVED_WORD (type))
8773 && C_IS_RESERVED_WORD (scspec));
H A Dc-parser.c276 C_IS_RESERVED_WORD (id) = 1;
382 if (C_IS_RESERVED_WORD (token->value))

Completed in 340 milliseconds