Home
last modified time | relevance | path

Searched refs:index_sequence (Results 1 – 7 of 7) sorted by relevance

/external/libcxx/test/std/utilities/intseq/intseq.general/
Dinteger_seq.pass.cpp38 using sizemix = std::index_sequence<1, 1, 2, 3, 5>; // generates size_t: 1,1,2,3,5 in main()
/external/llvm/include/llvm/Support/
DFormat.h84 index_sequence<Is...>) const { in snprint_tuple()
/external/llvm/include/llvm/ADT/
DSTLExtras.h265 struct index_sequence : integer_sequence<std::size_t, I...> {}; struct
270 struct build_index_impl<0, I...> : index_sequence<I...> {};
/external/clang/lib/CodeGen/
DEHScopeStack.h200 T restore(CodeGenFunction &CGF, llvm::index_sequence<Is...>) {
/external/libcxx/include/
Dutility140 using index_sequence = integer_sequence<size_t, I...>;
672 using index_sequence = integer_sequence<size_t, _Ip...>;
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h1166 std::vector<DynTypedMatcher> getMatchers(llvm::index_sequence<Is...>) const {
/external/clang/include/clang/Sema/
DSema.h1347 llvm::index_sequence<Is...>) const { in emit()