Searched refs:check_new (Results 1 - 22 of 22) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/bitmap_allocator/
H A Dcheck_new.cc27 __gnu_test::check_new<allocator_type, true>();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/malloc_allocator/
H A Dcheck_new.cc29 __gnu_test::check_new<allocator_type, false>();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/mt_allocator/
H A Dcheck_new.cc30 __gnu_test::check_new<allocator_type, true>();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/new_allocator/
H A Dcheck_new.cc29 __gnu_test::check_new<allocator_type, true>();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/pool_allocator/
H A Dcheck_new.cc29 __gnu_test::check_new<allocator_type, true>();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/throw_allocator/
H A Dcheck_new.cc28 __gnu_test::check_new<allocator_type, true>();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/allocator/
H A D1.cc29 bool check_new = false; variable
35 check_new = true;
54 VERIFY( check_new );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/20_util/memory/allocator/
H A D1.cc30 bool check_new = false; variable
36 check_new = true;
55 VERIFY( check_new );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/debug_allocator/
H A Dcheck_new.cc31 __gnu_test::check_new<allocator_type, false>();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/array_allocator/
H A Dcheck_new.cc33 __gnu_test::check_new<allocator_type, false>(a);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/bitmap_allocator/
H A Dcheck_new.cc47 VERIFY( bool(__gnu_test::check_new<allocator_type, true>()) );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/malloc_allocator/
H A Dcheck_new.cc49 VERIFY( bool(__gnu_test::check_new<allocator_type, false>()) );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/mt_allocator/
H A Dcheck_new.cc49 VERIFY( bool(__gnu_test::check_new<allocator_type, true>()) );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/new_allocator/
H A Dcheck_new.cc49 VERIFY( bool(__gnu_test::check_new<allocator_type, true>()) );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/pool_allocator/
H A Dcheck_new.cc48 VERIFY( bool(__gnu_test::check_new<allocator_type, true>()) );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/array_allocator/
H A Dcheck_new.cc53 VERIFY( bool(__gnu_test::check_new<allocator_type, false>(a)) );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/debug_allocator/
H A Dcheck_new.cc51 VERIFY( bool(__gnu_test::check_new<allocator_type, false>()) );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dsfinae14.C21 check_new(int);
23 template<typename T> no_type check_new(...);
29 (sizeof(check_new<T>(0)) == sizeof(yes_type));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/
H A Dreplacement_memory_operators.h63 check_new(Alloc a = Alloc()) function in namespace:__gnu_test
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/
H A Dtestsuite_allocator.h184 check_new(Alloc a = Alloc()) function in namespace:__gnu_test
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dinit.c1828 int nothrow, check_new;
2079 check_new = (flag_check_new || nothrow) && ! use_java_new;
2330 if (check_new)
1826 int nothrow, check_new; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dinit.c1824 int nothrow, check_new;
2066 check_new = (flag_check_new || nothrow) && ! use_java_new;
2254 if (check_new)
1822 int nothrow, check_new; local

Completed in 297 milliseconds