Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Daddress-space-conversion.cpp52 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) { in test_static_cast() argument
56 (void)static_cast<A_ptr_2>(bp2); in test_static_cast()
73 (void)static_cast<A_ptr>(bp2); // expected-error{{is not allowed}} in test_static_cast()
103 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) { in test_dynamic_cast() argument
107 (void)dynamic_cast<A_ptr_2>(bp2); in test_dynamic_cast()
133 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2, in test_reinterpret_cast() argument
159 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2, in test_cstyle_cast() argument
166 (void)(A_ptr)(bp2); in test_cstyle_cast()
174 (void)(A_ptr_1)(bp2); in test_cstyle_cast()
183 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) { in test_implicit_conversion() argument
[all …]
/llvm-project-15.0.7/flang/test/Semantics/
H A Dallocate05.f9028 class(B), pointer :: bp1, bp2(:) local
38 allocate(real:: bp2(3)%x(5))
44 unrelat%polymorph, bp1, bp2(2), npbp1, npbp2(2:4))
47 unrelat%polymorph, bp1, bp2(2), ca1, ca2(4), &
56 allocate(logical:: bp2(3)%x(5))
H A Dallocate08.f9036 class(B), pointer :: bp1, bp2(:) local
46 allocate(bp2(3)%x, source=srcx2)
53 allocate(aa2, up2, bp2, npbp2, mold=srcb2)
56 allocate(aa2, up2, bp2, ca2, npca2, source=srcc2)
64 allocate(bp2(3)%x, mold=src_logical)
/llvm-project-15.0.7/lldb/test/API/lang/cpp/member-and-local-vars-with-same-name/
H A DTestMembersAndLocalsWithSameName.py18 bp2 = self.target.BreakpointCreateBySourceRegex(
21 bp2.IsValid() and bp2.GetNumLocations() >= 1,
/llvm-project-15.0.7/lldb/test/API/functionalities/completion/
H A DTestCompletion.py720 bp2 = target.BreakpointCreateByName('Bar', 'a.out')
721 self.assertTrue(bp2)
722 self.assertEqual(bp2.GetNumLocations(), 1)
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-ldp.ll362 %bp2 = bitcast i64* %p2 to i8*
363 %bp2p1 = getelementptr inbounds i8, i8* %bp2, i64 1
385 %bp2 = bitcast i32* %p2 to i8*
386 %bp2p1 = getelementptr inbounds i8, i8* %bp2, i64 1
/llvm-project-15.0.7/clang/test/CXX/drs/
H A Ddr1xx.cpp539 dr142::B *bp2 = (dr142::B*)this; in f() local
540 bp2->mi = 3; in f()