Searched refs:Handle (Results 1 - 25 of 32) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ubsan/
H A Dpr64717-1.C8 struct Handle { virtual ~Handle (); }; struct
9 Handle open (Foo);
14 Handle file (open (make_foo ())); // { dg-bogus "is used uninitialized" }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dpr48522.C4 struct Handle struct
6 Handle(T& t);
18 Handle< decltype((data)) > handle(data);
23 Handle< decltype((data)) > handle(data);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/eh/
H A Dcleanup2.C21 class Handle class
24 ~Handle (void) { return; }
29 class HandleOf:public Handle
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dfriend10.C16 template <typename T>struct Handle struct
18 Handle(T* p) {} function in struct:Handle
22 friend std::ostream& operator<<(std::ostream& ostr, const Handle& r)
26 return ostr << "in operator<<(ostream&, const Handle&)";
30 typedef Handle<Buggy> Buggy_h;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr51436.C38 template < typename T > class Handle class
41 Handle () { function in class:Handle
44 template < class S > static Handle < T > cast (Handle < S > that) {
50 template < typename T > T * Handle < T >::operator* () const
58 Handle < String > uc16_string;
59 Handle < ExternalTwoByteString >::cast (uc16_string);
H A Dpr46383.C29 struct Handle struct in namespace:CGAL
31 Handle() ;
32 Handle(const Handle& x) ;
36 : Handle
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A DWreturn-4.C10 struct Handle struct
12 inline explicit Handle (T *obj) __attribute__ ((always_inline)) {} function in struct:Handle
36 Handle <JSObject> holder (lookup->holder ());
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_addrhashmap.h29 // Map::Handle h(&m, addr);
36 // Map::Handle h(&m, addr, true);
37 // this will remove the data from the map in Handle dtor
66 class Handle { class in class:__sanitizer::AddrHashMap
68 Handle(AddrHashMap<T, kSize> *map, uptr addr);
69 Handle(AddrHashMap<T, kSize> *map, uptr addr, bool remove);
70 Handle(AddrHashMap<T, kSize> *map, uptr addr, bool remove, bool create);
72 ~Handle();
90 friend class Handle;
93 void acquire(Handle *
99 AddrHashMap<T, kSize>::Handle::Handle(AddrHashMap<T, kSize> *map, uptr addr) { function in class:__sanitizer::AddrHashMap::Handle
108 AddrHashMap<T, kSize>::Handle::Handle(AddrHashMap<T, kSize> *map, uptr addr, function in class:__sanitizer::AddrHashMap::Handle
118 AddrHashMap<T, kSize>::Handle::Handle(AddrHashMap<T, kSize> *map, uptr addr, function in class:__sanitizer::AddrHashMap::Handle
[all...]
H A Dsanitizer_common_interceptors.inc122 MetadataHashMap::Handle h(interceptor_metadata_map, (uptr)addr);
130 MetadataHashMap::Handle h(interceptor_metadata_map, (uptr)addr,
143 MetadataHashMap::Handle h(interceptor_metadata_map, (uptr)addr, true);
2498 // Handle it as part of the interceptor.
/haiku-buildtools/autoconf/lib/Autom4te/
H A DXFile.pm77 L<IO::Handle>
145 # comment in IO::Handle.
/haiku-buildtools/gcc/gmp/mpn/powerpc32/vmx/
H A Dcopyd.asm77 C Handle small cases with plain operations
89 C Handle large cases with VMX operations
H A Dcopyi.asm73 C Handle small cases with plain operations
85 C Handle large cases with VMX operations
/haiku-buildtools/gcc/gmp/mpn/alpha/
H A Dmod_34lsub1.asm101 C Handle the last (n mod 3) limbs
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr44919.C73 typedef typename R_::template Handle<Rep>::type Base;
215 template <typename T > struct Handle { typedef Handle_for<T> type; }; struct in struct:X::Cartesian_base_ref_count
/haiku-buildtools/gcc/gmp/mpn/ia64/
H A Ddivrem_2.asm36 C * Handle conditional zeroing of r31 in loop more cleanly.
H A Daddmul_1.asm30 C * Handle low limb input and results specially, using a common stf8 in the
H A Dmul_1.asm30 C * Handle low limb input and results specially, using a common stf8 in the
H A Dsubmul_1.asm29 C * Handle low limb input and results specially, using a common stf8 in the
/haiku-buildtools/gcc/gmp/mpn/powerpc64/vmx/
H A Dpopcount.asm211 C Handle outer loop for huge n. We inherit cr7 and r0 from above.
/haiku-buildtools/gcc/gmp/mpn/x86_64/
H A Dredc_1.asm32 C * Handle certain sizes, e.g., 1, 2, 3, 4, 8, with single-loop code.
/haiku-buildtools/legacy/gcc/gcc/config/c4x/
H A Dlibgcc.S319 ; Handle a full 32-bit dividend
551 ; when R0 = abs(R0) = 080000000h. Handle this by calling the unsigned mod
/haiku-buildtools/legacy/autoconf/
H A Dtexinfo.tex2430 % Handle some cases of @value -- where the variable name does not
/haiku-buildtools/legacy/binutils/texinfo/
H A Dtexinfo.tex3123 % Handle some cases of @value -- where it does not contain any
/haiku-buildtools/legacy/gcc/gcc/
H A Dtexinfo.tex2398 % Handle some cases of @value -- where the variable name does not
/haiku-buildtools/libtool/doc/
H A Dtexinfo.tex3310 % Handle some cases of @value -- where it does not contain any

Completed in 471 milliseconds

12