/llvm-project/libcxx/test/std/utilities/charconv/charconv.msvc/ |
H A D | test.cpp | 509 void test_integer() { in test_integer() 515 test_integer<char>(); in all_integer_tests() 516 test_integer<signed char>(); in all_integer_tests() 517 test_integer<unsigned char>(); in all_integer_tests() 518 test_integer<short>(); in all_integer_tests() 519 test_integer<unsigned short>(); in all_integer_tests() 520 test_integer<int>(); in all_integer_tests() 521 test_integer<unsigned int>(); in all_integer_tests() 522 test_integer<long>(); in all_integer_tests() 523 test_integer<unsigne in all_integer_tests() 508 void test_integer() { test_integer() function [all...] |
/llvm-project/llvm/test/CodeGen/AArch64/ |
H A D | arm64-fmax.ll | 59 define i64 @test_integer(i64 %in) { 60 ; CHECK-LABEL: test_integer:
|
H A D | arm64-fmax-safe.ll | 51 define i64 @test_integer(i64 %in) {
|
/llvm-project/clang/test/CodeGen/SystemZ/ |
H A D | builtins-systemz-vector3-error.c | 30 void test_integer(void) { in test_integer() function
|
H A D | builtins-systemz-vector3.c | 32 void test_integer(void) { in test_integer() function
|
H A D | builtins-systemz-vector2-error.c | 31 void test_integer(void) { in test_integer() function
|
H A D | builtins-systemz-zvector3-error.c | 64 void test_integer(void) { in test_integer() 62 void test_integer(void) { test_integer() function
|
H A D | builtins-systemz-zvector2-error.c | 123 void test_integer(void) { in test_integer() 121 void test_integer(void) { test_integer() function
|
H A D | builtins-systemz-vector2.c | 44 void test_integer(void) { in test_integer() function
|
H A D | builtins-systemz-vector-error.c | 43 void test_integer(void) { in test_integer() function
|
H A D | builtins-systemz-zvector-error.c | 430 void test_integer(void) { in test_integer() 422 void test_integer(void) { test_integer() function
|
H A D | builtins-systemz-zvector3.c | 267 void test_integer(void) { in test_integer() 268 // CHECK-ASM-LABEL: test_integer in test_integer() 253 void test_integer(void) { test_integer() function
|
H A D | builtins-systemz-zvector2.c | 498 void test_integer(void) { in test_integer() 499 // CHECK-ASM-LABEL: test_integer in test_integer() 479 void test_integer(void) { test_integer() function
|
H A D | builtins-systemz-vector.c | 115 void test_integer(void) { in test_integer() function
|
H A D | builtins-systemz-zvector.c | 2423 void test_integer(void) { in test_integer() 2424 // CHECK-ASM-LABEL: test_integer in test_integer() 2362 void test_integer(void) { test_integer() function
|
/llvm-project/flang/test/HLFIR/ |
H A D | associate.fir | 38 func.func @test_integer(%arg0: i32) { 45 // CHECK-LABEL: func.func @test_integer(
|
/llvm-project/llvm/utils/lit/tests/unit/ |
H A D | TestRunner.py | 146 def test_integer(self): member in TestIntegratedTestKeywordParser
|
/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.print/ |
H A D | locale-specific_form.pass.cpp | 157 static void test_integer() { in test_integer() 2232 test_integer(); in main() 156 static void test_integer() { test_integer() function
|
/llvm-project/libcxx/test/std/utilities/format/format.functions/ |
H A D | locale-specific_form.pass.cpp | 278 void test_integer() { in test_integer() 2320 test_integer<CharT>(); in test() 277 void test_integer() { test_integer() function
|