Home
last modified time | relevance | path

Searched refs:test_all (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/utilities/template.bitset/bitset.members/
H A Dall.pass.cpp18 void test_all() { in test_all() function
31 test_all<0>(); in main()
32 test_all<1>(); in main()
33 test_all<31>(); in main()
34 test_all<32>(); in main()
35 test_all<33>(); in main()
36 test_all<63>(); in main()
37 test_all<64>(); in main()
38 test_all<65>(); in main()
39 test_all<1000>(); in main()
/llvm-project-15.0.7/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
H A Dconst_optional_U.pass.cpp81 constexpr bool test_all() in test_all() function
96 test_all<int, short>(); in main()
97 test_all<X, int>(); in main()
98 test_all<Y, int>(); in main()
100 static_assert(test_all<int, short>()); in main()
101 static_assert(test_all<X, int>()); in main()
102 static_assert(test_all<Y, int>()); in main()
H A Doptional_U.pass.cpp64 TEST_CONSTEXPR_CXX20 bool test_all() in test_all() function
79 test_all<short, int>(); in main()
80 test_all<int, X>(); in main()
82 static_assert(test_all<short, int>()); in main()
83 static_assert(test_all<int, X>()); in main()
H A Dexplicit_const_optional_U.pass.cpp82 constexpr bool test_all() in test_all() function
98 test_all<X, int>(); in main()
99 test_all<Y, int>(); in main()
101 static_assert(test_all<X, int>()); in main()
102 static_assert(test_all<Y, int>()); in main()
/llvm-project-15.0.7/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dapply_large_arity.pass.cpp66 void test_all() in test_all() function
137 test_all<1>(); in main()
138 test_all<2>(); in main()
139 test_all<3>(); in main()
140 test_all<4>(); in main()
141 test_all<5>(); in main()
/llvm-project-15.0.7/llvm/utils/
H A Drsp_bisect.py166 test_all = test_modified_rsp(
170 if test0 == test_all:
174 print('First build directory returned ' + ('0' if test_all else '1'))
/llvm-project-15.0.7/libcxx/test/std/algorithms/
H A Dranges_robust_against_differing_projections.pass.cpp32 constexpr bool test_all() { in test_all() function
85 test_all(); in main()
86 static_assert(test_all()); in main()
H A Dranges_robust_against_nonbool_predicates.pass.cpp58 constexpr bool test_all() { in test_all() function
149 test_all(); in main()
150 static_assert(test_all()); in main()
H A Dranges_robust_against_proxy_iterators.pass.cpp178 constexpr bool test_all() { in test_all() function
186 test_all(); in main()
187 static_assert(test_all()); in main()
H A Dranges_robust_against_dangling.pass.cpp66 constexpr bool test_all() { in test_all() function
211 test_all(); in main()
212 static_assert(test_all()); in main()
H A Dranges_robust_against_omitting_invoke.pass.cpp59 constexpr bool test_all() { in test_all() function
178 test_all(); in main()
179 static_assert(test_all()); in main()
H A Drobust_against_proxy_iterators_lifetime_bugs.pass.cpp760 void test_all() { in test_all() function
768 test_all(); in main()
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dinline2.c64 int test_all(void) { in test_all() function
/llvm-project-15.0.7/flang/test/Evaluate/
H A Dfolding20.f9010 logical, parameter :: test_all = .not. all(odds) variable
/llvm-project-15.0.7/libcxx/test/libcxx/iterators/predef.iterators/__unconstrained_reverse_iterator/
H A Dtypes.compile.pass.cpp102 void test_all() { in test_all() function
/llvm-project-15.0.7/libcxx/test/std/iterators/predef.iterators/reverse.iterators/
H A Dtypes.compile.pass.cpp110 void test_all() { in test_all() function
/llvm-project-15.0.7/clang/test/PCH/
H A Dobjc_literals.m64 void test_all(void) { function
H A Dobjc_literals.mm64 void test_all() { function
/llvm-project-15.0.7/clang/utils/analyzer/
H A DSATest.py48 tests_passed = tester.test_all()
H A DSATestBuild.py250 def test_all(self) -> bool: member in RegressionTester