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

/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/bitmap_allocator/
H A Dcheck_new.cc27 __gnu_test::check_new<allocator_type, true>();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/malloc_allocator/
H A Dcheck_new.cc29 __gnu_test::check_new<allocator_type, false>();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/mt_allocator/
H A Dcheck_new.cc30 __gnu_test::check_new<allocator_type, true>();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/new_allocator/
H A Dcheck_new.cc29 __gnu_test::check_new<allocator_type, true>();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/pool_allocator/
H A Dcheck_new.cc29 __gnu_test::check_new<allocator_type, true>();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/throw_allocator/
H A Dcheck_new.cc28 __gnu_test::check_new<allocator_type, true>();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/allocator/
H A D1.cc29 bool check_new = false; variable
35 check_new = true;
54 VERIFY( check_new );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/debug_allocator/
H A Dcheck_new.cc31 __gnu_test::check_new<allocator_type, false>();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/array_allocator/
H A Dcheck_new.cc33 __gnu_test::check_new<allocator_type, false>(a);
/haiku-buildtools/gcc/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));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/
H A Dreplacement_memory_operators.h63 check_new(Alloc a = Alloc()) function in namespace:__gnu_test
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dinit.c2335 int use_cookie, nothrow, check_new;
2489 check_new = (flag_check_new || nothrow) && ! use_java_new;
2491 if ((check_new || flag_exceptions) && rval)
2696 if (check_new && alloc_expr)
2331 int use_cookie, nothrow, check_new; local
/haiku-buildtools/gcc/gcc/cp/
H A Dinit.c2310 int nothrow, check_new;
2717 check_new = (flag_check_new || nothrow) && ! use_java_new;
2982 if (check_new)
2308 int nothrow, check_new; local

Completed in 117 milliseconds