Searched refs:test_switch (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/v8/test/mjsunit/ |
D | switch.js | 384 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/ |
D | dce-cond-after-folding-terminator.ll | 18 define void @test_switch(i32 %x) nounwind { 20 ; CHECK-LABEL: @test_switch(
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | no_switch.ll | 65 …tadata !{i32 786478, metadata !1, metadata !5, metadata !"test_switch", metadata !"test_switch", m…
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/ |
D | make_token_matcher_unittest.py | 47 def test_switch(self): member in MainLineProcessorTest
|
/external/clang/test/SemaCXX/ |
D | array-bounds.cpp | 141 void test_switch() { in test_switch() function
|
/external/llvm/test/Transforms/JumpThreading/ |
D | select.ll | 37 ; CHECK-LABEL: @test_switch( 40 define void @test_switch(i1 %cond, i8 %value) nounwind {
|
/external/clang/test/Analysis/ |
D | misc-ps.m | 1287 void test_switch() { function
|