Home
last modified time | relevance | path

Searched refs:test_signed (Results 1 – 16 of 16) sorted by relevance

/llvm-project/libcxx/test/std/numerics/numeric.ops/numeric.ops.sat/
H A Ddiv_sat.pass.cpp25 constexpr bool test_signed() { in test_signed() function
132 test_signed<signed char>(); in test()
133 test_signed<short int>(); in test()
134 test_signed<int>(); in test()
135 test_signed<long int>(); in test()
136 test_signed<long long int>(); in test()
138 test_signed<__int128_t>(); in test()
H A Dsub_sat.pass.cpp25 constexpr bool test_signed() { in test_signed() function
136 test_signed<signed char>(); in test()
137 test_signed<short int>(); in test()
138 test_signed<int>(); in test()
139 test_signed<long int>(); in test()
140 test_signed<long long int>(); in test()
142 test_signed<__int128_t>(); in test()
H A Dmul_sat.pass.cpp25 constexpr bool test_signed() { in test_signed() function
154 test_signed<signed char>(); in test()
155 test_signed<short int>(); in test()
156 test_signed<int>(); in test()
157 test_signed<long int>(); in test()
158 test_signed<long long int>(); in test()
160 test_signed<__int128_t>(); in test()
H A Dadd_sat.pass.cpp24 constexpr bool test_signed() { in test_signed() function
147 test_signed<signed char>(); in test()
148 test_signed<short int>(); in test()
149 test_signed<int>(); in test()
150 test_signed<long int>(); in test()
151 test_signed<long long int>(); in test()
153 test_signed<__int128_t>(); in test()
/llvm-project/libcxx/test/std/strings/string.conversions/
H A Dto_string.pass.cpp29 void test_signed() { in test_signed() function
106 test_signed<int>(); in main()
107 test_signed<long>(); in main()
108 test_signed<long long>(); in main()
H A Dto_wstring.pass.cpp31 void test_signed() { in test_signed() function
108 test_signed<int>(); in main()
109 test_signed<long>(); in main()
110 test_signed<long long>(); in main()
/llvm-project/compiler-rt/test/ubsan/TestCases/ImplicitConversion/
H A Dsigned-integer-truncation-incdec.c59 void test_signed() { in test_signed() function
119 test_signed(); in main()
H A Dinteger-conversion-incdec.c59 void test_signed() { in test_signed() function
119 test_signed(); in main()
H A Dinteger-sign-change-incdec.c57 void test_signed() { in test_signed() function
117 test_signed(); in main()
/llvm-project/libcxx/test/std/utilities/charconv/charconv.from.chars/
H A Dintegral.roundtrip.pass.cpp55 struct test_signed : roundtrip_test_base<T>
83 run<test_signed>(all_signed); in test()
53 struct test_signed : roundtrip_test_base<T> global() struct
57 operator ()test_signed operator ()() argument
H A Dintegral.pass.cpp87 struct test_signed in operator ()() argument
143 run<test_signed>(all_signed); in test()
85 struct test_signed global() struct
/llvm-project/clang/test/CodeGen/
H A Dunsigned-trapv.c11 void test_signed(void) { in test_signed() function
/llvm-project/llvm/test/Transforms/IndVarSimplify/
H A Dchecks_against_min_value.ll4 define void @test_signed(i32 %start) {
5 ; CHECK-LABEL: @test_signed(
/llvm-project/clang/test/CodeGenCXX/
H A Dcxx2a-compare.cpp15 auto test_signed(int x, int y) { in test_signed() function
/llvm-project/libcxx/test/std/utilities/charconv/charconv.to.chars/
H A Dintegral.pass.cpp177 struct test_signed : to_chars_test_base<T>
299 run<test_signed>(all_signed); in test()
174 struct test_signed : to_chars_test_base<T> global() struct
179 operator ()test_signed operator ()() argument
/llvm-project/clang/test/Analysis/
H A Didentical-expressions.cpp