/external/clang/test/SemaObjCXX/ |
D | warn-objc-literal-conversion.mm | 24 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates… 29 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates… 31 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates… 33 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates… 35 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates… 40 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates… 42 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates… 44 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates… 46 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates… 51 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates… [all …]
|
/external/clang/test/OpenMP/ |
D | target_map_messages.cpp | 63 T to, tofrom, always; in tmain() local 128 #pragma omp target map(always, tofrom: x) in tmain() 129 #pragma omp target map(always: x) // expected-error {{missing map type}} in tmain() 130 #pragma omp target map(tofrom, always: x) // expected-error {{incorrect map type modifier, expected… in tmain() 131 #pragma omp target map(always, tofrom: always, tofrom, x) in tmain() 148 int to, tofrom, always; in main() local 198 #pragma omp target map(always, tofrom: x) in main() 199 #pragma omp target map(always: x) // expected-error {{missing map type}} in main() 200 #pragma omp target map(tofrom, always: x) // expected-error {{incorrect map type modifier, expected… in main() 201 #pragma omp target map(always, tofrom: always, tofrom, x) in main()
|
D | target_data_ast_print.cpp | 36 #pragma omp target data map(always,alloc: e) in tmain() 42 #pragma omp target map(always, alloc: e) in tmain() 155 #pragma omp target data map(always,alloc: e) in main() 165 #pragma omp target map(always, alloc: e) in main()
|
D | target_ast_print.cpp | 26 #pragma omp target map(always,alloc: i) in tmain() 113 #pragma omp target map(always,alloc: i) in main()
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | switch_thread.ll | 21 ;; This switch is always statically determined. 30 ;; always true 35 ;; always true 42 ;; always true 59 ;; This switch is always statically determined.
|
/external/pcre/dist/ |
D | RunGrepTest | 283 (cd $srcdir; $valgrind $pcregrep --colour=always jumps ./testdata/grepinputv) >>testtrygrep 295 (cd $srcdir; $valgrind $pcregrep -f./testdata/greplist --color=always ./testdata/grepinputx) >>test… 351 (cd $srcdir; $valgrind $pcregrep -vn --colour=always pattern ./testdata/grepinputx) >>testtrygrep 355 (cd $srcdir; $valgrind $pcregrep --color=always -M "triple:\t.*\n\n" ./testdata/grepinput3) >>testt… 363 (cd $srcdir; $valgrind $pcregrep --color=always "^01|^02|^03" ./testdata/grepinput) >>testtrygrep 367 (cd $srcdir; $valgrind $pcregrep -o --colour=always "^01|^02|^03" ./testdata/grepinput) >>testtrygr… 375 (cd $srcdir; $valgrind $pcregrep --color=always "^01|02|^03" ./testdata/grepinput) >>testtrygrep 379 (cd $srcdir; $valgrind $pcregrep -o --colour=always "^01|02|^03" ./testdata/grepinput) >>testtrygrep 387 (cd $srcdir; $valgrind $pcregrep --color=always "^01|^02|03" ./testdata/grepinput) >>testtrygrep 391 (cd $srcdir; $valgrind $pcregrep -o --colour=always "^01|^02|03" ./testdata/grepinput) >>testtrygrep [all …]
|
/external/llvm/test/Transforms/Inline/ |
D | always-inline.ll | 1 ; RUN: opt < %s -inline-threshold=0 -always-inline -S | FileCheck %s 4 ; RUN: opt < %s -inline-threshold=20000000 -always-inline -S | FileCheck %s 5 ; RUN: opt < %s -inline-threshold=-20000000 -always-inline -S | FileCheck %s 19 ; The always inliner can't DCE internal functions. PR2945 30 ; The always inliner (unlike the normal one) should be willing to inline
|
D | null-function.ll | 1 ; RUN: opt -print-before=always-inline -always-inline < %s -o /dev/null 2>&1 | FileCheck %s
|
/external/clang/test/Parser/ |
D | nullability.c | 11 # error Nullability should always be supported 15 # error Nullability should always be supported as an extension
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-02-06-TypeNotationDebateResp2.txt | 18 the upper bound. The lower bound is always implied to be zero, for 22 explicitly. Since the lower bound must always be known in a high level 26 short term. Java arrays are always zero based.
|
/external/jemalloc/test/unit/ |
D | mallctl.c | 163 TEST_MALLCTL_OPT(bool, abort, always); in TEST_BEGIN() 164 TEST_MALLCTL_OPT(size_t, lg_chunk, always); in TEST_BEGIN() 165 TEST_MALLCTL_OPT(const char *, dss, always); in TEST_BEGIN() 166 TEST_MALLCTL_OPT(unsigned, narenas, always); in TEST_BEGIN() 167 TEST_MALLCTL_OPT(const char *, purge, always); in TEST_BEGIN() 168 TEST_MALLCTL_OPT(ssize_t, lg_dirty_mult, always); in TEST_BEGIN() 169 TEST_MALLCTL_OPT(ssize_t, decay_time, always); in TEST_BEGIN() 170 TEST_MALLCTL_OPT(bool, stats_print, always); in TEST_BEGIN()
|
/external/llvm/test/MC/Mips/ |
D | branch-pseudos.s | 68 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken 88 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken 93 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken 117 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken 133 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken 142 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken 231 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken 255 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken 321 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken 345 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
|
/external/autotest/test_suites/ |
D | control.dummy | 16 This is a dummy test suite. It runs dummy tests that always pass or always fail
|
/external/mesa3d/src/gallium/docs/source/cso/ |
D | rasterizer.rst | 21 D3D11: seems always disabled 36 D3D11: seems always disabled 73 * ``PIPE_PRIMITIVE_POLYGON``: The provoking vertex is always the first 78 If it is not, the provoking vertex is always the last vertex. 175 always rasterized as quads). Any mismatch between these states should 203 Additionally Direct3D will always use quad rasterization rules for 212 Some renderers always internally translate points into quads; this state
|
/external/llvm/test/CodeGen/X86/ |
D | insertps-O0-bug.ll | 24 ; always considered unprofitable at -O0. This would leave the insertps mask 28 ; it assumes ISel to always be able to match an INSERTPSrm. This assumption is 29 ; not always correct at -O0. In this example, FastISel fails to lower the
|
/external/curl/docs/ |
D | VERSIONS | 7 The version numbering is always built up using the same system: 48 hexadecimal. All three number fields are always represented using two digits 52 This 6-digit hexadecimal number is always a greater number in a more recent
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.copy_image.txt | 49 always npot size and texture images are always created so that they are mipmap 50 complete. Random data is always generated so that it is valid for both formats
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-26.ll | 32 ; Check the next value up, with zero extension. The condition is always false. 45 ; This condition is also always false. 84 ; The condition is always false. 123 ; The condition is always false.
|
D | int-cmp-19.ll | 32 ; Check the next value up, with zero extension. The condition is always false. 45 ; This condition is also always false. 84 ; The condition is always false. 123 ; The condition is always false.
|
D | int-cmp-27.ll | 32 ; Check the next value up, with zero extension. The condition is always false. 45 ; This condition is also always false. 84 ; The condition is always false. 123 ; The condition is always false.
|
D | int-cmp-18.ll | 32 ; Check the next value up, with zero extension. The condition is always false. 45 ; This condition is also always false. 84 ; The condition is always false. 123 ; The condition is always false.
|
D | int-cmp-29.ll | 32 ; Check the next value up, with zero extension. The condition is always false. 45 ; This condition is also always false. 84 ; The condition is always false. 123 ; The condition is always false.
|
D | int-cmp-28.ll | 32 ; Check the next value up, with zero extension. The condition is always false. 45 ; This condition is also always false. 84 ; The condition is always false. 123 ; The condition is always false.
|
D | int-cmp-16.ll | 32 ; Check the next value up, with zero extension. The condition is always false. 45 ; This condition is also always false. 84 ; The condition is always false. 123 ; The condition is always false.
|
D | int-cmp-17.ll | 32 ; Check the next value up, with zero extension. The condition is always false. 45 ; This condition is also always false. 84 ; The condition is always false. 123 ; The condition is always false.
|