Searched refs:test_true (Results 1 – 7 of 7) sorted by relevance
126 void test_true() in test_true() function159 test_true <Empty>(); in test()161 test_true <CtorDefaulted>(); in test()163 test_true <DtorDefaulted>(); in test()166 test_true <Noexcept>(); in test()167 test_true <NoexceptTrue>(); in test()178 test_true <CtorExplicit>(); in test()183 test_true <Derived>(); in test()216 test_true <std::set<int>>(); in test()241 test_true <std::string>(); in test()[all …]
6 declare void @test_true()22 ; CHECK-NEXT: bl test_true28 call void @test_true()48 ; CHECK: bl test_true51 call void @test_true()72 call void @test_true()90 ; CHECK: bl test_true93 call void @test_true()132 ; CHECK: bl test_true176 ; CHECK: bl test_true[all …]
20 void test_true() in test_true() function69 test_true<Aggregate>(); in main()70 test_true<Aggregate[]>(); in main()71 test_true<Aggregate[42][101]>(); in main()72 test_true<Union>(); in main()
6 declare void @test_true()22 ; CHECK-NEXT: call test_true28 call void @test_true()49 ; CHECK: call test_true52 call void @test_true()
8 declare void @test_true()23 ; RV32I-NEXT: call test_true@plt39 call void @test_true()61 ; RV32I-NEXT: call test_true@plt71 call void @test_true()
16 void test_true(void) { in test_true() function
32 def test_true(self): member in TestBreakpointIt