Home
last modified time | relevance | path

Searched defs:j2 (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project/libcxx/test/std/thread/thread.jthread/
H A Dassign.move.pass.cpp49 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 Dcons.move.pass.cpp45 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 Ddllexport-2.cpp21 __declspec(dllexport) CInt j2; //expected-error {{default initialization of an object of const type… variable
H A Dassign.c34 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 Dbasic-target-region-3D-array-section.f9011 integer :: j2 = 3, k2 = 3 variable
H A Dbasic-target-region-3D-array.f9011 integer :: i2 = 2, j2 = 2, k2 = 2 variable
H A Dtarget-map-nested-dtype-complex-member.f9010 complex :: j2 global() component
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/
H A Dconst_pair_move.pass.cpp52 long j2 = 4; in test() local
H A Dconst_convert_move.pass.cpp49 long j2 = 4; in test() local
H A Dconst_pair_copy.pass.cpp52 long j2 = 4; in test() local
H A Dconst_convert_copy.pass.cpp50 long j2 = 4; in test() local
/llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.pair/
H A Dassign_const_copy_convert.pass.cpp52 long j2 = 4; in test() local
H A Dassign_const_move_convert.pass.cpp52 long j2 = 4; in test() local
/llvm-project/flang/test/Semantics/
H A Dmodproc01.f9011 integer(k2) :: j2 component
[all...]
H A Doffsets03.f9047 integer :: i2, j2, l2(10) variable
49 common /common4/ j2, i2 ! CHECK: common4 size=40 offset=0: CommonBlockDetails alignment=4: local
H A Dmodfile17.f9011 integer(kind=k2) :: j2 component
/llvm-project/clang/test/CodeGen/
H A Dattr-loader-uninitialized.c29 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 Dop_spaceship.pass.cpp76 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 Dp3-0x.cpp15 int &j2 = g2(i); variable
/llvm-project/lldb/test/API/lang/cpp/diamond/
H A Dmain.cpp25 Joiner2 j2; in main() local
/llvm-project/clang/test/CXX/temp/temp.param/
H A Dp10-2a.cpp135 using j2 = J<'a', nullptr>; typedef
/llvm-project/clang/test/SemaCXX/
H A Ddr1301.cpp60 int j2 = J().f(); // ok variable
H A Daddress-of-temporary.cpp49 void j2() { (void)S { A{} }; } in j2() function
/llvm-project/lld/COFF/
H A DChunks.cpp192 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 Dmangle-template.cpp324 template<int ...Ns> void j2(Y<Ns..., (const int*)&n>) {} in j2() function

12