Home
last modified time | relevance | path

Searched defs:ic (Results 1 – 25 of 54) sorted by relevance

123

/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.find.first.of/
H A Dfind_first_of.pass.cpp26 int ic[] = {0, 1, 2, 3, 4, 5, 0, 1, 2, 3}; in test_constexpr() local
52 int ic[] = {7}; in main() local
H A Dfind_first_of_pred.pass.cpp28 int ic[] = {0, 1, 2, 3, 4, 5, 0, 1, 2, 3}; in test_constexpr() local
55 int ic[] = {7}; in main() local
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_func_order.cpp61 void test_f4(int i, const int ic) { in test_f4()
72 void test_f5(int i, const int ic) { in test_f5()
82 void test_f6(int i, const int ic) { in test_f6()
/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.search/
H A Dsearch_pred.pass.cpp28 int ic[] = {0, 1, 2, 0, 1, 2, 3, 0, 1, 2, 3, 4}; in test_constexpr() local
90 int ic[] = {1}; test() local
[all...]
H A Dsearch.pass.cpp39 int ic[] = {0, 1, 2, 0, 1, 2, 3, 0, 1, 2, 3, 4}; in test_constexpr() local
92 int ic[] = {1}; in test() local
H A Dsearch_n.pass.cpp70 int ic[] = {0, 0, 0}; in test() local
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/
H A Drotate.pass.cpp53 int ic[] = {0, 1, 2}; in test() local
253 std::unique_ptr<int> ic[3]; in test1() local
/llvm-project/libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/
H A Dhash.pass.cpp72 int ic[] = {1}; in test() local
106 char ic[] = {1}; in test2() local
H A Dpred.pass.cpp79 int ic[] = {1}; in test() local
113 char ic[] = {1}; in test2() local
H A Ddefault.pass.cpp67 int ic[] = {1}; in test() local
106 char ic[] = {1}; in test2() local
H A Dhash.pred.pass.cpp85 int ic[] = {1}; in test() local
119 char ic[] = {1}; in test2() local
/llvm-project/libcxx/test/std/utilities/function.objects/func.search/func.search.bm/
H A Dhash.pass.cpp73 int ic[] = {1}; in test() local
107 char ic[] = {1}; in test2() local
H A Dpred.pass.cpp82 int ic[] = {1}; in test() local
116 char ic[] = {1}; in test2() local
H A Dhash.pred.pass.cpp88 int ic[] = {1}; in test() local
125 char ic[] = {1}; in test2() local
H A Ddefault.pass.cpp68 int ic[] = {1}; in test() local
107 char ic[] = {1}; in test2() local
/llvm-project/libcxx/test/std/numerics/complex.number/complex.member.ops/
H A Dplus_equal_complex.pass.cpp37 std::complex<int> ic (1,1); in test() local
H A Dtimes_equal_complex.pass.cpp37 std::complex<int> ic (1,1); in test() local
H A Ddivide_equal_complex.pass.cpp38 std::complex<int> ic (1,1); in test() local
H A Dminus_equal_complex.pass.cpp37 std::complex<int> ic (1,1); in test() local
/llvm-project/llvm/test/MC/AArch64/
H A Darm64-diags.s391 ic ialluis, x0 label
393 ic iallu, x0 label
395 ic ivau label
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.reverse/
H A Dreverse.pass.cpp39 int ic[] = {0, 1, 2}; in test() local
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/includes/
H A Dincludes_comp.pass.cpp32 int ic[] = {2, 1}; in test() local
H A Dincludes.pass.cpp31 int ic[] = {1, 2}; in test() local
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/
H A Dbinary_transform.pass.cpp28 int ic[] = {0, 0, 0, 0, 0}; // one bigger in test_constexpr() local
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
H A Dunique.pass.cpp54 int ic[] = {0, 0}; in test() local
127 Ptr ic[2]; in test1() local

123