Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dgengtype.c2970 const char *mark_hook_name = NULL; in write_func_for_structure() local
2988 mark_hook_name = opt->info.string; in write_func_for_structure()
3052 if (mark_hook_name && !wtd->skip_hooks) in write_func_for_structure()
3055 oprintf (d.of, " %s (xlimit);\n ", mark_hook_name); in write_func_for_structure()
3061 if (mark_hook_name && !wtd->skip_hooks) in write_func_for_structure()
3096 if (mark_hook_name && !wtd->skip_hooks) in write_func_for_structure()
3097 oprintf (d.of, " %s (xlimit);\n", mark_hook_name); in write_func_for_structure()
3104 if (mark_hook_name && chain_next == NULL && !wtd->skip_hooks) in write_func_for_structure()
3106 oprintf (d.of, " %s (x);\n", mark_hook_name); in write_func_for_structure()