Searched refs:xtype (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/ |
H A D | or386.c | 1 typedef int xtype; typedef 3 xtype 5 xtype a; in foo()
|
H A D | run.c | 3 typedef short int xtype; in main() typedef 5 xtype i; in main() 6 xtype ii; in main()
|
H A D | loadhicc.c | 1 typedef int xtype; typedef 4 xtype *p; in foo() 7 xtype a;
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | cvt.c | 1014 build_type_conversion (xtype, expr) in build_type_conversion() argument 1015 tree xtype, expr; in build_type_conversion() 1019 return build_user_type_conversion (xtype, expr, LOOKUP_NORMAL);
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | cvt.c | 1069 build_type_conversion (tree xtype, tree expr) in build_type_conversion() argument 1073 return build_user_type_conversion (xtype, expr, LOOKUP_NORMAL); in build_type_conversion()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | stabsread.c | 1568 struct type *xtype = read_type (pp, objfile); in read_type() local 1569 if (type == xtype) in read_type() 1600 replace_type (type, xtype); in read_type() 1607 TYPE_TARGET_TYPE (type) = xtype; in read_type()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 61 #define __bin_args_eq(xtype, x, ytype, y) \ argument 62 (__builtin_types_compatible_p (xtype, typeof (x)) \ 65 #define __un_args_eq(xtype, x) \ argument 66 __builtin_types_compatible_p (xtype, typeof (x)) 68 #define __tern_args_eq(xtype, x, ytype, y, ztype, z) \ argument 69 (__builtin_types_compatible_p (xtype, typeof (x)) \
|
/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | com.c | 298 static tree ffecom_char_enhance_arg_ (tree *xtype, ffesymbol s); 2301 ffecom_char_enhance_arg_ (tree *xtype, ffesymbol s) in ffecom_char_enhance_arg_() argument 2306 tree type = *xtype; in ffecom_char_enhance_arg_() 2337 *xtype = type; in ffecom_char_enhance_arg_()
|
/openbsd/gnu/usr.bin/binutils/cpu/ |
H A D | frv.cpu | 2645 (define-pmacro (dnmop xname xcomment xattrs xtype xindex xmode) 2650 (type xtype) 2657 (define-pmacro (dnpmop xname xcomment xattrs xtype xindex xmode xparse) 2662 (type xtype)
|
/openbsd/gnu/usr.bin/binutils-2.17/cpu/ |
H A D | frv.cpu | 3083 (define-pmacro (dnmop xname xcomment xattrs xtype xindex xmode) 3088 (type xtype) 3095 (define-pmacro (dnpmop xname xcomment xattrs xtype xindex xmode xparse) 3100 (type xtype)
|