Searched refs:test_int (Results 1 – 10 of 10) sorted by relevance
37 test_int() in test_int() function55 test_int<forward_iterator<int*> >(); in main()56 test_int<bidirectional_iterator<int*> >(); in main()57 test_int<random_access_iterator<int*> >(); in main()58 test_int<int*>(); in main()
40 test_int() in test_int() function145 test_int<forward_iterator<int*> >(); in main()146 test_int<bidirectional_iterator<int*> >(); in main()147 test_int<random_access_iterator<int*> >(); in main()148 test_int<int*>(); in main()
87 static int test_int = MaxFloatRepresentableAsInt + 0x80; in main() local101 static int test_int = (unsigned)(MaxFloatRepresentableAsUInt + 0x100); in main() local107 static int test_int = Inf; in main() local118 static int test_int = (float)(FloatMaxAsUInt128 + 1); in main() local
11 void test_int(int i, unsigned u, long long ll, float f, double d) { in test_int() function
16 void test_int(int x) { in test_int() function
7 namespace test_int { namespace
116 ; X32-LABEL: test_int123 ; X64-LABEL: test_int128 define i32 @test_int(i32 %a, i32 %b) nounwind {
40 ; CHECK-LABEL: @test_int47 define void @test_int(%class.Complex_int* nocapture %out, i64 %out_start) {
35 void test_int(int x) { in test_int() function
339 constexpr bool test_int() { in test_int() function363 static_assert(test_int(), "");