HomeSort by relevance Sort by last modified time
    Searched refs:_S_construct (Results 1 - 8 of 8) sorted by null

  /external/clang/test/SemaCXX/
PR9461.cpp 17 int _S_construct();
19 int _S_construct(int);
21 _S_construct(); // expected-error {{requires}}
26 :us(_S_construct)
crashes.cpp 206 template<class _InIterator> static _CharT* _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a, input_iterator_tag);
207 template<class _FwdIterator> static _CharT* _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a, forward_iterator_tag);
208 static _CharT* _S_construct(size_type __req, _CharT __c, const _Alloc& __a); // expected-error{{unknown type name 'size_type'}}
214 : _M_dataplus(_S_construct(__beg, __end, __a, input_iterator_tag()), __a) {}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
rc_string_base.h 233 return _S_construct(__beg, __end, __a, _Tag());
247 { return _S_construct(__req, __c, __a); }
251 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a)
260 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
267 _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a,
271 _S_construct(size_type __req, _CharT __c, const _Alloc& __a);
472 : _M_dataplus(__a, _S_construct(size_type(), _CharT(), __a)) { }
483 : _M_dataplus(__a, _S_construct(__n, __c, __a)) { }
490 : _M_dataplus(__a, _S_construct(__beg, __end, __a)) { }
510 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
rc_string_base.h 233 return _S_construct(__beg, __end, __a, _Tag());
247 { return _S_construct(__req, __c, __a); }
251 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a)
260 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
267 _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a,
271 _S_construct(size_type __req, _CharT __c, const _Alloc& __a);
472 : _M_dataplus(__a, _S_construct(size_type(), _CharT(), __a)) { }
483 : _M_dataplus(__a, _S_construct(__n, __c, __a)) { }
490 : _M_dataplus(__a, _S_construct(__beg, __end, __a)) { }
510 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
alloc_traits.h 253 _S_construct(_Alloc& __a, _Tp* __p, _Args&&... __args)
260 _S_construct(_Alloc&, _Tp* __p, _Args&&... __args)
392 -> decltype(_S_construct(__a, __p, std::forward<_Args>(__args)...))
393 { _S_construct(__a, __p, std::forward<_Args>(__args)...); }
basic_string.h 441 : _M_dataplus(_S_construct(size_type(), _CharT(), _Alloc()), _Alloc()){ }
513 __str._M_data(_S_construct(size_type(), _CharT(), get_allocator()));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
alloc_traits.h 253 _S_construct(_Alloc& __a, _Tp* __p, _Args&&... __args)
260 _S_construct(_Alloc&, _Tp* __p, _Args&&... __args)
392 -> decltype(_S_construct(__a, __p, std::forward<_Args>(__args)...))
393 { _S_construct(__a, __p, std::forward<_Args>(__args)...); }
basic_string.h 441 : _M_dataplus(_S_construct(size_type(), _CharT(), _Alloc()), _Alloc()){ }
513 __str._M_data(_S_construct(size_type(), _CharT(), get_allocator()));
    [all...]

Completed in 165 milliseconds