Home
last modified time | relevance | path

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

12345678

/external/libcxx/test/std/algorithms/alg.sorting/alg.merge/
Dmerge.pass.cpp34 int* ic = new int[2*N]; in test() local
53 int* ic = new int[2*N]; in test() local
Dmerge_comp.pass.cpp38 int* ic = new int[2*N]; in test() local
61 int* ic = new int[2*N]; in test() local
/external/clang/test/SemaTemplate/
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()
/external/v8/src/ic/
Dic.cc689 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/
Drotate.pass.cpp55 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/
Dfind_first_of.pass.cpp33 int ic[] = {7}; in main() local
Dfind_first_of_pred.pass.cpp36 int ic[] = {7}; in main() local
/external/llvm/test/MC/AArch64/
Darm64-diags.s330 ic ialluis, x0 label
332 ic iallu, x0 label
334 ic ivau label
/external/libcxx/test/std/numerics/complex.number/complex.member.ops/
Dminus_equal_complex.pass.cpp35 std::complex<int> ic (1,1); in test() local
Dtimes_equal_complex.pass.cpp35 std::complex<int> ic (1,1); in test() local
Dplus_equal_complex.pass.cpp35 std::complex<int> ic (1,1); in test() local
Ddivide_equal_complex.pass.cpp35 std::complex<int> ic (1,1); in test() local
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
Dunique.pass.cpp43 int ic[] = {0, 0}; in test() local
116 Ptr ic[2]; in test1() local
Dunique_pred.pass.cpp57 int ic[] = {0, 0}; in test() local
146 Ptr ic[2]; in test1() local
/external/libcxx/test/std/algorithms/alg.nonmodifying/alg.search/
Dsearch_n.pass.cpp60 int ic[] = {0, 0, 0}; in test() local
/external/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.union/
Dset_union_comp.pass.cpp36 int ic[20]; in test() local
Dset_union.pass.cpp34 int ic[20]; in test() local
/external/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/
Dset_symmetric_difference.pass.cpp35 int ic[20]; in test() local
Dset_symmetric_difference_comp.pass.cpp37 int ic[20]; in test() local
/external/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.intersection/
Dset_intersection.pass.cpp34 int ic[20]; in test() local
Dset_intersection_comp.pass.cpp36 int ic[20]; in test() local
/external/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/includes/
Dincludes.pass.cpp31 int ic[] = {1, 2}; in test() local
Dincludes_comp.pass.cpp32 int ic[] = {1, 2}; in test() local
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.reverse/
Dreverse.pass.cpp39 int ic[] = {0, 1, 2}; in test() local
/external/toybox/toys/pending/
Diconv.c26 GLOBALS( in GLOBALS()

12345678