Searched refs:declarations (Results 1 – 25 of 36) sorted by relevance
12
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | adopted_deviations.ecl | 22 -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/.*$)))…
|
D | zephyr_common_config.ecl | 99 -config=MC3R1.R21.2,declarations={relied,"^(.*::)?_.*$"}
|
/Zephyr-latest/dts/arm/nuvoton/ |
D | npcm400.dtsi | 7 /* Device tree declarations of npcm soc family */
|
/Zephyr-latest/doc/contribute/style/ |
D | kconfig.rst | 9 * Leave a single empty line between option declarations.
|
D | code.rst | 24 * Use spaces instead of tabs to align comments after declarations, as needed.
|
/Zephyr-latest/dts/arm/nuvoton/npcm/ |
D | npcm4.dtsi | 7 /* Device tree declarations of npcm soc family */
|
D | npcm.dtsi | 9 /* Macros for device tree declarations of npcm soc family */
|
/Zephyr-latest/samples/modules/thrift/hello/client/ |
D | CMakeLists.txt | 34 target_compile_options(app PRIVATE -Wno-deprecated-declarations)
|
/Zephyr-latest/samples/modules/thrift/hello/server/ |
D | CMakeLists.txt | 34 target_compile_options(app PRIVATE -Wno-deprecated-declarations)
|
/Zephyr-latest/modules/thrift/ |
D | CMakeLists.txt | 40 zephyr_library_compile_options(-Wno-deprecated-declarations)
|
/Zephyr-latest/tests/modules/thrift/ThriftTest/ |
D | CMakeLists.txt | 42 target_compile_options(app PRIVATE -Wno-deprecated-declarations)
|
/Zephyr-latest/scripts/coccinelle/ |
D | find_functions.cocci | 60 // Find function declarations
|
/Zephyr-latest/cmake/compiler/clang/ |
D | compiler_flags.cmake | 61 -Wmissing-declarations
|
/Zephyr-latest/cmake/compiler/arcmwdt/ |
D | compiler_flags.cmake | 48 -Wmissing-declarations
|
/Zephyr-latest/doc/develop/api/ |
D | design_guidelines.rst | 86 * Function declarations that are available only when the option is
|
D | api_lifecycle.rst | 229 (``__deprecated`` for function declarations and ``__DEPRECATED_MACRO`` for
|
/Zephyr-latest/dts/arm/nuvoton/npcx/ |
D | npcx7.dtsi | 18 /* Device tree declarations of npcx soc family */
|
D | npcx9.dtsi | 18 /* Device tree declarations of npcx soc family */
|
D | npcx.dtsi | 9 /* Macros for device tree declarations of npcx soc family */
|
D | npcx4.dtsi | 20 /* Device tree declarations of npcx soc family */
|
/Zephyr-latest/doc/contribute/coding_guidelines/ |
D | index.rst | 178 - 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/ |
D | overview.rst | 113 - It is possible to make top-level declarations of user mode threads and
|
/Zephyr-latest/boards/acrn/acrn/doc/ |
D | index.rst | 71 First, find the list of ``<vm>`` declarations. Each has an ``id=``
|
/Zephyr-latest/arch/riscv/ |
D | Kconfig | 179 - SOC_ESF_MEMBERS: structure component declarations to
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.5.rst | 70 compiler will now warn about declarations of `main` which don't conform to
|
12