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

/haiku-buildtools/legacy/gcc/gcc/
H A Dprotoize.c2885 identify_lineno (clean_p)
2886 const char *clean_p;
2891 for (scan_p = clean_text_base; scan_p <= clean_p; scan_p++)
2900 declare_source_confusing (clean_p)
2901 const char *clean_p;
2905 if (clean_p == 0)
2911 identify_lineno (clean_p));
2921 check_source (cond, clean_p)
2923 const char *clean_p;
2926 declare_source_confusing (clean_p);
[all...]
/haiku-buildtools/gcc/gcc/
H A Dsel-sched-ir.c371 init_target_context (tc_t tc, bool clean_p)
374 targetm.sched.init_sched_context (tc, clean_p);
380 create_target_context (bool clean_p)
384 init_target_context (tc, clean_p);
442 reset_target_context (tc_t tc, bool clean_p)
445 init_target_context (tc, clean_p);
367 init_target_context(tc_t tc, bool clean_p) argument
376 create_target_context(bool clean_p) argument
438 reset_target_context(tc_t tc, bool clean_p) argument
/haiku-buildtools/gcc/gcc/config/c6x/
H A Dc6x.c3931 c6x_init_sched_context (void *_sc, bool clean_p)
3935 if (clean_p)
3913 c6x_init_sched_context(void *_sc, bool clean_p) argument
/haiku-buildtools/gcc/gcc/config/ia64/
H A Dia64.c7772 ia64_init_sched_context (void *_sc, bool clean_p)
7777 if (clean_p)
7757 ia64_init_sched_context(void *_sc, bool clean_p) argument
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c28801 rs6000_init_sched_context (void *_sc, bool clean_p)
28805 if (clean_p)
28755 rs6000_init_sched_context(void *_sc, bool clean_p) argument
[all...]

Completed in 418 milliseconds