Home
last modified time | relevance | path

Searched defs:test_int (Results 1 – 21 of 21) sorted by relevance

/llvm-project/compiler-rt/test/ubsan/TestCases/Float/
H A Dcast-overflow.cpp109 static int test_int = MaxFloatRepresentableAsInt + 0x80; in main() local
115 static int test_int = MinFloatRepresentableAsInt - 0x100; in main() local
126 static int test_int = (unsigned)(MaxFloatRepresentableAsUInt + 0x100); in main() local
132 static int test_int = Inf; in main() local
137 static int test_int = NaN; in main() local
145 static int test_int = (float)(FloatMaxAsUInt128 + 1); in main() local
/llvm-project/flang/test/Lower/OpenMP/
H A Ddeclare-target-link-tarop-cap.f908 integer :: test_int = 1 variable
/llvm-project/clang/test/Sema/
H A Dwarn-absolute-value-header.c11 void test_int(int i, unsigned u, long long ll, float f, double d) { in test_int() function
H A Dwarn-absolute-value.c16 void test_int(int x) { in test_int() function
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.fmtmap/
H A Dformat.functions.tests.h346 void test_int(TestFunction check, ExceptionTest check_exception, auto&& input) { test_int() function
442 void test_int(TestFunction check, ExceptionTest check_exception) { test_int() function
/llvm-project/clang/test/SemaCXX/
H A Dtautological-negation-compare.cpp7 void test_int(int x) { in test_int() function
H A Dwarn-absolute-value.cpp35 void test_int(int x) { in test_int() function
H A Dcompare-cxx2a.cpp402 void test_int(_Complex int x, _Complex int y) { // expected-warning 2 {{'_Complex' is a C99 extensi… in test_int() function
H A Dconstexpr-builtin-bit-cast.cpp43 void test_int() { in test_int() function
H A Dconstant-expression-cxx14.cpp361 constexpr bool test_int() { in test_int() function
/llvm-project/libcxx/test/std/containers/container.adaptors/container.adaptors.format/
H A Dformat.functions.tests.h423 void test_int(TestFunction check, ExceptionTest check_exception, auto&& input) { test_int() function
520 void test_int(TestFunction check, ExceptionTest check_exception) { test_int() function
/llvm-project/libcxx/test/std/utilities/optional/optional.comp_with_t/
H A Dcompare.three_way.pass.cpp70 constexpr void test_int() { in test_int() function
/llvm-project/clang/test/Analysis/
H A Dproduce-symbolcast_x64.cpp458 void test_int(int x) { in test_int() function
H A Dproduce-symbolcast_x86.cpp467 void test_int(int x) { in test_int() function
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.fmtset/
H A Dformat.functions.tests.h604 void test_int(TestFunction check, ExceptionTest check_exception, auto&& input) { test_int() function
702 void test_int(TestFunction check, ExceptionTest check_exception) { test_int() function
/llvm-project/clang/test/CodeGenCXX/
H A Dblocks-cxx11.cpp6 namespace test_int { namespace
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.formatter/
H A Dformat.functions.tests.h406 void test_int(TestFunction check, ExceptionTest check_exception, auto&& input) { test_int() function
503 void test_int(TestFunction check, ExceptionTest check_exception) { test_int() function
/llvm-project/clang/test/CodeGen/
H A Darm64_32-vaarg.c10 int test_int(OneInt input, va_list *mylist) { in test_int() function
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/
H A Dfill_n.pass.cpp53 test_int() in test_int() function
/llvm-project/polly/lib/External/isl/
H A Disl_test_python.py45 def test_int(i): function
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_arg_nontype.cpp275 void test_int() { enable_if_int<2>::type i; } // expected-error{{enable_if_int<2>'; did you mean 'enable_if_int<1>::type'?}} in test_int() function