Searched refs:test_switch (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/mjsunit/
H A Dswitch.js384 function test_switch(clause_type, test_type, feedback, optimize) { function
436 // test_switch(clause_type, test_type, feedback, optimize);
445 test_switch(clause_type, test_type, 'all', opt);
446 test_switch(clause_type, test_type, 'none', opt);
450 test_switch(clause_type, test_type, [value], value, opt);
451 test_switch(clause_type, test_type, value, value, opt);
/external/clang/test/SemaCXX/
H A Darray-bounds.cpp141 void test_switch() { function

Completed in 106 milliseconds