Home
last modified time | relevance | path

Searched refs:always (Results 1 – 25 of 1245) sorted by relevance

12345678910>>...50

/external/clang/test/SemaObjCXX/
Dwarn-objc-literal-conversion.mm24 …// 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/
Dtarget_map_messages.cpp63 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()
Dtarget_data_ast_print.cpp36 #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()
Dtarget_ast_print.cpp26 #pragma omp target map(always,alloc: i) in tmain()
113 #pragma omp target map(always,alloc: i) in main()
/external/llvm/test/Transforms/SimplifyCFG/
Dswitch_thread.ll21 ;; 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/
DRunGrepTest283 (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/
Dalways-inline.ll1 ; 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
Dnull-function.ll1 ; RUN: opt -print-before=always-inline -always-inline < %s -o /dev/null 2>&1 | FileCheck %s
/external/clang/test/Parser/
Dnullability.c11 # error Nullability should always be supported
15 # error Nullability should always be supported as an extension
/external/llvm/docs/HistoricalNotes/
D2001-02-06-TypeNotationDebateResp2.txt18 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/
Dmallctl.c163 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/
Dbranch-pseudos.s68 # 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/
Dcontrol.dummy16 This is a dummy test suite. It runs dummy tests that always pass or always fail
/external/mesa3d/src/gallium/docs/source/cso/
Drasterizer.rst21 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/
Dinsertps-O0-bug.ll24 ; 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/
DVERSIONS7 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/
Dfunctional.copy_image.txt49 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/
Dint-cmp-26.ll32 ; 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.
Dint-cmp-19.ll32 ; 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.
Dint-cmp-27.ll32 ; 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.
Dint-cmp-18.ll32 ; 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.
Dint-cmp-29.ll32 ; 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.
Dint-cmp-28.ll32 ; 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.
Dint-cmp-16.ll32 ; 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.
Dint-cmp-17.ll32 ; 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.

12345678910>>...50