Home
last modified time | relevance | path

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

12345678910>>...24

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dranges_util.h221 enum class subrange_kind : bool { unsized, sized }; in _GLIBCXX_VISIBILITY() enumerator
226 ? subrange_kind::sized : subrange_kind::unsized> in _GLIBCXX_VISIBILITY()
227 requires (_Kind == subrange_kind::sized || !sized_sentinel_for<_Sent, _It>) in _GLIBCXX_VISIBILITY()
232 = _Kind == subrange_kind::sized && !sized_sentinel_for<_Sent, _It>; in _GLIBCXX_VISIBILITY()
268 requires (_Kind == subrange_kind::sized) in _GLIBCXX_VISIBILITY()
303 requires (_Kind == subrange_kind::sized) in _GLIBCXX_VISIBILITY()
327 size() const requires (_Kind == subrange_kind::sized) in _GLIBCXX_VISIBILITY()
388 -> subrange<_It, _Sent, subrange_kind::sized>; in _GLIBCXX_VISIBILITY()
395 ? subrange_kind::sized : subrange_kind::unsized>; in _GLIBCXX_VISIBILITY()
400 -> subrange<iterator_t<_Rng>, sentinel_t<_Rng>, subrange_kind::sized>; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/
H A Ddarwin-sections.def19 /* Since Darwin's ld will not allow zero-sized objects, and gcc wants them,
23 outside the port. To cope with this, we set aside sections for zero-sized
61 /* Place to put zero-sized to avoid issues with section anchors. */
69 /* Place to put zero-sized to avoid issues with section anchors. */
82 /* Place to put zero-sized to avoid issues with section anchors. */
/netbsd-src/external/gpl3/gcc/dist/gcc/config/
H A Ddarwin-sections.def19 /* Since Darwin's ld will not allow zero-sized objects, and gcc wants them,
23 outside the port. To cope with this, we set aside sections for zero-sized
61 /* Place to put zero-sized to avoid issues with section anchors. */
69 /* Place to put zero-sized to avoid issues with section anchors. */
82 /* Place to put zero-sized to avoid issues with section anchors. */
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Darray266 "cannot fill zero-sized array of type 'const T'");
272 "cannot swap zero-sized array of type 'const T'");
314 _LIBCPP_ASSERT(false, "cannot call array<T, 0>::operator[] on a zero-sized array");
320 _LIBCPP_ASSERT(false, "cannot call array<T, 0>::operator[] on a zero-sized array");
338 _LIBCPP_ASSERT(false, "cannot call array<T, 0>::front() on a zero-sized array");
344 _LIBCPP_ASSERT(false, "cannot call array<T, 0>::front() on a zero-sized array");
350 _LIBCPP_ASSERT(false, "cannot call array<T, 0>::back() on a zero-sized array");
356 _LIBCPP_ASSERT(false, "cannot call array<T, 0>::back() on a zero-sized array");
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mcore/
H A Dmcore.opt60 Use arbitrary sized immediates in bit operations.
75 Always treat bitfields as int-sized.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mcore/
H A Dmcore.opt60 Use arbitrary sized immediates in bit operations.
75 Always treat bitfields as int-sized.
/netbsd-src/sys/arch/evbarm/conf/
H A DSMDK2410_INSTALL3 # SMDK2410_INSTALL -- SMDK2410 kernel with installation-sized
H A DSMDK2800_INSTALL3 # SMDK2800_INSTALL -- SMDK2800 kernel with installation-sized
H A DGEMINI_INSTALL3 # GEMINI_INSTALL -- GEMINI kernel with installation-sized
H A DOPENRD_INSTALL3 # OPENRD_INSTALL -- OPENRD kernel with installation-sized
H A DSHEEVAPLUG_INSTALL3 # SHEEVAPLUG_INSTALL -- SHEEVAPLUG kernel with installation-sized
H A DKUROBOX_PRO_INSTALL3 # KUROBOX_PRO_INSTALL -- KUROBOX_PRO kernel with installation-sized
H A DINTEGRATOR_CP_INSTALL3 # INTEGRATOR_CP_INSTALL -- INTEGRATOR_CP kernel with installation-sized
H A DTS7200_INSTALL3 # IQ80310_INSTALL -- IQ80310 kernel with installation-sized
H A DINTEGRATOR_INSTALL3 # INTEGRATOR_INSTALL -- INTEGRATOR kernel with installation-sized
H A DTEAMASA_NPWR_INSTALL3 # TEAMASA_NPWR-INSTALL -- Npwr kernel with installation-sized
H A DTWINTAIL_INSTALL3 # TWINTAIL_INSTALL -- TWINTAIL kernel with installation-sized
H A DRPI_INSTALL3 # RPI_INSTALL -- RPI kernel with installation-sized
H A DRPI2_INSTALL3 # RPI2_INSTALL -- RPI2 kernel with installation-sized
H A DADI_BRH_INSTALL3 # ADI_BRH_INSTALL -- BRH kernel with installation-sized
H A DGUMSTIX_INSTALL3 # GUMSTIX_INSTALL -- GUMSTIX kernel with installation-sized
H A DCP3100_INSTALL3 # CP3100_INSTALL -- CP3100 kernel with installation-sized ramdisk
H A DIQ80310_INSTALL3 # IQ80310_INSTALL -- IQ80310 kernel with installation-sized
H A DIQ80321_INSTALL3 # IQ80321_INSTALL -- IQ80321 kernel with installation-sized
H A DMV2120_INSTALL3 # MV2120_INSTALL -- MV2120 kernel with installation-sized

12345678910>>...24