Searched refs:index_sequence (Results 1 – 7 of 7) sorted by relevance
/external/libcxx/test/std/utilities/intseq/intseq.general/ |
D | integer_seq.pass.cpp | 38 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/ |
D | Format.h | 84 index_sequence<Is...>) const { in snprint_tuple()
|
/external/llvm/include/llvm/ADT/ |
D | STLExtras.h | 265 struct index_sequence : integer_sequence<std::size_t, I...> {}; struct 270 struct build_index_impl<0, I...> : index_sequence<I...> {};
|
/external/clang/lib/CodeGen/ |
D | EHScopeStack.h | 200 T restore(CodeGenFunction &CGF, llvm::index_sequence<Is...>) {
|
/external/libcxx/include/ |
D | utility | 140 using index_sequence = integer_sequence<size_t, I...>; 672 using index_sequence = integer_sequence<size_t, _Ip...>;
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchersInternal.h | 1166 std::vector<DynTypedMatcher> getMatchers(llvm::index_sequence<Is...>) const {
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1347 llvm::index_sequence<Is...>) const { in emit()
|