/external/clang/test/OpenMP/ |
D | target_exit_data_ast_print.cpp | 14 #pragma omp target exit data map(from: i) in tmain() 16 #pragma omp target exit data map(from: i) if (target exit data: j > 0) in tmain() 18 #pragma omp target exit data map(from: i) if (b) in tmain() 20 #pragma omp target exit data map(from: c) in tmain() 22 #pragma omp target exit data map(from: c) if(b>e) in tmain() 24 #pragma omp target exit data map(release: x[0:10], c) in tmain() 26 #pragma omp target exit data map(delete: x[0:10]) in tmain() 28 #pragma omp target exit data map(always, delete: x[0:10]) in tmain() 30 #pragma omp target exit data map(from: c) map(release: d) in tmain() 32 #pragma omp target exit data map(always,release: e) in tmain() [all …]
|
/external/swiftshader/third_party/subzero/tests_lit/reader_tests/ |
D | switch.ll | 9 switch i32 %a, label %exit [ 11 exit: 17 ; CHECK-NEXT: switch i32 %a, label %exit [ 19 ; CHECK-NEXT: exit: 128 switch i32 %a, label %exit [ 129 i32 -2147483649, label %exit ; min signed i32 - 1 130 i32 2147483648, label %exit ; max signed i32 + 1 132 exit: 138 ; CHECK-NEXT: switch i32 %a, label %exit [ 139 ; CHECK-NEXT: i32 2147483647, label %exit [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | 2009-06-15-RegScavengerAssert.ll | 25 bb6.i8: ; preds = %memory_CalculateRealBlockSize1374.exit.i, %entry 26 br i1 undef, label %memory_CalculateRealBlockSize1374.exit.i, label %bb.i.i9 29 br label %memory_CalculateRealBlockSize1374.exit.i 31 memory_CalculateRealBlockSize1374.exit.i: ; preds = %bb.i.i9, %bb6.i8 37 br i1 undef, label %memory_Init.exit, label %bb6.i8 39 memory_Init.exit: ; preds = %memory_CalculateRealBlockSize1374.exit.i 42 bb.i.i: ; preds = %bb.i.i, %memory_Init.exit 43 br i1 undef, label %symbol_Init.exit, label %bb.i.i 45 symbol_Init.exit: ; preds = %bb.i.i 48 bb.i.i67: ; preds = %bb.i.i67, %symbol_Init.exit [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | 2009-06-15-RegScavengerAssert.ll | 25 bb6.i8: ; preds = %memory_CalculateRealBlockSize1374.exit.i, %entry 26 br i1 undef, label %memory_CalculateRealBlockSize1374.exit.i, label %bb.i.i9 29 br label %memory_CalculateRealBlockSize1374.exit.i 31 memory_CalculateRealBlockSize1374.exit.i: ; preds = %bb.i.i9, %bb6.i8 37 br i1 undef, label %memory_Init.exit, label %bb6.i8 39 memory_Init.exit: ; preds = %memory_CalculateRealBlockSize1374.exit.i 42 bb.i.i: ; preds = %bb.i.i, %memory_Init.exit 43 br i1 undef, label %symbol_Init.exit, label %bb.i.i 45 symbol_Init.exit: ; preds = %bb.i.i 48 bb.i.i67: ; preds = %bb.i.i67, %symbol_Init.exit [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | 2009-06-15-RegScavengerAssert.ll | 25 bb6.i8: ; preds = %memory_CalculateRealBlockSize1374.exit.i, %entry 26 br i1 undef, label %memory_CalculateRealBlockSize1374.exit.i, label %bb.i.i9 29 br label %memory_CalculateRealBlockSize1374.exit.i 31 memory_CalculateRealBlockSize1374.exit.i: ; preds = %bb.i.i9, %bb6.i8 37 br i1 undef, label %memory_Init.exit, label %bb6.i8 39 memory_Init.exit: ; preds = %memory_CalculateRealBlockSize1374.exit.i 42 bb.i.i: ; preds = %bb.i.i, %memory_Init.exit 43 br i1 undef, label %symbol_Init.exit, label %bb.i.i 45 symbol_Init.exit: ; preds = %bb.i.i 48 bb.i.i67: ; preds = %bb.i.i67, %symbol_Init.exit [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-46.ll | 16 br i1 %cmp, label %exit, label %store 20 br label %exit 22 exit: 35 br i1 %cmp, label %exit, label %store 39 br label %exit 41 exit: 54 br i1 %cmp, label %exit, label %store 58 br label %exit 60 exit: 72 br i1 %cmp, label %exit, label %store [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-46.ll | 16 br i1 %cmp, label %exit, label %store 20 br label %exit 22 exit: 35 br i1 %cmp, label %exit, label %store 39 br label %exit 41 exit: 54 br i1 %cmp, label %exit, label %store 58 br label %exit 60 exit: 72 br i1 %cmp, label %exit, label %store [all …]
|
/external/libexif/ |
D | config.guess | 49 -h, --help print this help, then exit 50 -t, --time-stamp print date of last modification, then exit 51 -v, --version print version number, then exit 72 echo "$timestamp" ; exit ;; 74 echo "$version" ; exit ;; 76 echo "$usage"; exit ;; 83 exit 1 ;; 91 exit 1 94 trap 'exit 1' 1 2 15 107 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; [all …]
|
/external/libnetfilter_conntrack/ |
D | config.guess | 49 -h, --help print this help, then exit 50 -t, --time-stamp print date of last modification, then exit 51 -v, --version print version number, then exit 73 echo "$timestamp" ; exit ;; 75 echo "$version" ; exit ;; 77 echo "$usage"; exit ;; 84 exit 1 ;; 92 exit 1 95 trap 'exit 1' 1 2 15 108 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; [all …]
|
/external/libnfnetlink/ |
D | config.guess | 49 -h, --help print this help, then exit 50 -t, --time-stamp print date of last modification, then exit 51 -v, --version print version number, then exit 73 echo "$timestamp" ; exit ;; 75 echo "$version" ; exit ;; 77 echo "$usage"; exit ;; 84 exit 1 ;; 92 exit 1 95 trap 'exit 1' 1 2 15 108 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; [all …]
|
/external/python/cpython2/ |
D | config.guess | 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 65 echo "$timestamp" ; exit ;; 67 echo "$version" ; exit ;; 69 echo "$usage"; exit ;; 76 exit 1 ;; 84 exit 1 87 trap 'exit 1' 1 2 15 100 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; [all …]
|
/external/pcre/dist2/ |
D | config.guess | 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 65 echo "$timestamp" ; exit ;; 67 echo "$version" ; exit ;; 69 echo "$usage"; exit ;; 76 exit 1 ;; 84 exit 1 87 trap 'exit 1' 1 2 15 100 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; [all …]
|
/external/strace/ |
D | config.guess | 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 65 echo "$timestamp" ; exit ;; 67 echo "$version" ; exit ;; 69 echo "$usage"; exit ;; 76 exit 1 ;; 84 exit 1 87 trap 'exit 1' 1 2 15 100 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; [all …]
|
/external/jemalloc_new/build-aux/ |
D | config.guess | 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 65 echo "$timestamp" ; exit ;; 67 echo "$version" ; exit ;; 69 echo "$usage"; exit ;; 76 exit 1 ;; 84 exit 1 87 trap 'exit 1' 1 2 15 100 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; [all …]
|
/external/jemalloc/build-aux/ |
D | config.guess | 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 65 echo "$timestamp" ; exit ;; 67 echo "$version" ; exit ;; 69 echo "$usage"; exit ;; 76 exit 1 ;; 84 exit 1 87 trap 'exit 1' 1 2 15 100 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; [all …]
|
/external/libxkbcommon/xkbcommon/build-aux/ |
D | config.guess | 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 65 echo "$timestamp" ; exit ;; 67 echo "$version" ; exit ;; 69 echo "$usage"; exit ;; 76 exit 1 ;; 84 exit 1 87 trap 'exit 1' 1 2 15 100 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; [all …]
|
/external/iperf3/config/ |
D | config.guess | 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 65 echo "$timestamp" ; exit ;; 67 echo "$version" ; exit ;; 69 echo "$usage"; exit ;; 76 exit 1 ;; 84 exit 1 87 trap 'exit 1' 1 2 15 100 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | config.guess | 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 65 echo "$timestamp" ; exit ;; 67 echo "$version" ; exit ;; 69 echo "$usage"; exit ;; 76 exit 1 ;; 84 exit 1 87 trap 'exit 1' 1 2 15 100 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; [all …]
|
/external/stressapptest/ |
D | config.guess | 49 -h, --help print this help, then exit 50 -t, --time-stamp print date of last modification, then exit 51 -v, --version print version number, then exit 72 echo "$timestamp" ; exit ;; 74 echo "$version" ; exit ;; 76 echo "$usage"; exit ;; 83 exit 1 ;; 91 exit 1 94 trap 'exit 1' 1 2 15 107 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; [all …]
|
/external/fec/ |
D | config.guess | 49 -h, --help print this help, then exit 50 -t, --time-stamp print date of last modification, then exit 51 -v, --version print version number, then exit 72 echo "$timestamp" ; exit ;; 74 echo "$version" ; exit ;; 76 echo "$usage"; exit ;; 83 exit 1 ;; 91 exit 1 94 trap 'exit 1' 1 2 15 107 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; [all …]
|
/external/libpcap/ |
D | config.guess | 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 65 echo "$timestamp" ; exit ;; 67 echo "$version" ; exit ;; 69 echo "$usage"; exit ;; 76 exit 1 ;; 84 exit 1 87 trap 'exit 1' 1 2 15 100 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; [all …]
|
/external/ImageMagick/config/ |
D | config.guess | 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 65 echo "$timestamp" ; exit ;; 67 echo "$version" ; exit ;; 69 echo "$usage"; exit ;; 76 exit 1 ;; 84 exit 1 87 trap 'exit 1' 1 2 15 100 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; [all …]
|
/external/openssh/ |
D | config.guess | 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 65 echo "$timestamp" ; exit ;; 67 echo "$version" ; exit ;; 69 echo "$usage"; exit ;; 76 exit 1 ;; 84 exit 1 87 trap 'exit 1' 1 2 15 100 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; [all …]
|
/external/curl/ |
D | config.guess | 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 65 echo "$timestamp" ; exit ;; 67 echo "$version" ; exit ;; 69 echo "$usage"; exit ;; 76 exit 1 ;; 84 exit 1 87 trap 'exit 1' 1 2 15 100 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; [all …]
|
/external/e2fsprogs/config/ |
D | config.guess | 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 65 echo "$timestamp" ; exit ;; 67 echo "$version" ; exit ;; 69 echo "$usage"; exit ;; 76 exit 1 ;; 84 exit 1 87 trap 'exit 1' 1 2 15 100 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; [all …]
|