Home
last modified time | relevance | path

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

/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/
Dfill.pass.cpp37 test_int() in test_int() function
55 test_int<forward_iterator<int*> >(); in main()
56 test_int<bidirectional_iterator<int*> >(); in main()
57 test_int<random_access_iterator<int*> >(); in main()
58 test_int<int*>(); in main()
Dfill_n.pass.cpp40 test_int() in test_int() function
145 test_int<forward_iterator<int*> >(); in main()
146 test_int<bidirectional_iterator<int*> >(); in main()
147 test_int<random_access_iterator<int*> >(); in main()
148 test_int<int*>(); in main()
/external/compiler-rt/test/ubsan/TestCases/Float/
Dcast-overflow.cpp87 static int test_int = MaxFloatRepresentableAsInt + 0x80; in main() local
101 static int test_int = (unsigned)(MaxFloatRepresentableAsUInt + 0x100); in main() local
107 static int test_int = Inf; in main() local
118 static int test_int = (float)(FloatMaxAsUInt128 + 1); in main() local
/external/clang/test/Sema/
Dwarn-absolute-value-header.c11 void test_int(int i, unsigned u, long long ll, float f, double d) { in test_int() function
Dwarn-absolute-value.c16 void test_int(int x) { in test_int() function
/external/clang/test/CodeGenCXX/
Dblocks-cxx11.cpp7 namespace test_int { namespace
/external/llvm/test/CodeGen/X86/
Davx-intel-ocl.ll116 ; X32-LABEL: test_int
123 ; X64-LABEL: test_int
128 define i32 @test_int(i32 %a, i32 %b) nounwind {
/external/llvm/test/CodeGen/AArch64/
Darm64-dagcombiner-load-slicing.ll40 ; CHECK-LABEL: @test_int
47 define void @test_int(%class.Complex_int* nocapture %out, i64 %out_start) {
/external/clang/test/SemaCXX/
Dwarn-absolute-value.cpp35 void test_int(int x) { in test_int() function
Dconstant-expression-cxx1y.cpp339 constexpr bool test_int() { in test_int() function
363 static_assert(test_int(), "");