HomeSort by: relevance | last modified time | path
    Searched refs:list_idx (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
dwarf.exp 1780 # Compute the label name for list at index LIST_IDX, for the current
1783 proc _compute_list_label { list_idx } {
1786 return ".Lrnglists_table_${_debug_rnglists_table_count}_list_${list_idx}"
1869 for {set list_idx 0} {$list_idx < $_debug_rnglists_list_count} {incr list_idx} {
1870 set list_label [_compute_list_label $list_idx]
1873 "offset of list $list_idx"
1968 # Compute the label name for list at index LIST_IDX, for the current
1971 proc _compute_list_label { list_idx } {
    [all...]
dwarf.exp 1780 # Compute the label name for list at index LIST_IDX, for the current
1783 proc _compute_list_label { list_idx } {
1786 return ".Lrnglists_table_${_debug_rnglists_table_count}_list_${list_idx}"
1869 for {set list_idx 0} {$list_idx < $_debug_rnglists_list_count} {incr list_idx} {
1870 set list_label [_compute_list_label $list_idx]
1873 "offset of list $list_idx"
1968 # Compute the label name for list at index LIST_IDX, for the current
1971 proc _compute_list_label { list_idx } {
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
dwarf.exp 1776 # Compute the label name for list at index LIST_IDX, for the current
1779 proc _compute_list_label { list_idx } {
1782 return ".Lrnglists_table_${_debug_rnglists_table_count}_list_${list_idx}"
1865 for {set list_idx 0} {$list_idx < $_debug_rnglists_list_count} {incr list_idx} {
1866 set list_label [_compute_list_label $list_idx]
1869 "offset of list $list_idx"
1964 # Compute the label name for list at index LIST_IDX, for the current
1967 proc _compute_list_label { list_idx } {
    [all...]
dwarf.exp 1776 # Compute the label name for list at index LIST_IDX, for the current
1779 proc _compute_list_label { list_idx } {
1782 return ".Lrnglists_table_${_debug_rnglists_table_count}_list_${list_idx}"
1865 for {set list_idx 0} {$list_idx < $_debug_rnglists_list_count} {incr list_idx} {
1866 set list_label [_compute_list_label $list_idx]
1869 "offset of list $list_idx"
1964 # Compute the label name for list at index LIST_IDX, for the current
1967 proc _compute_list_label { list_idx } {
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
openmp.cc 1386 int list_idx = 0; local
1391 list_idx = OMP_LIST_REDUCTION_INSCAN;
1393 list_idx = OMP_LIST_REDUCTION_TASK;
1395 list_idx = OMP_LIST_REDUCTION;
1396 if (list_idx != 0 && gfc_match (", ") != MATCH_YES)
1402 if (list_idx == 0)
1403 list_idx = OMP_LIST_REDUCTION;
1406 list_idx = OMP_LIST_IN_REDUCTION;
1408 list_idx = OMP_LIST_TASK_REDUCTION;
1410 list_idx = OMP_LIST_REDUCTION
    [all...]
openmp.cc 1386 int list_idx = 0; local
1391 list_idx = OMP_LIST_REDUCTION_INSCAN;
1393 list_idx = OMP_LIST_REDUCTION_TASK;
1395 list_idx = OMP_LIST_REDUCTION;
1396 if (list_idx != 0 && gfc_match (", ") != MATCH_YES)
1402 if (list_idx == 0)
1403 list_idx = OMP_LIST_REDUCTION;
1406 list_idx = OMP_LIST_IN_REDUCTION;
1408 list_idx = OMP_LIST_TASK_REDUCTION;
1410 list_idx = OMP_LIST_REDUCTION
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
openmp.cc 1212 int list_idx = 0; local
1217 list_idx = OMP_LIST_REDUCTION_INSCAN;
1219 list_idx = OMP_LIST_REDUCTION_TASK;
1221 list_idx = OMP_LIST_REDUCTION;
1222 if (list_idx != 0 && gfc_match (", ") != MATCH_YES)
1228 if (list_idx == 0)
1229 list_idx = OMP_LIST_REDUCTION;
1232 list_idx = OMP_LIST_IN_REDUCTION;
1234 list_idx = OMP_LIST_TASK_REDUCTION;
1236 list_idx = OMP_LIST_REDUCTION
    [all...]
openmp.cc 1212 int list_idx = 0; local
1217 list_idx = OMP_LIST_REDUCTION_INSCAN;
1219 list_idx = OMP_LIST_REDUCTION_TASK;
1221 list_idx = OMP_LIST_REDUCTION;
1222 if (list_idx != 0 && gfc_match (", ") != MATCH_YES)
1228 if (list_idx == 0)
1229 list_idx = OMP_LIST_REDUCTION;
1232 list_idx = OMP_LIST_IN_REDUCTION;
1234 list_idx = OMP_LIST_TASK_REDUCTION;
1236 list_idx = OMP_LIST_REDUCTION
    [all...]

Completed in 60 milliseconds