/external/clang/test/CodeGen/ |
switch.c | 5 switch (i) { 21 switch (i) { 35 switch (i) { 51 switch (i) { 75 // CHECK-NOT: switch 78 switch(0){ 87 // CHECK-NOT: switch 90 switch(0){ 95 // CHECK-NOT: switch 98 switch(0) [all...] |
2002-04-07-SwitchStmt.c | 8 switch (foo()) {
|
cxx-condition.cpp | 8 switch (int x=0) { }
|
/external/llvm/test/CodeGen/X86/ |
switch-or.ll | 3 ; Check that merging switch cases that differ in one bit works. 9 switch i32 %variable, label %if.end [
|
/external/llvm/test/CodeGen/XCore/ |
switch.ll | 3 define i32 @switch(i32 %i) { 5 switch i32 %i, label %default [
|
/dalvik/dx/tests/045-dex-switch-ops/ |
info.txt | 2 both kinds of switch op get converted reasonably.
|
/dalvik/dx/tests/072-dex-switch-edge-cases/ |
info.txt | 2 a bunch of switch op edge cases get converted reasonably.
|
/development/tools/emulator/opengl/host/libs/Translator/GLES_CM/ |
GLEScmValidate.cpp | 33 switch(f) { 48 switch(s) { 76 switch(arr) { 88 switch(target) { 97 switch(mode) { 108 switch(pname) { 123 switch(pname) { 151 switch(cap) { 186 switch(format) { 203 switch(d) [all...] |
/external/clang/test/Parser/ |
cxx-condition.cpp | 9 switch (int x = a+10) {}
|
/external/clang/test/Sema/ |
enum-packed.c | 9 switch (e) {
|
/external/clang/test/SemaCXX/ |
gnu-case-ranges.cpp | 13 switch (e)
|
short-enums.cpp | 14 switch (x) {
|
switch-0x.cpp | 9 switch(A()) { // expected-error{{explicit conversion to}}
|
/external/clang/test/SemaTemplate/ |
instantiate-case.cpp | 13 switch(1) {
|
/external/llvm/test/Transforms/SimplifyCFG/ |
switch-to-icmp.ll | 5 switch i32 %x, label %lor.rhs [ 20 ; CHECK: %switch = icmp ult i32 %x.off, 3 25 switch i32 %x, label %lor.rhs [ 38 ; CHECK: %switch = icmp ult i32 %x, 2
|
2003-08-17-FoldSwitch.ll | 2 ; RUN: not grep switch 6 switch i32 5, label %Default [ 26 switch i32 3, label %Default [ 48 switch i32 3, label %TheDest [ 58 ; Test folding switch -> branch 60 switch i32 %C, label %L1 [ 71 switch i32 %C, label %L1 [
|
switch_thread.ll | 4 ; Test that we can thread a simple known condition through switch statements. 13 switch i32 %V, label %A [ 21 ;; This switch is always statically determined. 22 switch i32 %V, label %A2 [ 51 switch i32 %V, label %A [ 59 ;; This switch is always statically determined. 60 switch i32 %V, label %E [
|
UnreachableEliminate.ll | 37 switch i32 %v, label %default [ 52 ; CHECK-NEXT: switch i32 %v, label %T [ 58 br label %SWITCH 61 SWITCH: 62 switch i32 %v, label %default [
|
/packages/inputmethods/LatinIME/java/res/xml-sw600dp/ |
kbd_row4_apostrophe_dash.xml | 24 <switch> 47 </switch> 48 <switch> 62 </switch>
|
/packages/inputmethods/LatinIME/java/res/xml-sw768dp/ |
kbd_row4_apostrophe_dash.xml | 24 <switch> 47 </switch> 48 <switch> 62 </switch>
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/ |
switch-004.js | 2 * File Name: switch-003.js 4 * Description: The switch Statement 6 * This uses variables and objects as case expressions in switch statements. 17 var SECTION = "switch-003"; 19 var TITLE = "The switch statement"; 64 switch ( input ) { 88 "switch with no breaks: input is " + input,
|
/dalvik/tests/052-verifier-fun/src/ |
Main.java | 26 switch (wanted) { 42 switch (wanted) { 59 switch (wanted) { 74 switch (wanted) { 98 switch (num) {
|
/external/skia/src/xml/ |
SkXMLPullParser.cpp | 54 switch (fCurr.fEventType) { 67 switch (fCurr.fEventType) { 80 switch (fCurr.fEventType) { 91 switch (fCurr.fEventType) { 102 switch (fCurr.fEventType) {
|
/external/webkit/Source/WebCore/manual-tests/inspector/ |
remember-last-script.html | 5 <li><p>open this page with Web Inspector, switch to the <b>Scripts</b> panel, enabling debug if required 12 <li><p>switch to the <b>Resources</b> panel 17 <li>open Web Inspector, switch to the <b>Scripts</b> panel, then close Web Inspector 19 <li><p>open Web Inspector, switch to the <b>Scripts</b> panel 24 <li>open Web Inspector, switch to the <b>Scripts</b> panel, then close Web Inspector
|
/external/icu4c/common/unicode/ |
uconfig.h | 39 * If this switch is defined, ICU will attempt to load a header file named "uconfig_local.h" 51 * This switch turns off modules that are not needed for collation. 82 * This switch turns off all file access in the common library 104 * ICU will not completely build with this switch turned on. 105 * This switch turns off all converters. 123 * This switch turns off all converters except for 139 * This switch turns off normalization. 161 * This switch turns off break iteration. 171 * This switch turns off IDNA. 183 * This switch turns off collation and collation-based string search [all...] |