Home
last modified time | relevance | path

Searched refs:sized (Results 1 – 25 of 68) sorted by relevance

123

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dranges_util.h191 enum class subrange_kind : bool { unsized, sized }; in _GLIBCXX_VISIBILITY() enumerator
196 ? subrange_kind::sized : subrange_kind::unsized> in _GLIBCXX_VISIBILITY()
197 requires (_Kind == subrange_kind::sized || !sized_sentinel_for<_Sent, _It>) in _GLIBCXX_VISIBILITY()
203 = _Kind == subrange_kind::sized && !sized_sentinel_for<_Sent, _It>; in _GLIBCXX_VISIBILITY()
233 requires (_Kind == subrange_kind::sized) in _GLIBCXX_VISIBILITY()
263 requires (_Kind == subrange_kind::sized) in _GLIBCXX_VISIBILITY()
287 size() const requires (_Kind == subrange_kind::sized) in _GLIBCXX_VISIBILITY()
348 -> subrange<_It, _Sent, subrange_kind::sized>; in _GLIBCXX_VISIBILITY()
355 ? subrange_kind::sized : subrange_kind::unsized>; in _GLIBCXX_VISIBILITY()
360 -> subrange<iterator_t<_Rng>, sentinel_t<_Rng>, subrange_kind::sized>; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/
A DMakefile.am184 $(LTCXXCOMPILE) -std=gnu++14 -Wno-sized-deallocation -c $<
186 $(CXXCOMPILE) -std=gnu++14 -Wno-sized-deallocation -c $<
188 $(LTCXXCOMPILE) -std=gnu++14 -Wno-sized-deallocation -c $<
190 $(CXXCOMPILE) -std=gnu++14 -Wno-sized-deallocation -c $<
A DMakefile.in911 $(LTCXXCOMPILE) -std=gnu++14 -Wno-sized-deallocation -c $<
913 $(CXXCOMPILE) -std=gnu++14 -Wno-sized-deallocation -c $<
915 $(LTCXXCOMPILE) -std=gnu++14 -Wno-sized-deallocation -c $<
917 $(CXXCOMPILE) -std=gnu++14 -Wno-sized-deallocation -c $<
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/
A DMakefile.am184 $(LTCXXCOMPILE) -std=gnu++14 -Wno-sized-deallocation -c $<
186 $(CXXCOMPILE) -std=gnu++14 -Wno-sized-deallocation -c $<
188 $(LTCXXCOMPILE) -std=gnu++14 -Wno-sized-deallocation -c $<
190 $(CXXCOMPILE) -std=gnu++14 -Wno-sized-deallocation -c $<
A DMakefile.in911 $(LTCXXCOMPILE) -std=gnu++14 -Wno-sized-deallocation -c $<
913 $(CXXCOMPILE) -std=gnu++14 -Wno-sized-deallocation -c $<
915 $(LTCXXCOMPILE) -std=gnu++14 -Wno-sized-deallocation -c $<
917 $(CXXCOMPILE) -std=gnu++14 -Wno-sized-deallocation -c $<
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/libsupc++/
A DMakefile.am194 $(LTCXXCOMPILE) -std=gnu++14 -Wno-sized-deallocation -c $<
196 $(CXXCOMPILE) -std=gnu++14 -Wno-sized-deallocation -c $<
198 $(LTCXXCOMPILE) -std=gnu++14 -Wno-sized-deallocation -c $<
200 $(CXXCOMPILE) -std=gnu++14 -Wno-sized-deallocation -c $<
A DMakefile.in926 $(LTCXXCOMPILE) -std=gnu++14 -Wno-sized-deallocation -c $<
928 $(CXXCOMPILE) -std=gnu++14 -Wno-sized-deallocation -c $<
930 $(LTCXXCOMPILE) -std=gnu++14 -Wno-sized-deallocation -c $<
932 $(CXXCOMPILE) -std=gnu++14 -Wno-sized-deallocation -c $<
/l4re-core-master/l4sys/include/cxx/
A Dipc_ret_array27 * Dynamically sized output array of type T.
30 * Ret_array<> is a special dynamically sized output array
104 // is variably sized output array
A Dipc_varg94 * Variably sized RPC argument.
242 * List of variable-sized RPC parameters as received by the server.
403 * Self-contained list of variable-sized RPC parameters.
/l4re-core-master/l4sys/include/
A Dipc_gate62 * machine-word sized payload called the IPC gate’s *label* is assigned to the
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/
A Dranges60 // [range.sized] The sized_range concept.
227 enum class subrange_kind : bool { unsized, sized };
231 ? subrange_kind::sized : subrange_kind::unsized>
238 = _Kind == subrange_kind::sized && !sized_sentinel_for<_Sent, _It>;
265 requires (_Kind == subrange_kind::sized)
298 requires (_Kind == subrange_kind::sized)
322 size() const requires (_Kind == subrange_kind::sized)
383 -> subrange<_It, _Sent, subrange_kind::sized>;
390 ? subrange_kind::sized : subrange_kind::unsized>;
395 -> subrange<iterator_t<_Rng>, sentinel_t<_Rng>, subrange_kind::sized>;
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
A Dbarrier68 by flattening the tree structure into cache-line sized arrays, that
/l4re-core-master/cxx/lib/tl/include/
A Dslab_alloc395 * among all equal-sized objects.
472 * among all equal-sized objects.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/tr1/
A Darray69 // Support for zero-sized arrays mandatory.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr1/
A Darray69 // Support for zero-sized arrays mandatory.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/tr1/
A Darray69 // Support for zero-sized arrays mandatory.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/tr1/
A Darray69 // Support for zero-sized arrays mandatory.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/tr1/
A Darray69 // Support for zero-sized arrays mandatory.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/tr1/
A Darray69 // Support for zero-sized arrays mandatory.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/tr1/
A Darray69 // Support for zero-sized arrays mandatory.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/tr1/
A Darray69 // Support for zero-sized arrays mandatory.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/profile/
A Darray53 // Support for zero-sized arrays mandatory.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/profile/
A Darray55 // Support for zero-sized arrays mandatory.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/profile/
A Darray55 // Support for zero-sized arrays mandatory.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/profile/
A Darray55 // Support for zero-sized arrays mandatory.

Completed in 24 milliseconds

123