Home
last modified time | relevance | path

Searched refs:parentheses (Results 1 – 25 of 383) sorted by relevance

12345678910>>...16

/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-macro-parentheses.rst1 .. 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/
Dwarning-wall.c87 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/
Dwarn-unreachable.m54 // 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}}
Didiomatic-parentheses.m3 // 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}} \
Dself-assign.m9 …]) {} // 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/
Dwarn-unreachable.m54 // 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}}
Didiomatic-parentheses.m3 // 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}} \
Dself-assign.m9 …]) {} // 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/
Dparentheses.cpp89 … 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/
Dparentheses.cpp89 … 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/
Dfixits-codeaction.test10 … "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…
Dfixits-command.test10 … "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…
Dcrash-non-added-files.test4 …thout parentheses"},{"range":{"start": {"line": 0, "character": 34}, "end": {"line": 0, "character…
/external/python/cpython3/Misc/
Dindent.pro9 --continue-at-parentheses
16 --no-space-after-parentheses
/external/python/cpython2/Misc/
Dindent.pro9 --continue-at-parentheses
16 --no-space-after-parentheses
/external/OpenCL-CTS/scripts/
Dandroid_bp_head69 "-Wno-logical-op-parentheses",
76 "-Wno-parentheses",
77 "-Wno-parentheses-equality",
/external/llvm-project/mlir/test/Pass/
Dpipeline-parsing.mlir9 // 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/
Dstructopt_name_value_attr.stderr1 error: expected parentheses: #[structopt(...)]
Dstructopt_empty_attr.stderr1 error: expected attribute arguments in parentheses: #[structopt(...)]
/external/libutf/
DMake.SunOS-sun4u-gcc2 CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c
DMake.Linux-power2 CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c -I.
DMake.Linux-3862 CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c -I.
DMake.Linux-x86_642 CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -fPIC -O2 -g -c -I.
DMake.FreeBSD-3862 CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c -I. -I$(PREFIX)/include
DMake.OpenBSD-3862 CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c -I. -I$(PREFIX)/include

12345678910>>...16