Home
last modified time | relevance | path

Searched refs:statements (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/google/
H A Dreadability-braces-around-statements.rst1 .. 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 Dbraces-around-statements.rst1 .. 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 Dmultiway-paths-covered.rst8 …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 Dbraces-around-statements.rst1 .. 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 Dredundant-control-flow.rst7 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 Dfunction-size.rst20 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 Dcomplete-at-exprstmt.m26 …ftParen (}{Placeholder expression}{RightParen )}{LeftBrace {}{Placeholder statements}{RightBrace }}
28statements}{RightBrace }}{Text @catch}{LeftParen (}{Placeholder parameter}{RightParen )}{LeftBrace…
37 …ftParen (}{Placeholder expression}{RightParen )}{LeftBrace {}{Placeholder statements}{RightBrace }}
39statements}{RightBrace }}{Text @catch}{LeftParen (}{Placeholder parameter}{RightParen )}{LeftBrace…
/llvm-project-15.0.7/polly/utils/
H A Djscop2cloog.py6 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 Dopencl-unroll-hint.cl4 …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 Deditor-placeholder-recovery.cpp43 <#statements#> in avoidPlaceholderErrors()
54 <#statements#> in avoidPlaceholderErrors()
H A Dobjc-implementation-attrs.m5 // 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 Dmsp430-separator.s3 ; 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 Dassignment-in-if-condition.rst6 Finds assignments within conditions of `if` statements.
12 …rgroup.com/embedded-systems/books/embedded-c-coding-standard/statement-rules/if-else-statements>`_.
H A Dbranch-clone.rst7 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 Dcxx_proto.proto85 repeated Statement statements = 1; field
89 required StatementSeq statements = 1; field
/llvm-project-15.0.7/polly/test/ForwardOpTree/
H A Dnoforward_from_region.ll3 ; 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 Dforward_into_region.ll3 ; Move instructions to region statements.
58 ; CHECK: After statements {
H A Dforward_from_region.ll3 ; Move instructions from region statements.
60 ; CHECK: After statements {
/llvm-project-15.0.7/polly/test/Simplify/
H A Dnotredundant_region_middle.ll4 ; 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 Dpattern-failure.pdll15 // 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 DJSONExporter.cpp276 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 Dgranularity_same_name.ll7 ; 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 Dproto_to_cxx.cpp79 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-tidy1 Checks: '-readability-braces-around-statements'
/llvm-project-15.0.7/polly/test/JSONExporter/ImportSchedule/
H A DImportSchedule-Wrong-number-statements.ll3 ; 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.

12345678910>>...15