| /src/external/gpl3/gdb/dist/gdb/ |
| tracepoint.h | 62 LONGEST initial_value = 0; member in struct:trace_state_variable 211 LONGEST initial_value; member in struct:uploaded_tsv
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| tracepoint.h | 63 LONGEST initial_value = 0; member in struct:trace_state_variable 212 LONGEST initial_value; member in struct:uploaded_tsv
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| vtable-class-hierarchy.cc | 1228 tree initial_value = integer_zero_node; local 1249 DECL_INITIAL (var_decl) = initial_value;
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| vtable-class-hierarchy.cc | 1232 tree initial_value = integer_zero_node; local 1253 DECL_INITIAL (var_decl) = initial_value;
|
| /src/external/mit/xorg/lib/libxcb/files/ |
| sync.h | 264 xcb_sync_int64_t initial_value; member in struct:xcb_sync_create_counter_request_t 919 xcb_sync_int64_t initial_value); 932 xcb_sync_int64_t initial_value);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| calls.cc | 79 rtx initial_value; member in struct:arg_data 1662 routine fills in the INITIAL_VALUE and VALUE fields for each 1695 args[i].initial_value = args[i].value 1713 args[i].initial_value 1715 SUBREG_PROMOTED_VAR_P (args[i].initial_value) = 1; 1716 SUBREG_PROMOTED_SET (args[i].initial_value, args[i].unsignedp);
|
| tree-parloops.cc | 904 tree initial_value; /* The initial value of the reduction var before entering the loop. */ member in struct:reduction_info 1316 reduc->initial_value = arg; 1958 stmt = gimple_build_assign (t, red->initial_value);
|
| tree-vect-loop.cc | 3928 then INITIAL_VALUE is that value, otherwise it is null. 3934 tree initial_value, bool as_initial) 3960 return initial_value; 3970 return initial_value; 5754 INITIAL_VALUE(guard block)>. */ 5819 tree initial_value = initial_values[0]; local 5820 /* Check that we can use INITIAL_VALUE as the adjustment and 5822 if (!operand_equal_p (initial_value, main_adjustment)) 5825 initial_values[0] = neutral_op_for_reduction (TREE_TYPE (initial_value), 5826 code, initial_value); 6595 tree initial_value = NULL_TREE; local 8060 tree initial_value = NULL_TREE; local 8785 tree initial_value local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| calls.cc | 77 rtx initial_value; member in struct:arg_data 1641 routine fills in the INITIAL_VALUE and VALUE fields for each 1674 args[i].initial_value = args[i].value 1692 args[i].initial_value 1694 SUBREG_PROMOTED_VAR_P (args[i].initial_value) = 1; 1695 SUBREG_PROMOTED_SET (args[i].initial_value, args[i].unsignedp);
|
| tree-parloops.cc | 904 tree initial_value; /* The initial value of the reduction var before entering the loop. */ member in struct:reduction_info 1313 reduc->initial_value = arg; 1955 stmt = gimple_build_assign (t, red->initial_value);
|
| tree-vect-loop.cc | 3281 then INITIAL_VALUE is that value, otherwise it is null. */ 3285 tree initial_value) 3307 return initial_value; 3317 return initial_value; 4954 INITIAL_VALUE(guard block)>. */ 5019 tree initial_value = initial_values[0]; local 5020 /* Check that we can use INITIAL_VALUE as the adjustment and 5022 if (!operand_equal_p (initial_value, main_adjustment)) 5025 initial_values[0] = neutral_op_for_reduction (TREE_TYPE (initial_value), 5026 code, initial_value); 5789 tree initial_value = NULL_TREE; local 7149 tree initial_value = NULL_TREE; local 7710 tree initial_value local [all...] |
| /src/external/gpl3/gdb/dist/gdbserver/ |
| tracepoint.cc | 888 LONGEST initial_value; member in struct:trace_state_variable 2072 tsv->initial_value = 0; 2742 tsv->initial_value = (LONGEST) val; 3868 sprintf (packet, "%x:%s:%x:%s", tsv->number, phex_nz (tsv->initial_value, 0),
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| tracepoint.cc | 888 LONGEST initial_value; member in struct:trace_state_variable 2072 tsv->initial_value = 0; 2742 tsv->initial_value = (LONGEST) val; 3868 sprintf (packet, "%x:%s:%x:%s", tsv->number, phex_nz (tsv->initial_value, 0),
|