Home
last modified time | relevance | path

Searched refs:declarations (Results 1 – 25 of 36) sorted by relevance

12

/Zephyr-latest/cmake/sca/eclair/ECL/
Dadopted_deviations.ecl22 -doc="The declarations in files tagged with api:public define a public API of Zephyr.
24 -config=MC3R1.R2.3,declarations+={safe,"loc(top(public()))"}
27 -config=MC3R1.R2.1,declarations+={safe,"loc(top(public()))"}
30 -config=MC3R1.R8.7,declarations+={safe,"loc(top(public()))"}
32 -doc="Syscall declarations are automatically generated all with the extern qualifier. For the ones …
33 -config=MC3R1.R8.8,declarations={relied, "^z_vrfy_.*$||^z_impl_.*$"}
36 -config=MC3R1.R2.7,declarations+={relied,"context(^hash\\(const char\\*, size_t\\)$)&&name(len)"}
41 -doc="The following declarations are in generated files: not in all configuration they are implemen…
43 -config=MC3R1.R8.6,declarations+={safe, "loc(top(file(^zephyr/build/zephyr/include/generated/.*$)))…
Dzephyr_common_config.ecl99 -config=MC3R1.R21.2,declarations={relied,"^(.*::)?_.*$"}
/Zephyr-latest/dts/arm/nuvoton/
Dnpcm400.dtsi7 /* Device tree declarations of npcm soc family */
/Zephyr-latest/doc/contribute/style/
Dkconfig.rst9 * Leave a single empty line between option declarations.
Dcode.rst24 * Use spaces instead of tabs to align comments after declarations, as needed.
/Zephyr-latest/dts/arm/nuvoton/npcm/
Dnpcm4.dtsi7 /* Device tree declarations of npcm soc family */
Dnpcm.dtsi9 /* Macros for device tree declarations of npcm soc family */
/Zephyr-latest/samples/modules/thrift/hello/client/
DCMakeLists.txt34 target_compile_options(app PRIVATE -Wno-deprecated-declarations)
/Zephyr-latest/samples/modules/thrift/hello/server/
DCMakeLists.txt34 target_compile_options(app PRIVATE -Wno-deprecated-declarations)
/Zephyr-latest/modules/thrift/
DCMakeLists.txt40 zephyr_library_compile_options(-Wno-deprecated-declarations)
/Zephyr-latest/tests/modules/thrift/ThriftTest/
DCMakeLists.txt42 target_compile_options(app PRIVATE -Wno-deprecated-declarations)
/Zephyr-latest/scripts/coccinelle/
Dfind_functions.cocci60 // Find function declarations
/Zephyr-latest/cmake/compiler/clang/
Dcompiler_flags.cmake61 -Wmissing-declarations
/Zephyr-latest/cmake/compiler/arcmwdt/
Dcompiler_flags.cmake48 -Wmissing-declarations
/Zephyr-latest/doc/develop/api/
Ddesign_guidelines.rst86 * Function declarations that are available only when the option is
Dapi_lifecycle.rst229 (``__deprecated`` for function declarations and ``__DEPRECATED_MACRO`` for
/Zephyr-latest/dts/arm/nuvoton/npcx/
Dnpcx7.dtsi18 /* Device tree declarations of npcx soc family */
Dnpcx9.dtsi18 /* Device tree declarations of npcx soc family */
Dnpcx.dtsi9 /* Macros for device tree declarations of npcx soc family */
Dnpcx4.dtsi20 /* Device tree declarations of npcx soc family */
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst178 - A project should not contain unused type declarations
185 - A function should not contain unused label declarations
349 - All declarations of an object or function shall use the same names and type qualifiers
379 …- The static storage class specifier shall be used in all declarations of objects and functions t…
1082 Do not conditionally compile function declarations in header files. Do not
1083 conditionally compile structure declarations in header files. You may
1088 Excluding declarations from the header based on compile-time options may prevent
/Zephyr-latest/doc/kernel/usermode/
Doverview.rst113 - It is possible to make top-level declarations of user mode threads and
/Zephyr-latest/boards/acrn/acrn/doc/
Dindex.rst71 First, find the list of ``<vm>`` declarations. Each has an ``id=``
/Zephyr-latest/arch/riscv/
DKconfig179 - SOC_ESF_MEMBERS: structure component declarations to
/Zephyr-latest/doc/releases/
Dmigration-guide-3.5.rst70 compiler will now warn about declarations of `main` which don't conform to

12