Searched refs:test_forward (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/std/containers/ |
| H A D | iterator.rel_ops.compile.pass.cpp | 85 void test_forward() { in test_forward() function 107 template void test_forward<std::forward_list<int> >(); 108 template void test_forward<std::list<int> >(); 109 template void test_forward<std::map<int, int> >(); 110 template void test_forward<std::multimap<int, int> >(); 111 template void test_forward<std::multiset<int> >(); 112 template void test_forward<std::set<int> >(); 114 template void test_forward<std::unordered_map<int, int> >(); 116 template void test_forward<std::unordered_multiset<int> >(); 117 template void test_forward<std::unordered_set<int> >(); [all …]
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | rval-references-examples.cpp | 106 void test_forward() { in test_forward() function
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/ |
| H A D | memory-dep-remarks.ll | 78 ; void test_forward(int n, int* A, int* B) { 86 define dso_local void @test_forward(i64 %n, i32* nocapture %A, i32* nocapture %B) !dbg !70 { 416 !70 = distinct !DISubprogram(name: "test_forward", scope: !1, file: !1, line: 24, type: !45, scopeL…
|