Searched refs:base_out (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dflags.h32 extern int base_of_path (const char *path, const char **base_out);
H A Dopts.c163 base_of_path (const char *path, const char **base_out) argument
182 *base_out = base;
H A Drtlanal.c707 split_const (rtx x, rtx *base_out, rtx *offset_out)
714 *base_out = XEXP (x, 0);
719 *base_out = x;
703 split_const(rtx x, rtx *base_out, rtx *offset_out) argument

Completed in 109 milliseconds