| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-fold.cc | 113 tree eptype = NULL_TREE; local 122 eptype = TREE_TYPE (expr); 127 if (eptype) 128 ret = fold_convert_loc (loc, eptype, ret);
|
| c-typeck.cc | 4807 tree eptype = TREE_TYPE (rhs); 4809 rhs = build1 (EXCESS_PRECISION_EXPR, eptype, rhs); 4886 tree eptype = NULL_TREE; 4912 eptype = TREE_TYPE (arg); 5051 if (eptype && TREE_CODE (eptype) == COMPLEX_TYPE) 5052 eptype = TREE_TYPE (eptype); 5412 if (eptype) 5413 ret = build1 (EXCESS_PRECISION_EXPR, eptype, ret) 4791 tree eptype = TREE_TYPE (rhs); local 4870 tree eptype = NULL_TREE; local 5760 tree eptype; local 6155 tree eptype = NULL_TREE; local 12561 tree eptype; local [all...] |
| c-parser.cc | 9174 tree eptype = NULL_TREE; 9181 eptype = TREE_TYPE (cond.value); 9190 if (eptype) 9191 exp1.value = build1 (EXCESS_PRECISION_EXPR, eptype, exp1.value); 9172 tree eptype = NULL_TREE; local
|
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-fold.cc | 113 tree eptype = NULL_TREE; local 122 eptype = TREE_TYPE (expr); 127 if (eptype) 128 ret = fold_convert_loc (loc, eptype, ret);
|
| c-typeck.cc | 4363 tree eptype = TREE_TYPE (rhs); 4365 rhs = build1 (EXCESS_PRECISION_EXPR, eptype, rhs); 4442 tree eptype = NULL_TREE; 4468 eptype = TREE_TYPE (arg); 4603 if (eptype && TREE_CODE (eptype) == COMPLEX_TYPE) 4604 eptype = TREE_TYPE (eptype); 4961 if (eptype) 4962 ret = build1 (EXCESS_PRECISION_EXPR, eptype, ret) 4349 tree eptype = TREE_TYPE (rhs); local 4428 tree eptype = NULL_TREE; local 5306 tree eptype; local 5678 tree eptype = NULL_TREE; local 11721 tree eptype; local [all...] |
| c-parser.cc | 7635 tree eptype = NULL_TREE; 7642 eptype = TREE_TYPE (cond.value); 7651 if (eptype) 7652 exp1.value = build1 (EXCESS_PRECISION_EXPR, eptype, exp1.value); 7633 tree eptype = NULL_TREE; local
|
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| expr.cc | 135 tree eptype = excess_precision_type (type); local 136 if (eptype != NULL_TREE) 138 arg0 = d_convert (eptype, arg0); 139 arg1 = d_convert (eptype, arg1); 150 eptype = type; 153 ret = build2 (code, eptype, arg0, arg1); 1525 tree eptype = excess_precision_type (type); local 1526 if (eptype != NULL_TREE) 1527 expr = d_convert (eptype, expr); 1529 eptype = type [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| typeck.cc | 5389 if (tree eptype = excess_precision_type (type0)) 5391 type0 = eptype; 5392 op0 = convert (eptype, op0); 5401 if (tree eptype = excess_precision_type (type1)) 5403 type1 = eptype; 5404 op1 = convert (eptype, op1); 7437 tree eptype = NULL_TREE; 7460 eptype = TREE_TYPE (arg); 7566 if (eptype && TREE_CODE (eptype) == COMPLEX_EXPR 7427 tree eptype = NULL_TREE; local 8158 tree eptype = NULL_TREE; local [all...] |
| call.cc | 6199 tree eptype; local 6201 && (eptype = excess_precision_type (arg3_type)) != NULL_TREE) 6203 eptype3 = eptype; 6209 && (eptype = excess_precision_type (arg2_type)) != NULL_TREE) 6211 eptype2 = eptype;
|
| /src/sys/dev/usb/ |
| xhci.c | 455 u_int eptype = 0; local 459 eptype = 0x0; 462 eptype = 0x1; 465 eptype = 0x2; 468 eptype = 0x3; 474 return eptype | 0x4; 476 return eptype;
|