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

/freebsd-10-stable/contrib/texinfo/makeinfo/
H A Ddefun.c333 defun_internal (int type, int x_p)
480 if (!x_p)
526 if (!x_p)
694 int x_p = (command[strlen (command) - 1] == 'x');
696 if (x_p)
703 if (x_p)
719 defun_internal (type, x_p);
332 defun_internal(int type, int x_p) argument
693 int x_p = (command[strlen (command) - 1] == 'x'); local
/freebsd-10-stable/contrib/gcc/
H A Dc-common.c6185 field_decl_cmp (const void *x_p, const void *y_p)
6187 const tree *const x = (const tree *const) x_p;
6211 resort_field_decl_cmp (const void *x_p, const void *y_p)
6213 const tree *const x = (const tree *const) x_p;
6167 field_decl_cmp(const void *x_p, const void *y_p) argument
6193 resort_field_decl_cmp(const void *x_p, const void *y_p) argument
/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.c4196 thumb_legitimize_reload_address (rtx *x_p,
4201 rtx x = *x_p;
4213 push_reload (orig_x, NULL_RTX, x_p, NULL, MODE_BASE_REG_CLASS (mode),
4230 push_reload (orig_x, NULL_RTX, x_p, NULL, MODE_BASE_REG_CLASS (mode),
4187 thumb_legitimize_reload_address(rtx *x_p, enum machine_mode mode, int opnum, int type, int ind_levels ATTRIBUTE_UNUSED) argument

Completed in 206 milliseconds