Searched refs:parentheses (Results 1 – 25 of 383) sorted by relevance
12345678910>>...16
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | bugprone-macro-parentheses.rst | 1 .. title:: clang-tidy - bugprone-macro-parentheses 3 bugprone-macro-parentheses 7 Finds macros that can have unexpected behaviour due to missing parentheses. 14 it with parentheses. This ensures that the macro result is evaluated 18 with parentheses. This ensures that the argument value is calculated
|
/external/llvm-project/clang/test/Misc/ |
D | warning-wall.c | 87 CHECK-NEXT: -Wlogical-op-parentheses 88 CHECK-NEXT: -Wlogical-not-parentheses 89 CHECK-NEXT: -Wbitwise-conditional-parentheses 90 CHECK-NEXT: -Wbitwise-op-parentheses 91 CHECK-NEXT: -Wshift-op-parentheses 92 CHECK-NEXT: -Woverloaded-shift-op-parentheses
|
/external/llvm-project/clang/test/SemaObjC/ |
D | warn-unreachable.m | 54 // Test "silencing" with parentheses. 56 …d-warning {{will never be executed}} expected-note {{silence by adding parentheses to mark code as… 59 if (YES) // expected-note {{silence by adding parentheses to mark code as explicitly dead}} 69 if (!YES) // expected-note {{silence by adding parentheses to mark code as explicitly dead}}
|
D | idiomatic-parentheses.m | 3 // Don't warn about some common ObjC idioms unless we have -Widiomatic-parentheses on. 30 …0) { // expected-warning {{using the result of an assignment as a condition without parentheses}} \ 31 … // expected-note {{place parentheses around the assignment to silence this warning}} \
|
D | self-assign.m | 9 …]) {} // expected-warning{{using the result of an assignment as a condition without parentheses}} \ 11 // expected-note{{place parentheses around the assignment to silence this warning}}
|
/external/clang/test/SemaObjC/ |
D | warn-unreachable.m | 54 // Test "silencing" with parentheses. 56 …d-warning {{will never be executed}} expected-note {{silence by adding parentheses to mark code as… 59 if (YES) // expected-note {{silence by adding parentheses to mark code as explicitly dead}} 69 if (!YES) // expected-note {{silence by adding parentheses to mark code as explicitly dead}}
|
D | idiomatic-parentheses.m | 3 // Don't warn about some common ObjC idioms unless we have -Widiomatic-parentheses on. 30 …0) { // expected-warning {{using the result of an assignment as a condition without parentheses}} \ 31 … // expected-note {{place parentheses around the assignment to silence this warning}} \
|
D | self-assign.m | 9 …]) {} // expected-warning{{using the result of an assignment as a condition without parentheses}} \ 11 // expected-note{{place parentheses around the assignment to silence this warning}}
|
/external/llvm-project/clang/test/Sema/ |
D | parentheses.cpp | 89 … expected-note {{place parentheses around the '+' expression to silence this warning}} in test() 94 … expected-note {{place parentheses around the '-' expression to silence this warning}} in test() 100 … expected-note {{place parentheses around the '+' expression to silence this warning}} in test()
|
/external/clang/test/Sema/ |
D | parentheses.cpp | 89 … expected-note {{place parentheses around the '+' expression to silence this warning}} in test() 94 … expected-note {{place parentheses around the '-' expression to silence this warning}} in test() 100 … expected-note {{place parentheses around the '+' expression to silence this warning}} in test()
|
/external/llvm-project/clang-tools-extra/clangd/test/ |
D | fixits-codeaction.test | 10 … "message": "Using the result of an assignment as a condition without parentheses (fixes availabl… 29 …:2,"message":"Using the result of an assignment as a condition without parentheses (fixes availabl… 37 … "message": "Using the result of an assignment as a condition without parentheses (fixes availabl… 85 # CHECK-NEXT: "title": "place parentheses around the assignment to silence this warning" 91 … "message": "Using the result of an assignment as a condition without parentheses (fixes availabl…
|
D | fixits-command.test | 10 … "message": "Using the result of an assignment as a condition without parentheses (fixes availabl… 29 …:2,"message":"Using the result of an assignment as a condition without parentheses (fixes availabl… 69 # CHECK-NEXT: "title": "Apply fix: place parentheses around the assignment to silence this war… 98 …:2,"message":"Using the result of an assignment as a condition without parentheses (fixes availabl… 139 # CHECK-NEXT: "title": "Apply fix: place parentheses around the assignment to silence this war…
|
D | crash-non-added-files.test | 4 …thout parentheses"},{"range":{"start": {"line": 0, "character": 34}, "end": {"line": 0, "character…
|
/external/python/cpython3/Misc/ |
D | indent.pro | 9 --continue-at-parentheses 16 --no-space-after-parentheses
|
/external/python/cpython2/Misc/ |
D | indent.pro | 9 --continue-at-parentheses 16 --no-space-after-parentheses
|
/external/OpenCL-CTS/scripts/ |
D | android_bp_head | 69 "-Wno-logical-op-parentheses", 76 "-Wno-parentheses", 77 "-Wno-parentheses-equality",
|
/external/llvm-project/mlir/test/Pass/ |
D | pipeline-parsing.mlir | 9 // CHECK_ERROR_1: encountered unbalanced parentheses while parsing pipeline 10 // CHECK_ERROR_2: encountered extra closing ')' creating unbalanced parentheses while parsing pipel…
|
/external/rust/crates/structopt/tests/ui/ |
D | structopt_name_value_attr.stderr | 1 error: expected parentheses: #[structopt(...)]
|
D | structopt_empty_attr.stderr | 1 error: expected attribute arguments in parentheses: #[structopt(...)]
|
/external/libutf/ |
D | Make.SunOS-sun4u-gcc | 2 CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c
|
D | Make.Linux-power | 2 CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c -I.
|
D | Make.Linux-386 | 2 CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c -I.
|
D | Make.Linux-x86_64 | 2 CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -fPIC -O2 -g -c -I.
|
D | Make.FreeBSD-386 | 2 CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c -I. -I$(PREFIX)/include
|
D | Make.OpenBSD-386 | 2 CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c -I. -I$(PREFIX)/include
|
12345678910>>...16