/external/libcxx/test/std/algorithms/alg.sorting/alg.merge/ |
D | merge.pass.cpp | 34 int* ic = new int[2*N]; in test() local 53 int* ic = new int[2*N]; in test() local
|
D | merge_comp.pass.cpp | 38 int* ic = new int[2*N]; in test() local 61 int* ic = new int[2*N]; in test() local
|
/external/clang/test/SemaTemplate/ |
D | temp_func_order.cpp | 61 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()
|
/external/v8/src/ic/ |
D | ic.cc | 689 Handle<Code> ic; in UpdatePolymorphicIC() local 755 Handle<Code> ic = PropertyICCompiler::ComputeMonomorphic( in UpdateMonomorphicIC() local 1349 Handle<Code> ic = in initialize_stub() local 2010 CallIC ic(isolate); in RUNTIME_FUNCTION() local 2025 CallIC ic(isolate); in RUNTIME_FUNCTION() local 2039 LoadIC ic(IC::NO_EXTRA_FRAME, isolate); in RUNTIME_FUNCTION() local 2054 KeyedLoadIC ic(IC::NO_EXTRA_FRAME, isolate); in RUNTIME_FUNCTION() local 2068 KeyedLoadIC ic(IC::EXTRA_CALL_FRAME, isolate); in RUNTIME_FUNCTION() local 2083 StoreIC ic(IC::NO_EXTRA_FRAME, isolate); in RUNTIME_FUNCTION() local 2098 StoreIC ic(IC::EXTRA_CALL_FRAME, isolate); in RUNTIME_FUNCTION() local [all …]
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/ |
D | rotate.pass.cpp | 55 int ic[] = {0, 1, 2}; in test() local 253 std::unique_ptr<int> ic[3]; in test1() local
|
/external/libcxx/test/std/algorithms/alg.nonmodifying/alg.find.first.of/ |
D | find_first_of.pass.cpp | 33 int ic[] = {7}; in main() local
|
D | find_first_of_pred.pass.cpp | 36 int ic[] = {7}; in main() local
|
/external/llvm/test/MC/AArch64/ |
D | arm64-diags.s | 330 ic ialluis, x0 label 332 ic iallu, x0 label 334 ic ivau label
|
/external/libcxx/test/std/numerics/complex.number/complex.member.ops/ |
D | minus_equal_complex.pass.cpp | 35 std::complex<int> ic (1,1); in test() local
|
D | times_equal_complex.pass.cpp | 35 std::complex<int> ic (1,1); in test() local
|
D | plus_equal_complex.pass.cpp | 35 std::complex<int> ic (1,1); in test() local
|
D | divide_equal_complex.pass.cpp | 35 std::complex<int> ic (1,1); in test() local
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/ |
D | unique.pass.cpp | 43 int ic[] = {0, 0}; in test() local 116 Ptr ic[2]; in test1() local
|
D | unique_pred.pass.cpp | 57 int ic[] = {0, 0}; in test() local 146 Ptr ic[2]; in test1() local
|
/external/libcxx/test/std/algorithms/alg.nonmodifying/alg.search/ |
D | search_n.pass.cpp | 60 int ic[] = {0, 0, 0}; in test() local
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.union/ |
D | set_union_comp.pass.cpp | 36 int ic[20]; in test() local
|
D | set_union.pass.cpp | 34 int ic[20]; in test() local
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/ |
D | set_symmetric_difference.pass.cpp | 35 int ic[20]; in test() local
|
D | set_symmetric_difference_comp.pass.cpp | 37 int ic[20]; in test() local
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.intersection/ |
D | set_intersection.pass.cpp | 34 int ic[20]; in test() local
|
D | set_intersection_comp.pass.cpp | 36 int ic[20]; in test() local
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/includes/ |
D | includes.pass.cpp | 31 int ic[] = {1, 2}; in test() local
|
D | includes_comp.pass.cpp | 32 int ic[] = {1, 2}; in test() local
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.reverse/ |
D | reverse.pass.cpp | 39 int ic[] = {0, 1, 2}; in test() local
|
/external/toybox/toys/pending/ |
D | iconv.c | 26 GLOBALS( in GLOBALS()
|