| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-lang.cc | 50 struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable in typeref:struct:lang_hooks
|
| /src/external/gpl3/gcc.old/dist/gcc/objc/ |
| objc-lang.cc | 51 struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable in typeref:struct:lang_hooks
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-lang.cc | 55 struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable in typeref:struct:lang_hooks
|
| /src/external/gpl3/gcc/dist/gcc/objc/ |
| objc-lang.cc | 51 struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable in typeref:struct:lang_hooks
|
| /src/external/gpl3/gcc/dist/gcc/objcp/ |
| objcp-lang.cc | 47 struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable in typeref:struct:lang_hooks
|
| /src/external/gpl3/gcc.old/dist/gcc/objcp/ |
| objcp-lang.cc | 47 struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable in typeref:struct:lang_hooks
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| iso-c-binding.def | 150 lang_hooks.to_target_charset ('\0')) 152 lang_hooks.to_target_charset ('\a')) 154 lang_hooks.to_target_charset ('\b')) 156 lang_hooks.to_target_charset ('\f')) 158 lang_hooks.to_target_charset ('\n')) 160 lang_hooks.to_target_charset ('\r')) 162 lang_hooks.to_target_charset ('\t')) 164 lang_hooks.to_target_charset ('\v'))
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| iso-c-binding.def | 150 lang_hooks.to_target_charset ('\0')) 152 lang_hooks.to_target_charset ('\a')) 154 lang_hooks.to_target_charset ('\b')) 156 lang_hooks.to_target_charset ('\f')) 158 lang_hooks.to_target_charset ('\n')) 160 lang_hooks.to_target_charset ('\r')) 162 lang_hooks.to_target_charset ('\t')) 164 lang_hooks.to_target_charset ('\v'))
|
| /src/external/gpl3/gcc/dist/gcc/ |
| langhooks.cc | 237 return lang_hooks.decl_printable_name (t, verbosity); 250 /* lang_hooks.tree_dump.dump_tree: Dump language-specific parts of tree 260 /* lang_hooks.tree_dump.type_qual: Determine type qualifiers in a 269 /* lang_hooks.gimplify_expr re-writes *EXPR_P into GIMPLE form. */ 279 /* lang_hooks.tree_size: Determine the size of a tree with code C, 313 globals = lang_hooks.decls.getdecls (); 401 identifier_to_locale (lang_hooks.decl_printable_name (fndecl, 2))); 405 identifier_to_locale (lang_hooks.decl_printable_name (fndecl, 2))); 450 identifier_to_locale (lang_hooks.decl_printable_name (fndecl, 2)), 455 identifier_to_locale (lang_hooks.decl_printable_name (fndecl, 2)) [all...] |
| lto-section-out.cc | 55 lang_hooks.lto.append_data (chars, num_chars, opaque); 68 lang_hooks.lto.begin_section (name); 95 lang_hooks.lto.end_section (); 106 lang_hooks.lto.append_data ((const char *)data, size, NULL); 114 lang_hooks.lto.append_data ((const char *)data, size, NULL); 144 lang_hooks.lto.append_data (base, num_chars, block);
|
| tree-diagnostic-client-data-hooks.cc | 2 (e.g. with knowledge of "tree", lang_hooks, and timevars). 68 (i.e. using lang_hooks, and with knowledge of GCC plugins). */ 75 return lang_hooks.name; 137 return lang_hooks.get_sarif_source_language (filename);
|
| tree-logical-location.cc | 38 return identifier_to_locale (lang_hooks.decl_printable_name (decl, 0)); 48 return identifier_to_locale (lang_hooks.decl_printable_name (decl, 1));
|
| selftest-run-tests.cc | 120 lang_hooks.run_lang_selftests ();
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| langhooks.cc | 237 return lang_hooks.decl_printable_name (t, verbosity); 250 /* lang_hooks.tree_dump.dump_tree: Dump language-specific parts of tree 260 /* lang_hooks.tree_dump.type_qual: Determine type qualifiers in a 269 /* lang_hooks.gimplify_expr re-writes *EXPR_P into GIMPLE form. */ 279 /* lang_hooks.tree_size: Determine the size of a tree with code C, 313 globals = lang_hooks.decls.getdecls (); 401 identifier_to_locale (lang_hooks.decl_printable_name (fndecl, 2))); 405 identifier_to_locale (lang_hooks.decl_printable_name (fndecl, 2))); 450 identifier_to_locale (lang_hooks.decl_printable_name (fndecl, 2)), 455 identifier_to_locale (lang_hooks.decl_printable_name (fndecl, 2)) [all...] |
| lto-section-out.cc | 55 lang_hooks.lto.append_data (chars, num_chars, opaque); 68 lang_hooks.lto.begin_section (name); 95 lang_hooks.lto.end_section (); 106 lang_hooks.lto.append_data ((const char *)data, size, NULL); 114 lang_hooks.lto.append_data ((const char *)data, size, NULL); 144 lang_hooks.lto.append_data (base, num_chars, block);
|
| selftest-run-tests.cc | 119 lang_hooks.run_lang_selftests ();
|
| opts-global.cc | 92 if (!lang_hooks.complain_wrong_lang_p (option)) 186 return lang_hooks.handle_option (decoded->opt_index, decoded->arg, 252 initial_lang_mask = lang_hooks.option_lang_mask (); 254 lang_hooks.initialize_diagnostics (global_dc);
|
| tree-diagnostic.cc | 41 lang_hooks.print_error_function (context, LOCATION_FILE (loc), diagnostic); 289 ? identifier_to_locale (lang_hooks.decl_printable_name (t, 2))
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-ppoutput.cc | 342 if (lang_hooks.preprocess_token) 343 filter = lang_hooks.preprocess_token (pfile, NULL, filter); 355 unsigned flags = lang_hooks.preprocess_token (pfile, token, filter); 356 if (flags & lang_hooks::PT_begin_pragma) 364 lang_hooks.preprocess_token (pfile, NULL, filter); 411 unsigned flags = lang_hooks.preprocess_token 413 if (flags & lang_hooks::PT_begin_pragma) 429 if (lang_hooks.preprocess_token) 430 filter = lang_hooks.preprocess_token (pfile, NULL, filter); 434 lang_hooks.preprocess_token (pfile, NULL, streamer.filter) [all...] |
| c-opts.cc | 1215 if (lang_hooks.preprocess_options) 1216 lang_hooks.preprocess_options (parse_in); 1727 if (lang_hooks.preprocess_main_file) 1729 lang_hooks.preprocess_main_file 1749 && lang_hooks.preprocess_main_file && MAIN_FILE_P (new_map) 1752 lang_hooks.preprocess_main_file (reader, line_table, new_map); 1793 lang_hooks.name = "GNU C89"; 1808 lang_hooks.name = "GNU C99"; 1823 lang_hooks.name = "GNU C11"; 1838 lang_hooks.name = "GNU C17" [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-ppoutput.cc | 312 if (lang_hooks.preprocess_token) 313 filter = lang_hooks.preprocess_token (pfile, NULL, filter); 325 unsigned flags = lang_hooks.preprocess_token (pfile, token, filter); 326 if (flags & lang_hooks::PT_begin_pragma) 334 lang_hooks.preprocess_token (pfile, NULL, filter); 381 unsigned flags = lang_hooks.preprocess_token 383 if (flags & lang_hooks::PT_begin_pragma) 399 if (lang_hooks.preprocess_token) 400 filter = lang_hooks.preprocess_token (pfile, NULL, filter); 404 lang_hooks.preprocess_token (pfile, NULL, streamer.filter) [all...] |
| c-opts.cc | 1154 if (lang_hooks.preprocess_options) 1155 lang_hooks.preprocess_options (parse_in); 1605 if (lang_hooks.preprocess_main_file) 1607 lang_hooks.preprocess_main_file 1627 && lang_hooks.preprocess_main_file && MAIN_FILE_P (new_map) 1630 lang_hooks.preprocess_main_file (reader, line_table, new_map); 1671 lang_hooks.name = "GNU C89"; 1686 lang_hooks.name = "GNU C99"; 1701 lang_hooks.name = "GNU C11"; 1716 lang_hooks.name = "GNU C17" [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| cp-lang.cc | 108 struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable in typeref:struct:lang_hooks
|
| /src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| arm-mve-builtins.cc | 121 decl = lang_hooks.decls.pushdecl (decl); 159 tree t = lang_hooks.types.simulate_record_decl (input_location, buffer,
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| cp-lang.cc | 104 struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable in typeref:struct:lang_hooks
|