Home
last modified time | relevance | path

Searched refs:test_switch (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
Dswitch.js384 function test_switch(clause_type, test_type, feedback, optimize) { function
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/llvm/test/Transforms/SimplifyCFG/
Ddce-cond-after-folding-terminator.ll18 define void @test_switch(i32 %x) nounwind {
20 ; CHECK-LABEL: @test_switch(
/external/llvm/test/Transforms/LoopVectorize/
Dno_switch.ll65 …tadata !{i32 786478, metadata !1, metadata !5, metadata !"test_switch", metadata !"test_switch", m…
/external/chromium_org/third_party/WebKit/Source/build/scripts/
Dmake_token_matcher_unittest.py47 def test_switch(self): member in MainLineProcessorTest
/external/clang/test/SemaCXX/
Darray-bounds.cpp141 void test_switch() { in test_switch() function
/external/llvm/test/Transforms/JumpThreading/
Dselect.ll37 ; CHECK-LABEL: @test_switch(
40 define void @test_switch(i1 %cond, i8 %value) nounwind {
/external/clang/test/Analysis/
Dmisc-ps.m1287 void test_switch() { function