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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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;
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dpopen.c85 const char * volatile xtype = type; local
91 _DIAGASSERT(xtype != NULL);
93 flags = strchr(xtype, 'e') ? O_CLOEXEC : 0;
94 if (strchr(xtype, '+')) {
97 xtype = "r+";
102 xtype = strrchr(xtype, 'r') ? "r" : "w";
138 if (*xtype == 'r') {
161 if (*xtype == 'r') {
162 iop = fdopen(pdes[0], xtype);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dcvt.c1124 build_type_conversion (tree xtype, tree expr)
1128 return build_user_type_conversion (xtype, expr, LOOKUP_NORMAL);
1122 build_type_conversion(tree xtype, tree expr) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dcvt.c1051 build_type_conversion (tree xtype, tree expr)
1055 return build_user_type_conversion (xtype, expr, LOOKUP_NORMAL);
1049 build_type_conversion(tree xtype, tree expr) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dstabsread.c1721 struct type *xtype = read_type (pp, objfile);
1723 if (type == xtype)
1754 replace_type (type, xtype);
1761 TYPE_TARGET_TYPE (type) = xtype;
1717 struct type *xtype = read_type (pp, objfile); local
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c19484 etByte xtype = 0; /* Conversion paradigm */ local
19577 xtype = etINVALID;
19582 xtype = infop->type;
19609 ** xtype The class of the conversion.
19612 switch( xtype ){
19667 if( xtype==etORDINAL ){
19715 if( xtype==etGENERIC && precision>0 ) precision--;
19723 if( xtype==etFLOAT ) realvalue += rounder;
19754 if( xtype!=etFLOAT ){
19758 if( xtype
[all...]

Completed in 425 milliseconds