lang_hooks        570 scripts/gcc-plugins/latent_entropy_plugin.c 	lang_hooks.decls.pushdecl(latent_entropy_decl);
lang_hooks        954 scripts/gcc-plugins/randomize_layout_plugin.c 	if (strncmp(lang_hooks.name, "GNU C", 5) && !strncmp(lang_hooks.name, "GNU C+", 6)) {
lang_hooks        955 scripts/gcc-plugins/randomize_layout_plugin.c 		inform(UNKNOWN_LOCATION, G_("%s supports C only, not %s"), plugin_name, lang_hooks.name);
lang_hooks        231 scripts/gcc-plugins/structleak_plugin.c 	if (strncmp(lang_hooks.name, "GNU C", 5) && !strncmp(lang_hooks.name, "GNU C+", 6)) {
lang_hooks        232 scripts/gcc-plugins/structleak_plugin.c 		inform(UNKNOWN_LOCATION, G_("%s supports C only, not %s"), plugin_name, lang_hooks.name);