Searched refs:test_trivial (Results 1 – 9 of 9) sorted by relevance
28 struct test_trivial { struct36 struct test_trivial<T, false> { argument54 test_trivial<int>()(); in main() argument55 test_trivial<char>()(); in main()56 test_trivial<double>()(); in main()57 test_trivial<S>()(); in main()58 test_trivial<std::string>()(); in main()
78 void test_trivial() in test_trivial() function151 test_trivial(); in main()
86 void test_trivial() in test_trivial() function179 test_trivial(); in main()
6 define i64 @test_trivial() {7 ; CHECK-LABEL: test_trivial:
6 define void @test_trivial() {7 ; CHECK-LABEL: @test_trivial(
7 define i1 @test_trivial(ptr addrspace(1) %in) gc "statepoint-example" {8 ; CHECK-LABEL: @test_trivial(
590 constexpr bool test_trivial() {596 static_assert(test_trivial());
356 def test_trivial(self): member in TestFeature