| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/google/ |
| H A D | readability-braces-around-statements.rst | 1 .. title:: clang-tidy - google-readability-braces-around-statements 3 :http-equiv=refresh: 5;URL=../readability/braces-around-statements.html 5 google-readability-braces-around-statements 8 The google-readability-braces-around-statements check is an alias, please see 9 `readability-braces-around-statements <../readability/braces-around-statements.html>`_
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/hicpp/ |
| H A D | braces-around-statements.rst | 1 .. title:: clang-tidy - hicpp-braces-around-statements 3 :http-equiv=refresh: 5;URL=../readability/braces-around-statements.html 5 hicpp-braces-around-statements 8 The `hicpp-braces-around-statements` check is an alias, please see 9 `readability-braces-around-statements <../readability/braces-around-statements.html>`_
|
| H A D | multiway-paths-covered.rst | 8 …codingstandard.com/rule/6-1-2-explicitly-cover-all-paths-through-multi-way-selection-statements/>`_ 31 Similar arguments hold for ``switch`` statements which do not cover all possible code paths. 63 Degenerated ``switch`` statements without any labels are caught as well.
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/ |
| H A D | braces-around-statements.rst | 1 .. title:: clang-tidy - readability-braces-around-statements 3 readability-braces-around-statements 6 `google-readability-braces-around-statements` redirects here as an alias for 9 Checks that bodies of ``if`` statements and loops (``for``, ``do while``, and 37 `0` means that braces will be added to all statements (not having them
|
| H A D | redundant-control-flow.rst | 7 statements at the end of the function. Such ``return`` statements are redundant. 9 Loop statements (``for``, ``while``, ``do while``) are checked for redundant 10 ``continue`` statements at the end of the loop body.
|
| H A D | function-size.rst | 20 Flag functions exceeding this number of statements. This may differ 26 Flag functions exceeding this number of control statements. The default is 36 Flag compound statements which create next nesting level after
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | complete-at-exprstmt.m | 26 …ftParen (}{Placeholder expression}{RightParen )}{LeftBrace {}{Placeholder statements}{RightBrace }} 28 …statements}{RightBrace }}{Text @catch}{LeftParen (}{Placeholder parameter}{RightParen )}{LeftBrace… 37 …ftParen (}{Placeholder expression}{RightParen )}{LeftBrace {}{Placeholder statements}{RightBrace }} 39 …statements}{RightBrace }}{Text @catch}{LeftParen (}{Placeholder parameter}{RightParen )}{LeftBrace…
|
| /llvm-project-15.0.7/polly/utils/ |
| H A D | jscop2cloog.py | 6 statements = scop['statements']; 7 numStatements = len(statements) 19 statements = scop['statements']; 20 numStatements = len(statements)
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | opencl-unroll-hint.cl | 4 …pected-error {{'opencl_unroll_hint' attribute only applies to 'for', 'while', and 'do' statements}} 13 …pected-error {{'opencl_unroll_hint' attribute only applies to 'for', 'while', and 'do' statements}} 16 …pected-error {{'opencl_unroll_hint' attribute only applies to 'for', 'while', and 'do' statements}}
|
| H A D | editor-placeholder-recovery.cpp | 43 <#statements#> in avoidPlaceholderErrors() 54 <#statements#> in avoidPlaceholderErrors()
|
| H A D | objc-implementation-attrs.m | 5 // expected-warning@+1 {{'always_inline' attribute only applies to functions and statements}} 9 // expected-warning@+1 {{'always_inline' attribute only applies to functions and statements}} 13 // expected-warning@+1 {{'always_inline' attribute only applies to functions and statements}}
|
| /llvm-project-15.0.7/llvm/test/MC/MSP430/ |
| H A D | msp430-separator.s | 3 ; MSP430 supports multiple assembly statements on the same line 7 ; multiple statements correctly parsed.
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | assignment-in-if-condition.rst | 6 Finds assignments within conditions of `if` statements. 12 …rgroup.com/embedded-systems/books/embedded-c-coding-standard/statement-rules/if-else-statements>`_.
|
| H A D | branch-clone.rst | 7 repeated branches in ``switch`` statements and identical true and false 38 In ``switch`` statements the check only reports repeated branches when they are 86 Unlike if statements, the check does not detect chains of conditional
|
| /llvm-project-15.0.7/clang/tools/clang-fuzzer/ |
| H A D | cxx_proto.proto | 85 repeated Statement statements = 1; field 89 required StatementSeq statements = 1; field
|
| /llvm-project-15.0.7/polly/test/ForwardOpTree/ |
| H A D | noforward_from_region.ll | 3 ; Ensure we do not move instructions from region statements in case the 5 ; within the region. This is necessary as complex region statements may prevent
|
| H A D | forward_into_region.ll | 3 ; Move instructions to region statements. 58 ; CHECK: After statements {
|
| H A D | forward_from_region.ll | 3 ; Move instructions from region statements. 60 ; CHECK: After statements {
|
| /llvm-project-15.0.7/polly/test/Simplify/ |
| H A D | notredundant_region_middle.ll | 4 ; Do not remove redundant stores in the middle of region statements. 6 ; determine the relative ordering of block in region statements.
|
| /llvm-project-15.0.7/mlir/test/mlir-pdll/Parser/ |
| H A D | pattern-failure.pdll | 15 // CHECK: `return` statements are only permitted within a `Constraint` or `Rewrite` body 29 …CHECK: Pattern body was terminated by an operation rewrite statement, but found trailing statements
|
| /llvm-project-15.0.7/polly/lib/Exchange/ |
| H A D | JSONExporter.cpp | 276 const json::Array &statements = *JScop.getArray("statements"); in importSchedule() local 279 if (statements.size() != S.getSize()) { in importSchedule() 287 if (!statements[Index].getAsObject()->get("schedule")) { in importSchedule() 292 statements[Index].getAsObject()->getString("schedule"); in importSchedule() 358 const json::Array &statements = *JScop.getArray("statements"); in importAccesses() local 361 if (statements.size() != S.getSize()) { in importAccesses() 368 const json::Object *Statement = statements[StatementIdx].getAsObject(); in importAccesses()
|
| /llvm-project-15.0.7/polly/test/ScopInfo/ |
| H A D | granularity_same_name.ll | 7 ; basic block is split into multiple statements. 9 ; statements, but are removed because those have no side-effects.
|
| /llvm-project-15.0.7/clang/tools/clang-fuzzer/proto-to-cxx/ |
| H A D | proto_to_cxx.cpp | 79 for (auto &st : x.statements()) os << st; in operator <<() 83 return os << "void foo(int *a) {\n" << x.statements() << "}\n"; in operator <<()
|
| /llvm-project-15.0.7/flang/tools/ |
| H A D | .clang-tidy | 1 Checks: '-readability-braces-around-statements'
|
| /llvm-project-15.0.7/polly/test/JSONExporter/ImportSchedule/ |
| H A D | ImportSchedule-Wrong-number-statements.ll | 3 ; CHECK: The number of indices and the number of statements differ. 5 ; Verify if the JSONImporter check if there is the right number of statements.
|