Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/
H A Dfill.pass.cpp48 test_int() in test_int() function
66 test_int<forward_iterator<int*> >(); in main()
67 test_int<bidirectional_iterator<int*> >(); in main()
68 test_int<random_access_iterator<int*> >(); in main()
69 test_int<int*>(); in main()
H A Dfill_n.pass.cpp53 test_int() in test_int() function
156 test_int<cpp17_output_iterator<int*> >(); in main()
157 test_int<forward_iterator<int*> >(); in main()
158 test_int<bidirectional_iterator<int*> >(); in main()
159 test_int<random_access_iterator<int*> >(); in main()
160 test_int<int*>(); in main()
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dinline-asm-physical-fpr.ll18 define dso_local signext i32 @test_int(double %a, double %b) {
24 ; CHECK-LABEL: test_int
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_test_python.py44 def test_int(i): function
54 test_int(sys.maxsize)
55 test_int(-sys.maxsize - 1)
56 test_int(0)
/llvm-project-15.0.7/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-15.0.7/llvm/test/Transforms/IndVarSimplify/
H A Dlftr-pr41998.ll6 define void @test_int(i32 %start, i32* %p) {
7 ; CHECK-LABEL: @test_int(
/llvm-project-15.0.7/clang/test/CodeGen/
H A Darm64_32-vaarg.c10 int test_int(OneInt input, va_list *mylist) { in test_int() function
/llvm-project-15.0.7/llvm/test/Transforms/LoopBoundSplit/
H A Dbug-loop-bound-split-phi-in-exit-block.ll7 define i16 @test_int() {
8 ; CHECK-LABEL: @test_int(
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dblocks-cxx11.cpp7 namespace test_int { namespace
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Davx-intel-ocl.ll117 ; X86-LABEL: test_int
124 ; X64-LABEL: test_int
129 define i32 @test_int(i32 %a, i32 %b) nounwind {
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-dagcombiner-load-slicing.ll40 ; CHECK-LABEL: @test_int
47 define void @test_int(%class.Complex_int* nocapture %out, i64 %out_start) {
/llvm-project-15.0.7/clang/test/SemaCXX/
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.cpp360 constexpr bool test_int() { in test_int() function
392 static_assert(test_int(), "");
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dtemp_arg_nontype.cpp276 …void test_int() { enable_if_int<2>::type i; } // expected-error{{enable_if_int<2>'; did you mean '… in test_int() function
/llvm-project-15.0.7/clang/test/SemaOpenCL/
H A Dfdeclare-opencl-builtins.cl249 char4 test_int(char c, char4 c4) {
/llvm-project-15.0.7/clang/test/Analysis/
H A Dproduce-symbolcast_x86.cpp467 void test_int(int x) { in test_int() function
H A Dproduce-symbolcast_x64.cpp458 void test_int(int x) { in test_int() function