Searched refs:clean_p (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dprotoize.c2702 identify_lineno (const char *clean_p)
2707 for (scan_p = clean_text_base; scan_p <= clean_p; scan_p++)
2716 declare_source_confusing (const char *clean_p)
2720 if (clean_p == 0)
2726 identify_lineno (clean_p));
2736 check_source (int cond, const char *clean_p)
2739 declare_source_confusing (clean_p);
2683 identify_lineno(const char *clean_p) argument
2697 declare_source_confusing(const char *clean_p) argument
2717 check_source(int cond, const char *clean_p) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dsel-sched-ir.c357 init_target_context (tc_t tc, bool clean_p)
360 targetm.sched.init_sched_context (tc, clean_p);
366 create_target_context (bool clean_p)
370 init_target_context (tc, clean_p);
428 reset_target_context (tc_t tc, bool clean_p)
431 init_target_context (tc, clean_p);
353 init_target_context(tc_t tc, bool clean_p) argument
362 create_target_context(bool clean_p) argument
424 reset_target_context(tc_t tc, bool clean_p) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.c7210 ia64_init_sched_context (void *_sc, bool clean_p)
7215 if (clean_p)
7195 ia64_init_sched_context(void *_sc, bool clean_p) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.c23323 rs6000_init_sched_context (void *_sc, bool clean_p)
23327 if (clean_p)
23282 rs6000_init_sched_context(void *_sc, bool clean_p) argument

Completed in 234 milliseconds