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

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/
H A Dor386.c1 typedef int xtype; typedef
3 xtype
5 xtype a;
H A Drun.c3 typedef short int xtype; typedef
5 xtype i;
6 xtype ii;
H A Dloadhicc.c1 typedef int xtype; typedef
4 xtype *p;
7 xtype a;
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dcvt.c1016 build_type_conversion (xtype, expr)
1017 tree xtype, expr;
1021 return build_user_type_conversion (xtype, expr, LOOKUP_NORMAL);
/openbsd-current/gnu/gcc/gcc/cp/
H A Dcvt.c1071 build_type_conversion (tree xtype, tree expr)
1075 return build_user_type_conversion (xtype, expr, LOOKUP_NORMAL);
1069 build_type_conversion(tree xtype, tree expr) argument
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dstabsread.c1572 struct type *xtype = read_type (pp, objfile);
1573 if (type == xtype)
1604 replace_type (type, xtype);
1611 TYPE_TARGET_TYPE (type) = xtype;
1568 struct type *xtype = read_type (pp, objfile); local
/openbsd-current/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Daltivec.h61 #define __bin_args_eq(xtype, x, ytype, y) \
62 (__builtin_types_compatible_p (xtype, typeof (x)) \
65 #define __un_args_eq(xtype, x) \
66 __builtin_types_compatible_p (xtype, typeof (x))
68 #define __tern_args_eq(xtype, x, ytype, y, ztype, z) \
69 (__builtin_types_compatible_p (xtype, typeof (x)) \
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c298 static tree ffecom_char_enhance_arg_ (tree *xtype, ffesymbol s);
2302 ffecom_char_enhance_arg_ (tree *xtype, ffesymbol s)
2307 tree type = *xtype;
2338 *xtype = type;
2301 ffecom_char_enhance_arg_(tree *xtype, ffesymbol s) argument

Completed in 297 milliseconds