Searched refs:impl (Results 1 - 25 of 26) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Ddecltype34.C4 struct impl struct
10 class = decltype(impl::create<T>()->impl::create<U>())>
13 tester<impl*, int> ti;
16 class = decltype(impl::create<T>()->impl::create<U>())>
19 int i = test<impl*, int>();
H A Ddecltype35.C5 struct impl struct
11 = decltype(impl<V>::template create<T>()
12 -> impl<V>::template create<U>())>
15 tester<impl<float>*, int, float> ti;
H A Dalias-decl-50.C174 template < typename, typename > struct impl;
179 using type = C < eval < impl < Ts, Args >> ... >;
182 typename Args > struct impl <defer < C, Ts ... >, struct in struct:meta::v1::detail::lambda_
187 eval < if_c < sizeof ... ( Ts ), impl < F, list <>>>>;
H A Dpr47416.C194 typedef hash_unique_table < map < K, H, P, A > >impl; typedef in struct:boost::unordered_detail::map
207 typedef typename types::impl table;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/parse/
H A Dtemplate26.C3 namespace impl namespace
9 = sizeof(impl::create<T>()->*impl::create<U>())>
13 = sizeof(impl::create<T>()->impl::create<U>())> // { dg-error "not a class member" }
17 = sizeof(impl::create<T>().impl::create<U>())> // { dg-error "not a class member" }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dfriend55.C6 template <int A_S> friend void A<A_S>::impl();
10 template<int I>struct A { void impl(); };
13 template<int I> void A<I>::impl() { ++b1.i; ++b2.i; } function in class:A
17 A<0>().impl();
H A Dstatic19.C11 template <class T> struct impl { struct in namespace:is_inc_
16 template<typename T> struct is_incr : bool_var< is_inc_::impl<T>::value> {};
H A Dmemclass3.C6 struct impl struct in struct:has_deref
21 static const bool value = (sizeof(impl::test((T *) 0)) == 2);
/haiku-buildtools/gcc/libstdc++-v3/include/profile/
H A Dbase.h35 #include <profile/impl/profiler.h>
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Doptimize2.C71 Impl *impl = new Impl(); local
73 impl->test( Thing ()); // This will use a thunk
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr16688.C84 } impl; member in struct:_Vector_base
87 impl.start = allocate(__n);
88 impl.finish = impl.start;
89 impl.end_of_storage = impl.start + __n;
93 deallocate(impl.start,
94 impl.end_of_storage - impl.start);
101 NI<_Tp*> begin() { return NI<_Tp*> (impl
[all...]
H A Dpr27291.C228 template < class Engine, class DistInputType > struct impl struct in struct:boost::random::detail::engine_helper
253 want_int >::template impl < decorated_engine,
/haiku-buildtools/gcc/gmp/demos/expr/
H A DMakefile.am31 libexpr_a_SOURCES = expr.h expr-impl.h \
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr55717.C36 Enum (Map map) : Range (map.all ()), table (map.impl), removed () {}
75 Impl impl; member in struct:HashMap
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/profile/
H A Dprofiler_algos.cc5 // Unit tests for profile/impl/profile_algos.h.
25 #include <profile/impl/profiler.h>
/haiku-buildtools/gcc/mpc/src/
H A DMakefile.am22 libmpc_la_SOURCES = mpc-impl.h abs.c acos.c acosh.c add.c add_fr.c \
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr58252.C135 CORBA::_impl_Container* impl = (CORBA::_impl_Container*) svnt->_ptrToInterface(CORBA::Container::_PD_repoId); local
136 tcd->result = impl->create_exception(tcd->arg_0, tcd->arg_1, tcd->arg_2, *tcd->arg_3);
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dvfp1xD.d246 0+3b0 <[^>]*> eefc0a10 (vmrs|fmrx) r0, <impl def 0xc>
251 0+3c4 <[^>]*> eeec0a10 (vmsr|fmxr) <impl def 0xc>, r0
285 0+44c <[^>]*> eeef5a10 vmsr (c15|<impl def 0xf>), r5
292 0+468 <[^>]*> eeff9a10 vmrs r9, (c15|<impl def 0xf>)
H A Dvfp1xD_t2.d260 0+3cc <[^>]*> eefc 0a10 (vmrs|fmrx) r0, <impl def 0xc>
265 0+3e0 <[^>]*> eeec 0a10 (vmsr|fmxr) <impl def 0xc>, r0
/haiku-buildtools/gcc/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py346 impl = self.head.cast (nodes[0].type)
356 impl = self.head.cast (nodes[1].type)
366 fields = impl.type.fields ()
368 return ('[%d]' % self.count, impl)
370 return ('[%d]' % self.count, impl['_M_head_impl'])
/haiku-buildtools/gcc/libcpp/
H A Dlex.c485 search_line_fast_type impl = search_line_acc_char;
497 impl = search_line_sse42;
501 impl = search_line_sse42;
503 impl = search_line_sse2;
505 impl = search_line_mmx;
511 impl = search_line_mmx;
514 search_line_fast = impl;
484 search_line_fast_type impl = search_line_acc_char; local
/haiku-buildtools/gcc/libstdc++-v3/include/
H A DMakefile.am850 profile_impl_srcdir = ${glibcxx_srcdir}/include/profile/impl
851 profile_impl_builddir = ./profile/impl
952 stamp-profile-impl stamp-host
1095 stamp-profile-impl: ${profile_impl_headers}
1098 @$(STAMP) stamp-profile-impl
H A DMakefile.in1134 profile_impl_srcdir = ${glibcxx_srcdir}/include/profile/impl
1135 profile_impl_builddir = ./profile/impl
1229 stamp-profile-impl stamp-host
1540 stamp-profile-impl: ${profile_impl_headers}
1543 @$(STAMP) stamp-profile-impl
/haiku-buildtools/gcc/gmp/
H A DMakefile.am255 libgmp_la_SOURCES = gmp-impl.h longlong.h randmt.h \
336 # Generated .h files which are used by gmp-impl.h are BUILT_SOURCES since
/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-next-runtime-abi-02.c3540 bool impl = is_implemented (ref->ident); local
3543 if (!impl && excpt)

Completed in 219 milliseconds

12