Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__utility/
H A Dinteger_sequence.h81 _LIBCPP_HIDE_FROM_ABI constexpr void __for_each_index_sequence(index_sequence<_Index...>, _Function __func) { in __for_each_index_sequence() argument
/llvm-project/libcxx/include/__mutex/
H A Donce_flag.h90 typedef typename __make_tuple_indices<tuple_size<_Fp>::value, 1>::type _Index; in operator() typedef