Searched refs:test_int (Results 1 - 11 of 11) sorted by relevance

/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/
H A Dfill.pass.cpp37 test_int() function
55 test_int<forward_iterator<int*> >();
56 test_int<bidirectional_iterator<int*> >();
57 test_int<random_access_iterator<int*> >();
58 test_int<int*>();
H A Dfill_n.pass.cpp40 test_int() function
145 test_int<forward_iterator<int*> >();
146 test_int<bidirectional_iterator<int*> >();
147 test_int<random_access_iterator<int*> >();
148 test_int<int*>();
/external/clang/test/Sema/
H A Dwarn-absolute-value-header.c11 void test_int(int i, unsigned u, long long ll, float f, double d) { function
H A Dwarn-absolute-value.c16 void test_int(int x) { function
/external/compiler-rt/test/ubsan/TestCases/Float/
H A Dcast-overflow.cpp90 static int test_int = MaxFloatRepresentableAsInt + 0x80; local
96 static int test_int = MinFloatRepresentableAsInt - 0x100; local
107 static int test_int = (unsigned)(MaxFloatRepresentableAsUInt + 0x100); local
113 static int test_int = Inf; local
118 static int test_int = NaN; local
126 static int test_int = (float)(FloatMaxAsUInt128 + 1); local
/external/clang/test/CodeGenCXX/
H A Dblocks-cxx11.cpp7 namespace test_int { namespace
/external/shflags/src/
H A Dshflags_test_public.sh72 DEFINE_integer test_int 0 'test integer' i
112 DEFINE_integer test_int 0 'test integer' i
125 -i,--test_int: test integer (default: 0)
/external/autotest/client/common_lib/
H A Dglobal_config_unittest.py106 def test_int(self): member in class:global_config_test
H A Dcontrol_data_unittest.py179 def test_int(self): member in class:SetMethodTests
/external/clang/test/SemaCXX/
H A Dwarn-absolute-value.cpp35 void test_int(int x) { function
H A Dconstant-expression-cxx1y.cpp337 constexpr bool test_int() { function in namespace:compound_assign
361 static_assert(test_int(), "");

Completed in 1757 milliseconds