Lines Matching +refs:llvm +refs:mode +refs:syntax +refs:table
50 Pigweed uses `clang-format <https://clang.llvm.org/docs/ClangFormat.html>`_ to
257 The syntax ``while (true)`` is preferred over ``for (;;)`` for infinite loops.
282 <https://llvm.org/docs/CodingStandards.html#use-early-exits-and-continue-to-simplify-code>`_.
323 // Error case: Not in low power mode; shouldn't do anything.
325 LOG_ERROR("Not in low power mode");
350 // Error case: Not in low power mode; shouldn't do anything.
356 LOG_ERROR("Not in low power mode");
990 for the ReST heading syntax.
1133 Consider using ``.. list-table::`` syntax, which is more maintainable and
1135 <https://docutils.sourceforge.io/docs/ref/rst/directives.html#list-table>`_).
1390 syntax more consistent within Doxygen comments and between RST and
1403 - `C++ cross reference link syntax`_
1404 - `C cross reference link syntax`_
1405 - `Python cross reference link syntax`_
1413 .. _C++ cross reference link syntax: https://www.sphinx-doc.org/en/master/usage/restructuredtext/do…
1414 .. _C cross reference link syntax: https://www.sphinx-doc.org/en/master/usage/restructuredtext/doma…
1415 .. _Python cross reference link syntax: https://www.sphinx-doc.org/en/master/usage/restructuredtext…
1459 .. admonition:: **Yes**: Small number of modules affected; use {} syntax.
1466 When changes cross a few modules, include them with the syntax shown