Home
last modified time | relevance | path

Searched defs:_Local_storage (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstd_function.h130 using _Local_storage = integral_constant<bool, __stored_locally>; in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstd_function.h132 typedef integral_constant<bool, __stored_locally> _Local_storage; in _GLIBCXX_VISIBILITY() typedef