| /src/external/gpl3/gcc/dist/gcc/cp/ |
| cvt.cc | 1980 tree promoted_type; 1988 promoted_type = targetm.promoted_type (type); 1989 if (promoted_type) 1990 return promoted_type; 1978 tree promoted_type; local
|
| typeck.cc | 2599 tree promoted_type = targetm.promoted_type (TREE_TYPE (exp)); 2600 if (promoted_type) 2601 exp = cp_convert (promoted_type, exp, complain); 2629 tree promoted_type; 2656 promoted_type = type_promotes_to (type); 2657 if (type != promoted_type) 2658 expr = cp_convert (promoted_type, expr, complain); 2594 tree promoted_type = targetm.promoted_type (TREE_TYPE (exp)); local 2624 tree promoted_type; local
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| cvt.cc | 1934 tree promoted_type; 1942 promoted_type = targetm.promoted_type (type); 1943 if (promoted_type) 1944 return promoted_type; 1932 tree promoted_type; local
|
| typeck.cc | 2458 tree promoted_type = targetm.promoted_type (TREE_TYPE (exp)); 2459 if (promoted_type) 2460 exp = cp_convert (promoted_type, exp, complain); 2488 tree promoted_type; 2515 promoted_type = type_promotes_to (type); 2516 if (type != promoted_type) 2517 expr = cp_convert (promoted_type, expr, complain); 2453 tree promoted_type = targetm.promoted_type (TREE_TYPE (exp)); local 2483 tree promoted_type; local
|
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| d-lang.cc | 1597 tree promoted_type = targetm.promoted_type (type); local 1598 if (promoted_type) 1599 return promoted_type;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| eval.c | 259 struct type *promoted_type = NULL; 305 promoted_type = builtin_type (gdbarch)->builtin_long_double; 307 promoted_type = builtin_type (gdbarch)->builtin_double; 363 promoted_type = 371 promoted_type = 380 promoted_type = (unsigned_operation 386 promoted_type = (unsigned_operation 392 promoted_type = (unsigned_operation 398 promoted_type = (unsigned_operation 406 if (promoted_type) 257 struct type *promoted_type = NULL; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| eval.c | 259 struct type *promoted_type = NULL; 305 promoted_type = builtin_type (gdbarch)->builtin_long_double; 307 promoted_type = builtin_type (gdbarch)->builtin_double; 363 promoted_type = 371 promoted_type = 380 promoted_type = (unsigned_operation 386 promoted_type = (unsigned_operation 392 promoted_type = (unsigned_operation 398 promoted_type = (unsigned_operation 406 if (promoted_type) 257 struct type *promoted_type = NULL; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-decl.cc | 7931 tree promoted_type; 8005 promoted_type = type; 8007 promoted_type = c_type_promotes_to (type); 8009 DECL_ARG_TYPE (decl) = promoted_type; 7905 tree promoted_type; local
|
| c-typeck.cc | 2580 tree promoted_type; 2610 promoted_type = targetm.promoted_type (type); 2611 if (promoted_type) 2612 return convert (promoted_type, exp); 2571 tree promoted_type; local
|
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-decl.cc | 7486 tree promoted_type; 7550 promoted_type = type; 7552 promoted_type = c_type_promotes_to (type); 7554 DECL_ARG_TYPE (decl) = promoted_type; 7460 tree promoted_type; local
|
| c-typeck.cc | 2243 tree promoted_type; 2273 promoted_type = targetm.promoted_type (type); 2274 if (promoted_type) 2275 return convert (promoted_type, exp); 2236 tree promoted_type; local
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimplify.cc | 19508 tree promoted_type, have_va_type; 19528 if ((promoted_type = lang_hooks.types.type_promotes_to (type)) 19544 type, promoted_type); 19549 promoted_type, type); 19505 tree promoted_type, have_va_type; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimplify.cc | 16628 tree promoted_type, have_va_type; 16648 if ((promoted_type = lang_hooks.types.type_promotes_to (type)) 16664 type, promoted_type); 16669 promoted_type, type); 16625 tree promoted_type, have_va_type; local
|