| /src/external/mit/isl/dist/ |
| isl_test_int.c | 24 isl_int demoted, promoted; local 29 isl_int_init(promoted); 30 isl_int_set(promoted, val); 33 isl_sioimath_promote(promoted); 35 assert(isl_int_eq(demoted, promoted)); 38 promotedhash = isl_int_hash(promoted, 0); 42 isl_int_clear(promoted);
|
| isl_test_int.c | 24 isl_int demoted, promoted; local 29 isl_int_init(promoted); 30 isl_int_set(promoted, val); 33 isl_sioimath_promote(promoted); 35 assert(isl_int_eq(demoted, promoted)); 38 promotedhash = isl_int_hash(promoted, 0); 42 isl_int_clear(promoted);
|
| /src/usr.bin/tic/ |
| tic.c | 418 bool promoted; local 426 promoted = false; 466 * this term to be promoted, we need to duplicate 468 if (!promoted && rtic->rtype != TERMINFO_RTYPE) { 471 promoted = rtic->rtype == TERMINFO_RTYPE;
|
| tic.c | 418 bool promoted; local 426 promoted = false; 466 * this term to be promoted, we need to duplicate 468 if (!promoted && rtic->rtype != TERMINFO_RTYPE) { 471 promoted = rtic->rtype == TERMINFO_RTYPE;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| cfgexpand.cc | 1576 /* For a promoted variable, X will not be used directly but wrapped in a 3320 the real output operand. Likewise for promoted variables. */ 3975 bool promoted = false; local 3979 promoted = true; 4000 register first. If we store into a promoted register, 4002 temp = nontemporal || promoted ? NULL_RTX : target; 4008 else if (promoted)
|
| cfgexpand.cc | 1576 /* For a promoted variable, X will not be used directly but wrapped in a 3320 the real output operand. Likewise for promoted variables. */ 3975 bool promoted = false; local 3979 promoted = true; 4000 register first. If we store into a promoted register, 4002 temp = nontemporal || promoted ? NULL_RTX : target; 4008 else if (promoted)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| cfgexpand.cc | 1584 /* For a promoted variable, X will not be used directly but wrapped in a 3333 the real output operand. Likewise for promoted variables. */ 4011 bool promoted = false; local 4015 promoted = true; 4018 register first. If we store into a promoted register, 4020 temp = nontemporal || promoted ? NULL_RTX : target; 4026 else if (promoted)
|
| cfgexpand.cc | 1584 /* For a promoted variable, X will not be used directly but wrapped in a 3333 the real output operand. Likewise for promoted variables. */ 4011 bool promoted = false; local 4015 promoted = true; 4018 register first. If we store into a promoted register, 4020 temp = nontemporal || promoted ? NULL_RTX : target; 4026 else if (promoted)
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-typeck.cc | 2514 to it and return the promoted value. */ 3972 should not be promoted. */ 3983 should not be promoted. */ 4072 /* Some floating-point arguments must be promoted to double when 4127 promoted, similarly the first argument of 6366 type smaller than int is promoted to int, otherwise only the 7253 tree promoted = c_type_promotes_to (argtype); 7265 && TYPE_MAIN_VARIANT (parmtype) == TYPE_MAIN_VARIANT (promoted)) 7272 TYPE_MAIN_VARIANT (promoted) == argtype 7279 fundecl, parmnum, promoted, parmtype) 7230 tree promoted = c_type_promotes_to (argtype); local [all...] |
| c-typeck.cc | 2514 to it and return the promoted value. */ 3972 should not be promoted. */ 3983 should not be promoted. */ 4072 /* Some floating-point arguments must be promoted to double when 4127 promoted, similarly the first argument of 6366 type smaller than int is promoted to int, otherwise only the 7253 tree promoted = c_type_promotes_to (argtype); 7265 && TYPE_MAIN_VARIANT (parmtype) == TYPE_MAIN_VARIANT (promoted)) 7272 TYPE_MAIN_VARIANT (promoted) == argtype 7279 fundecl, parmnum, promoted, parmtype) 7230 tree promoted = c_type_promotes_to (argtype); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-typeck.cc | 2186 to it and return the promoted value. */ 3555 should not be promoted. */ 3644 /* Some floating-point arguments must be promoted to double when 3695 promoted. */ 5884 type smaller than int is promoted to int, otherwise only the 6716 tree promoted = c_type_promotes_to (argtype); 6728 && TYPE_MAIN_VARIANT (parmtype) == TYPE_MAIN_VARIANT (promoted)) 6735 TYPE_MAIN_VARIANT (promoted) == argtype 6742 fundecl, parmnum, promoted, parmtype)) 11793 safely be computed in short if both args are promoted shorts 6695 tree promoted = c_type_promotes_to (argtype); local [all...] |
| c-typeck.cc | 2186 to it and return the promoted value. */ 3555 should not be promoted. */ 3644 /* Some floating-point arguments must be promoted to double when 3695 promoted. */ 5884 type smaller than int is promoted to int, otherwise only the 6716 tree promoted = c_type_promotes_to (argtype); 6728 && TYPE_MAIN_VARIANT (parmtype) == TYPE_MAIN_VARIANT (promoted)) 6735 TYPE_MAIN_VARIANT (promoted) == argtype 6742 fundecl, parmnum, promoted, parmtype)) 11793 safely be computed in short if both args are promoted shorts 6695 tree promoted = c_type_promotes_to (argtype); local [all...] |