/llvm-project/libcxx/test/std/numerics/numeric.ops/numeric.ops.sat/ |
H A D | div_sat.pass.cpp | 25 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 D | sub_sat.pass.cpp | 25 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 D | mul_sat.pass.cpp | 25 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 D | add_sat.pass.cpp | 24 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 D | to_string.pass.cpp | 29 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 D | to_wstring.pass.cpp | 31 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 D | signed-integer-truncation-incdec.c | 59 void test_signed() { in test_signed() function 119 test_signed(); in main()
|
H A D | integer-conversion-incdec.c | 59 void test_signed() { in test_signed() function 119 test_signed(); in main()
|
H A D | integer-sign-change-incdec.c | 57 void test_signed() { in test_signed() function 117 test_signed(); in main()
|
/llvm-project/libcxx/test/std/utilities/charconv/charconv.from.chars/ |
H A D | integral.roundtrip.pass.cpp | 55 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 D | integral.pass.cpp | 87 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 D | unsigned-trapv.c | 11 void test_signed(void) { in test_signed() function
|
/llvm-project/llvm/test/Transforms/IndVarSimplify/ |
H A D | checks_against_min_value.ll | 4 define void @test_signed(i32 %start) { 5 ; CHECK-LABEL: @test_signed(
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | cxx2a-compare.cpp | 15 auto test_signed(int x, int y) { in test_signed() function
|
/llvm-project/libcxx/test/std/utilities/charconv/charconv.to.chars/ |
H A D | integral.pass.cpp | 177 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 D | identical-expressions.cpp |
|