Searched refs:alloc2 (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr40964.c1 struct alloc2 { struct
6 struct alloc2 b;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dpointer_check_1.f905 ! { dg-output ".*At line 53 .*Allocatable actual argument 'alloc2' is not allocated" }
35 integer, allocatable :: alloc2(:) variable in program:RunTimeCheck
38 allocate(ptr1,ptr2(2),alloc2(2))
45 call test2(alloc2)
47 call test4(alloc2)
52 deallocate(alloc2)
53 call test2(alloc2)
54 ! call test4(alloc2)
H A Dpointer_check_2.f9035 integer, allocatable :: alloc2(:) variable in program:RunTimeCheck
38 allocate(ptr1,ptr2(2),alloc2(2))
45 call test2(alloc2)
47 call test4(alloc2)
52 deallocate(alloc2)
53 ! call test2(alloc2)
54 ! call test4(alloc2)
H A Dpointer_check_3.f9035 integer, allocatable :: alloc2(:) variable in program:RunTimeCheck
38 allocate(ptr1,ptr2(2),alloc2(2))
45 call test2(alloc2)
47 call test4(alloc2)
52 deallocate(alloc2)
53 ! call test2(alloc2)
54 ! call test4(alloc2)
H A Dpointer_check_4.f9035 integer, allocatable :: alloc2(:) variable in program:RunTimeCheck
38 allocate(ptr1,ptr2(2),alloc2(2))
45 call test2(alloc2)
47 call test4(alloc2)
52 deallocate(alloc2)
53 ! call test2(alloc2)
54 ! call test4(alloc2)
H A Dalloc_comp_basics_1.f9031 type :: alloc2 type in program:alloc
34 end type alloc2
39 type(alloc2) :: b
40 type(alloc2), allocatable :: c(:)
73 type(alloc2), intent(out) :: b
98 type(alloc2) function return_alloc2() result(b)
121 type(alloc2), intent(in) :: b
H A Dchar_length_3.f9015 character(len=20), allocatable :: alloc2(:) variable in program:test
31 allocate(alloc2(1))
34 call arr(alloc2)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/allocator_traits/members/
H A Dselect.cc34 struct alloc2 struct
40 alloc2 select_on_container_copy_construction() const
41 { return alloc2{id+1}; }
56 typedef std::allocator_traits<alloc2<X>> traits_type;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/list/modifiers/insert/
H A D25288.h63 allocator_type alloc2; local
64 list_type list2(alloc2);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/
H A Dtestsuite_allocator.h211 const Alloc2& alloc2 = rhs; local
212 return alloc1 == alloc2;
/haiku-buildtools/legacy/binutils/bfd/
H A Delflink.c2030 Elf_Internal_Rela *alloc2 = NULL;
2050 internal_relocs = alloc2 = bfd_malloc (size);
2087 /* Don't free alloc2, since if it was allocated we are passing it
2095 if (alloc2 != NULL)
2096 free (alloc2);
2024 Elf_Internal_Rela *alloc2 = NULL; local
/haiku-buildtools/binutils/bfd/
H A Delflink.c2409 Elf_Internal_Rela *alloc2 = NULL;
2427 internal_relocs = alloc2 = (Elf_Internal_Rela *) bfd_alloc (abfd, size);
2429 internal_relocs = alloc2 = (Elf_Internal_Rela *) bfd_malloc (size);
2475 /* Don't free alloc2, since if it was allocated we are passing it
2483 if (alloc2 != NULL)
2486 bfd_release (abfd, alloc2);
2488 free (alloc2);
2403 Elf_Internal_Rela *alloc2 = NULL; local

Completed in 287 milliseconds