/llvm-project/libcxx/test/std/thread/thread.jthread/ |
H A D | assign.move.pass.cpp | 49 j1 = std::move(j2); in main() local 84 auto id2 = j2.get_id(); in main() local 97 j1 = std::move(j2); in main() local 107 std::jthread j2 = support::make_test_jthread([] {}); main() local [all...] |
H A D | cons.move.pass.cpp | 45 assert(ss1 == j2.get_stop_source()); in main() local 34 std::jthread j2(std::move(j1)); main() local
|
/llvm-project/clang/test/Sema/ |
H A D | dllexport-2.cpp | 21 __declspec(dllexport) CInt j2; //expected-error {{default initialization of an object of const type… variable
|
H A D | assign.c | 34 void testJ1(struct J j1, struct J j2) { in testJ1() 50 void testJ1_(J j1, J j2) { in testJ1_()
|
/llvm-project/offload/test/offloading/fortran/ |
H A D | basic-target-region-3D-array-section.f90 | 11 integer :: j2 = 3, k2 = 3 variable
|
H A D | basic-target-region-3D-array.f90 | 11 integer :: i2 = 2, j2 = 2, k2 = 2 variable
|
H A D | target-map-nested-dtype-complex-member.f90 | 10 complex :: j2 global() component
|
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/ |
H A D | const_pair_move.pass.cpp | 52 long j2 = 4; in test() local
|
H A D | const_convert_move.pass.cpp | 49 long j2 = 4; in test() local
|
H A D | const_pair_copy.pass.cpp | 52 long j2 = 4; in test() local
|
H A D | const_convert_copy.pass.cpp | 50 long j2 = 4; in test() local
|
/llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.pair/ |
H A D | assign_const_copy_convert.pass.cpp | 52 long j2 = 4; in test() local
|
H A D | assign_const_move_convert.pass.cpp | 52 long j2 = 4; in test() local
|
/llvm-project/flang/test/Semantics/ |
H A D | modproc01.f90 | 11 integer(k2) :: j2 component [all...] |
H A D | offsets03.f90 | 47 integer :: i2, j2, l2(10) variable 49 common /common4/ j2, i2 ! CHECK: common4 size=40 offset=0: CommonBlockDetails alignment=4: local
|
H A D | modfile17.f90 | 11 integer(kind=k2) :: j2 component
|
/llvm-project/clang/test/CodeGen/ |
H A D | attr-loader-uninitialized.c | 29 s j2 __attribute__((loader_uninitialized, address_space(2))); variable
|
/llvm-project/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/ |
H A D | op_spaceship.pass.cpp | 76 const std::move_iterator<Jt> j2 = std::move_iterator<Jt>(Jt(a + 2)); in test_two() local
|
/llvm-project/clang/test/CXX/over/over.match/over.match.best/over.ics.rank/ |
H A D | p3-0x.cpp | 15 int &j2 = g2(i); variable
|
/llvm-project/lldb/test/API/lang/cpp/diamond/ |
H A D | main.cpp | 25 Joiner2 j2; in main() local
|
/llvm-project/clang/test/CXX/temp/temp.param/ |
H A D | p10-2a.cpp | 135 using j2 = J<'a', nullptr>; typedef
|
/llvm-project/clang/test/SemaCXX/ |
H A D | dr1301.cpp | 60 int j2 = J().f(); // ok variable
|
H A D | address-of-temporary.cpp | 49 void j2() { (void)S { A{} }; } in j2() function
|
/llvm-project/lld/COFF/ |
H A D | Chunks.cpp | 192 uint32_t j2 = (v >> 18) & 1; applyBranch20T() local 202 uint32_t j2 = ((~v >> 22) & 1) ^ s; applyBranch24T() local
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | mangle-template.cpp | 324 template<int ...Ns> void j2(Y<Ns..., (const int*)&n>) {} in j2() function
|