HomeSort by: relevance | last modified time | path
    Searched defs:uses_allocator (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
stl_stack.h 62 # include <bits/uses_allocator.h>
128 enable_if<uses_allocator<_Sequence, _Alloc>::value>::type;
426 struct uses_allocator<stack<_Tp, _Seq>, _Alloc> struct in inherits:uses_allocator::type
427 : public uses_allocator<_Seq, _Alloc>::type { };
uses_allocator.h 73 struct uses_allocator struct in inherits:__uses_allocator_helper::type
106 " if uses_allocator is true");
115 __uses_alloc<uses_allocator<_Tp, _Alloc>::value, _Tp, _Alloc, _Args...>;
134 uses_allocator<_Tp, _Alloc>::value;
140 : __conditional_t<uses_allocator<_Tp, _Alloc>::value,
stl_queue.h 62 # include <bits/uses_allocator.h>
126 enable_if<uses_allocator<_Sequence, _Alloc>::value>::type;
450 struct uses_allocator<queue<_Tp, _Seq>, _Alloc> struct in inherits:uses_allocator::type
451 : public uses_allocator<_Seq, _Alloc>::type { };
514 enable_if<uses_allocator<_Sequence, _Alloc>::value>::type;
841 struct uses_allocator<priority_queue<_Tp, _Sequence, _Compare>, _Alloc> struct in inherits:uses_allocator::type
842 : public uses_allocator<_Sequence, _Alloc>::type { };
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_stack.h 62 # include <bits/uses_allocator.h>
128 enable_if<uses_allocator<_Sequence, _Alloc>::value>::type;
428 struct uses_allocator<stack<_Tp, _Seq>, _Alloc> struct in inherits:uses_allocator::type
429 : public uses_allocator<_Seq, _Alloc>::type { };
uses_allocator.h 68 struct uses_allocator struct in inherits:__uses_allocator_helper::type
101 " if uses_allocator is true");
110 __uses_alloc<uses_allocator<_Tp, _Alloc>::value, _Tp, _Alloc, _Args...>;
129 uses_allocator<_Tp, _Alloc>::value;
135 : __conditional_t<uses_allocator<_Tp, _Alloc>::value,
stl_queue.h 62 # include <bits/uses_allocator.h>
126 enable_if<uses_allocator<_Sequence, _Alloc>::value>::type;
452 struct uses_allocator<queue<_Tp, _Seq>, _Alloc> struct in inherits:uses_allocator::type
453 : public uses_allocator<_Seq, _Alloc>::type { };
516 enable_if<uses_allocator<_Sequence, _Alloc>::value>::type;
843 struct uses_allocator<priority_queue<_Tp, _Sequence, _Compare>, _Alloc> struct in inherits:uses_allocator::type
844 : public uses_allocator<_Sequence, _Alloc>::type { };

Completed in 30 milliseconds