Searched refs:entry (Results 1 - 25 of 738) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dintrinsic_pack_5.f9010 integer:: entry = -1 component in type:container_t
13 a2(1)%entry = 1
15 if (a1(1)%entry/=1) call abort()
H A Dpr68318_1.f9011 entry e ! { dg-error "(2)" }
14 entry e ! { dg-error "is already defined" }
H A Dpr68318_2.f9010 entry e
19 entry e ! { dg-error "is already defined" }
H A Dalloc_comp_scalar_1.f909 integer, allocatable :: entry component in type:container_t
12 allocate (a1(1)%entry, a2(1)%entry)
13 a2(1)%entry = 1
15 deallocate (a2(1)%entry)
16 if (a1(1)%entry .ne. 1) call abort
H A Dalloc_comp_transformational_1.f9011 integer, dimension(:), allocatable :: entry component in type:container_t
24 allocate (a1(i)%entry (2), a2(i)%entry (2), a3(i)%entry (2))
25 a1(i)%entry = [1,2]
26 a2(i)%entry = [3,4]
27 a3(i)%entry = [4,5]
34 if (.not.allocated (a1(i)%entry)) call abort
36 if (any (a1(i)%entry .ne. [1,2])) call abort
38 if (any (a1(i)%entry
[all...]
H A Dentry_21.f909 entry e ! { dg-error "Unexpected ENTRY statement" }
15 entry e ! { dg-error "Unexpected ENTRY statement" }
H A Dconflicts.f9026 entry b ! { dg-error "DUMMY attribute conflicts with ENTRY attribute" }
32 entry a ! { dg-error "DUMMY attribute conflicts with ENTRY attribute" }
H A Drecursive_check_2.f907 entry c() result (foo)
10 entry b() result (bar)
/haiku-buildtools/binutils/ld/testsuite/ld-gc/
H A Dnoent.s2 .globl entry
3 entry: label
/haiku-buildtools/binutils/ld/testsuite/ld-sh/
H A Dvxworks3.s1 .macro entry
6 entry
H A Dvxworks3-lib.s1 .macro entry
11 entry
/haiku-buildtools/binutils/ld/testsuite/ld-undefined/
H A Dentry-5.d1 #name: --entry foo
2 #source: entry.s
3 #ld: --entry foo
H A Dentry-6.d1 #name: --entry foo -u foo
2 #source: entry.s
3 #ld: --entry foo -u foo
H A Dentry-7.d1 #name: --entry 0x0
3 #ld: --entry 0x0
H A Dentry-1.d1 #name: --entry foo archive
3 #ld: --entry foo tmpdir/libentry.a
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20000405-3.c2 void *entry[40]; member in struct:foo
7 ptr->entry[idx] = pointer;
/haiku-buildtools/binutils/ld/testsuite/ld-xtensa/
H A Dlcall2.s4 entry a5,16
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-xtensa/
H A Dlcall2.s4 entry a5,16
/haiku-buildtools/binutils/gas/testsuite/gas/xtensa/
H A Dfirst_frag_align.s4 entry a1, 32
H A Dentry_align.s3 entry a5,16
H A Dj_too_far.s3 entry a5,16
/haiku-buildtools/binutils/gas/testsuite/gas/elf/
H A Dbad-size.s4 .section .text.entry.continue, "xa"
/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Dbad-size.s4 .section .text.entry.continue, "xa"
/haiku-buildtools/binutils/ld/testsuite/ld-pie/
H A Dstart.d1 #name: missing entry symbol
3 #warning: .*: warning: cannot find entry symbol .*
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/xtensa/
H A Dentry_align.s3 entry a5,16

Completed in 86 milliseconds

1234567891011>>