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

/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.c329 static void scan_record_type (tree, int *, int *, int *);
4451 scan_record_type (tree type, int *intregs_p, int *fpregs_p, int *packed_p)
4460 scan_record_type (TREE_TYPE (field), intregs_p, fpregs_p, 0);
4591 scan_record_type (type, &intregs_p, &fpregs_p, &packed_p);
4439 scan_record_type (tree type, int *intregs_p, int *fpregs_p, int *packed_p) function

Completed in 46 milliseconds