OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_switch
(Results
1 - 2
of
2
) sorted by null
/external/v8/test/mjsunit/
switch.js
384
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/
array-bounds.cpp
141
void
test_switch
() {
function
Completed in 53 milliseconds