Searched refs:statement (Results 1 – 24 of 24) sorted by relevance
| /Zephyr-latest/drivers/net/ |
| D | slip.h | 37 #define SLIP_STATS(statement) argument 40 #define SLIP_STATS(statement) statement argument
|
| /Zephyr-latest/doc/build/kconfig/ |
| D | extensions.rst | 24 The statement above is equivalent to: 60 - The ``source`` statement supports glob patterns and includes each matching 70 :file:`foo/bar/baz/Kconfig` and :file:`foo/bar/qaz/Kconfig`, the statement 84 filename to not exist), a separate ``osource`` (*optional source*) statement 92 - An ``rsource`` statement is available for including files specified with a 94 file that contains the ``rsource`` statement. 116 - An ``orsource`` statement is available that combines ``osource`` and 119 For example, the following statement will include :file:`Kconfig1` and
|
| D | tips.rst | 91 The ``select`` statement is used to force one symbol to ``y`` whenever another 891 The ``imply`` statement 894 The ``imply`` statement is similar to ``select``, but respects dependencies and
|
| /Zephyr-latest/scripts/coccinelle/ |
| D | deref_null.cocci | 43 statement S1,S2; 56 statement S1,S2,S3,S4; 117 statement S1,S2,S3,S4; 177 statement S1,S2,S3,S4; 239 statement S1,S2; 250 statement S1,S2,S3,S4;
|
| D | semicolon.cocci | 47 statement S;
|
| D | mini_lock.cocci | 68 statement S1,S2;
|
| /Zephyr-latest/doc/contribute/style/ |
| D | kconfig.rst | 14 statement.
|
| /Zephyr-latest/scripts/ci/ |
| D | pylintrc | 178 simplifiable-if-statement, 191 pointless-statement, 192 pointless-string-statement, 198 confusing-with-statement,
|
| /Zephyr-latest/doc/contribute/coding_guidelines/ |
| D | index.rst | 633 …- The controlling expression of an if statement and the controlling expression of an iteration-st… 640 - The goto statement shall jump to a label declared later in the same function 647 …Any label referenced by a goto statement shall be declared in the same block, or in any block encl… 654 - The body of an iteration-statement or a selection-statement shall be a compound-statement 657 ….edu/confluence/display/c/EXP19-C.+Use+braces+for+the+body+of+an+if%2C+for%2C+or+while+statement>`_ 661 - All if else if constructs shall be terminated with an else statement 675 …l only be used when the most closely-enclosing compound statement is the body of a switch statement 678 …ps://wiki.sei.cmu.edu/confluence/display/c/MSC20-C.+Do+not+use+a+switch+statement+to+transfer+cont… 682 - An unconditional break statement shall terminate every switch-clause 689 - Every switch statement shall have a default label [all …]
|
| /Zephyr-latest/cmake/sca/eclair/ECL/ |
| D | adopted_deviations.ecl | 38 -doc="Function \"z_object_lookup\", that is automatically generated, uses single-statement bodies n…
|
| /Zephyr-latest/scripts/ |
| D | checkpatch.pl | 1517 my $statement = substr($blk, $soff, $off - $soff + 1); 1525 return ($statement, $condition, 1574 my ($statement, $condition, $level); 1579 ($statement, $condition, $linenr, $remain, $off, $level) = 1582 push(@chunks, [ $condition, $statement ]); 1590 ($statement, $condition, $linenr, $remain, $off, $level) = 1595 push(@chunks, [ $condition, $statement ]); 5084 my $statement = $3; 5090 fix_insert_line($fixlinenr, "$space$statement;");
|
| /Zephyr-latest/cmake/compiler/iar/ |
| D | compiler_flags.cmake | 34 --diag_suppress=Pe111 # statement is unreachable
|
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | Kconfig.gatt | 161 to conform to the following statement from the Bluetooth 5.1
|
| /Zephyr-latest/ |
| D | LICENSE | 123 You may add Your own copyright statement to Your modifications and
|
| /Zephyr-latest/cmake/linker/iar/ |
| D | config_file_script.cmake | 814 # Generate the _init block and the initialize manually statement. 816 # no sections, since there will come a "place in XXX" statement later.
|
| /Zephyr-latest/doc/safety/ |
| D | safety_overview.rst | 219 If the 100% cannot be reached (e.g. statement coverage of defensive code) that part needs to be
|
| /Zephyr-latest/doc/releases/ |
| D | migration-guide-3.5.rst | 24 statement, that you can enable with :kconfig:option:`CONFIG_ASSERT`, will
|
| D | release-notes-3.0.rst | 1311 * :github:`38376` - Raw Socket Failure when using 2 Raw Sockets and zsock_select() statement - impr…
|
| D | release-notes-3.1.rst | 834 yaml`` statement. This was unused in upstream Zephyr; out of tree bindings
|
| D | release-notes-2.4.rst | 1842 * :github:`9893` - MISRA C Review switch statement usage
|
| D | release-notes-1.14.rst | 1909 * :github:`11146` - ext: debug: segger: rtt: SEGGER_RTT_Init() missing return statement
|
| /Zephyr-latest/doc/contribute/ |
| D | guidelines.rst | 131 statement and thereby agrees to the DCO.
|
| /Zephyr-latest/doc/develop/application/ |
| D | index.rst | 403 * As a ``set(<VARIABLE> <VALUE>)`` statement in your :file:`CMakeLists.txt`
|
| /Zephyr-latest/doc/ |
| D | zephyr.doxyfile.in | 672 # grouped member an include statement to the documentation, telling the reader 2892 # the !include statement in a PlantUML block.
|