/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/ |
A D | ranges_util.h | 191 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 D | Makefile.am | 184 $(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 D | Makefile.in | 911 $(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 D | Makefile.am | 184 $(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 D | Makefile.in | 911 $(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 D | Makefile.am | 194 $(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 D | Makefile.in | 926 $(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 D | ipc_ret_array | 27 * Dynamically sized output array of type T. 30 * Ret_array<> is a special dynamically sized output array 104 // is variably sized output array
|
A D | ipc_varg | 94 * 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 D | ipc_gate | 62 * 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 D | ranges | 60 // [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 D | barrier | 68 by flattening the tree structure into cache-line sized arrays, that
|
/l4re-core-master/cxx/lib/tl/include/ |
A D | slab_alloc | 395 * among all equal-sized objects. 472 * among all equal-sized objects.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/tr1/ |
A D | array | 69 // Support for zero-sized arrays mandatory.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr1/ |
A D | array | 69 // Support for zero-sized arrays mandatory.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/tr1/ |
A D | array | 69 // Support for zero-sized arrays mandatory.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/tr1/ |
A D | array | 69 // Support for zero-sized arrays mandatory.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/tr1/ |
A D | array | 69 // Support for zero-sized arrays mandatory.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/tr1/ |
A D | array | 69 // Support for zero-sized arrays mandatory.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/tr1/ |
A D | array | 69 // Support for zero-sized arrays mandatory.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/tr1/ |
A D | array | 69 // Support for zero-sized arrays mandatory.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/profile/ |
A D | array | 53 // Support for zero-sized arrays mandatory.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/profile/ |
A D | array | 55 // Support for zero-sized arrays mandatory.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/profile/ |
A D | array | 55 // Support for zero-sized arrays mandatory.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/profile/ |
A D | array | 55 // Support for zero-sized arrays mandatory.
|