Searched refs:lang_name_cplusplus (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/gcc/gcc/cp/ |
H A D | lex.c | 701 if (current_lang_name == lang_name_cplusplus in retrofit_lang_decl()
|
H A D | decl.c | 3088 { "C++", &lang_name_cplusplus, 0 }, in initialize_predefined_identifiers() 3254 current_lang_name = lang_name_cplusplus; in cxx_init_decl_processing() 6141 && current_lang_name == lang_name_cplusplus in grokfndecl() 6407 && current_lang_name != lang_name_cplusplus) in grokvardecl()
|
H A D | parser.c | 7846 linkage = lang_name_cplusplus; in cp_parser_linkage_specification() 9598 push_lang_context (lang_name_cplusplus); in cp_parser_explicit_specialization() 15702 push_lang_context (lang_name_cplusplus); in cp_parser_template_declaration_after_export()
|
H A D | cp-tree.h | 607 #define lang_name_cplusplus cp_global_trees[CPTI_LANG_NAME_CPLUSPLUS] macro
|
H A D | name-lookup.c | 5063 current_lang_name = lang_name_cplusplus; in push_to_top_level()
|
H A D | class.c | 5677 if (name == lang_name_cplusplus) in push_lang_context()
|
H A D | ChangeLog-1999 | 2661 (lang_name_cplusplus): Likewise. 2685 lang_name_c, lang_name_cplusplus, lang_name_java,
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | lex.c | 1375 if (current_lang_name == lang_name_cplusplus)
|
H A D | decl.c | 2710 current_lang_name = lang_name_cplusplus; 6891 { "C++", &lang_name_cplusplus, 0 }, in initialize_predefined_identifiers() 7081 current_lang_name = lang_name_cplusplus; in cxx_init_decl_processing() 9683 && current_lang_name == lang_name_cplusplus 9981 && current_lang_name != lang_name_cplusplus)
|
H A D | cp-tree.h | 744 #define lang_name_cplusplus cp_global_trees[CPTI_LANG_NAME_CPLUSPLUS] macro
|
H A D | class.c | 5982 if (name == lang_name_cplusplus)
|
H A D | ChangeLog.2 | 2661 (lang_name_cplusplus): Likewise. 2685 lang_name_c, lang_name_cplusplus, lang_name_java,
|