| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/ |
| array-slices-bad.f90 | 25 integer, dimension(1:10,1:10), target :: tarray 31 pointer2d => tarray
|
| lbound-ubound.F90 | 48 integer, dimension(-2:6,-1:9), target :: tarray 89 pointer2d => tarray 115 DO_TEST (tarray)
|
| array-slices.f90 | 214 integer, dimension(-1:9,-1:9), target :: tarray 218 pointer2d => tarray 226 call fill_array_2d (tarray)
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/ |
| array-slices-bad.f90 | 25 integer, dimension(1:10,1:10), target :: tarray 31 pointer2d => tarray
|
| lbound-ubound.F90 | 48 integer, dimension(-2:6,-1:9), target :: tarray 89 pointer2d => tarray 115 DO_TEST (tarray)
|
| array-slices.f90 | 214 integer, dimension(-1:9,-1:9), target :: tarray 218 pointer2d => tarray 226 call fill_array_2d (tarray)
|
| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| date_and_time.c | 409 Description: Fills TArray with the numerical values at the current 485 /* GMTIME(STIME, TARRAY) - Non-standard 487 Description: Given a system time value STime, fills TArray with values 524 gmtime_i4 (GFC_INTEGER_4 * t, gfc_array_i4 * tarray) 536 len = GFC_DESCRIPTOR_EXTENT(tarray,0); 538 delta = GFC_DESCRIPTOR_STRIDE(tarray,0); 542 vptr = tarray->base_addr; 551 gmtime_i8 (GFC_INTEGER_8 * t, gfc_array_i8 * tarray) 563 len = GFC_DESCRIPTOR_EXTENT(tarray,0); 565 delta = GFC_DESCRIPTOR_STRIDE(tarray,0) [all...] |
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| date_and_time.c | 383 Description: Fills TArray with the numerical values at the current 459 /* GMTIME(STIME, TARRAY) - Non-standard 461 Description: Given a system time value STime, fills TArray with values 498 gmtime_i4 (GFC_INTEGER_4 * t, gfc_array_i4 * tarray) 510 len = GFC_DESCRIPTOR_EXTENT(tarray,0); 512 delta = GFC_DESCRIPTOR_STRIDE(tarray,0); 516 vptr = tarray->base_addr; 525 gmtime_i8 (GFC_INTEGER_8 * t, gfc_array_i8 * tarray) 537 len = GFC_DESCRIPTOR_EXTENT(tarray,0); 539 delta = GFC_DESCRIPTOR_STRIDE(tarray,0) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/t/ |
| 13-taint.t | 106 my $tarray = [ $ttemplate ]; 107 should_fail TYPE => 'array', SOURCE => $tarray; 108 should_fail TYPE => 'array', SOURCE => $tarray, UNTAINT => 1;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/ |
| unavailable.cc | 71 struct tuple tarray[8]; variable in typeref:struct:tuple
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/ |
| unavailable.cc | 71 struct tuple tarray[8]; variable in typeref:struct:tuple
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| valarith.c | 144 struct type *tarray; local 147 tarray = check_typedef (array->type ()); 149 if (tarray->code () == TYPE_CODE_ARRAY 150 || tarray->code () == TYPE_CODE_STRING) 152 struct type *range_type = tarray->index_type (); 183 struct type *elt_type = check_typedef (tarray->target_type ());
|
| /src/external/gpl3/gdb/dist/gdb/ |
| valarith.c | 144 struct type *tarray; local 147 tarray = check_typedef (array->type ()); 149 if (tarray->code () == TYPE_CODE_ARRAY 150 || tarray->code () == TYPE_CODE_STRING) 152 struct type *range_type = tarray->index_type (); 183 struct type *elt_type = check_typedef (tarray->target_type ());
|
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| expr.cc | 272 if ((tb1->ty == TY::Tsarray || tb1->ty == TY::Tarray) 273 && (tb2->ty == TY::Tsarray || tb2->ty == TY::Tarray)) 337 if ((tb1->ty == TY::Tsarray || tb1->ty == TY::Tarray) 338 && (tb2->ty == TY::Tsarray || tb2->ty == TY::Tarray)) 525 if ((tb1->ty == TY::Tsarray || tb1->ty == TY::Tarray) 526 && (tb2->ty == TY::Tsarray || tb2->ty == TY::Tarray)) 675 if (tb1->ty == TY::Tarray || tb1->ty == TY::Tsarray) 836 if (tb1->ty == TY::Tarray && tb2->ty == TY::Tdchar 850 gcc_assert (tb1->ty == TY::Tarray || tb2->ty == TY::Tsarray); 852 if ((tb2->ty == TY::Tarray || tb2->ty == TY::Tsarray 2416 TypeDArray *tarray = tb->isTypeDArray (); local 2442 tree tarray = make_array_type (Type::tsize_t, e->arguments->length); local [all...] |