Searched refs:GCC (Results 1 – 25 of 87) sorted by relevance
1234
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | toolchain.ecl | 5 -file_tag+={GCC,"^used_compiler$"} 19 __builtin_types_compatible_p: see \"6.59 Other Built-in Functions Provided by GCC\"; 30 -config=STD.tokenext,behavior+={c99, GCC, "^(__auto_type|__asm__|__attribute__|__typeof__|__builtin… 31 -config=STD.tokenext,behavior+={c18, GCC, "^(__attribute__|__asm__|__const__|__volatile__|__inline)… 37 -config=STD.stmtexpr,behavior+={c99,GCC,specified} 39 -config=STD.vptrarth,behavior={c99,GCC,specified} 41 ext_missing_varargs_arg: non-documented GCC extension. 45 -config=STD.diag,behavior+={c99,GCC,"^(ext_missing_varargs_arg|ext_paste_comma|ext_flexible_array_i… 46 -config=STD.diag,behavior+={c18,GCC,"^(ext_missing_varargs_arg)$"} 48 -doc_begin="Non-documented GCC extension" [all …]
|
D | language_extensions.ecl | 4 -config=MC3R1.R1.2,behaviors+={hide,"service(STD.nonstdc)&&category(^GCC diagnostic (push|pop|ignor…
|
/Zephyr-latest/cmake/sca/gcc/ |
D | sca.cmake | 6 # Check GCC version 7 # GCC static analyzer requires GCC version >= 10.0.0 9 message(FATAL_ERROR "GCC static analyzer requires GCC >= v10.0") 13 # Enable GCC static analyzer 16 # Add GCC analyzer user options 24 # Beginning with GCC 14, users can use the -fdiagnostics-format option 30 …message(FATAL_ERROR "GCC SCA requires 'ccache' to be disabled for output file generation. Disable …
|
/Zephyr-latest/doc/develop/sca/ |
D | gcc.rst | 3 GCC static analysis support 6 Static analysis was introduced in `GCC <https://gcc.gnu.org/>`__ 10 and it is enabled 10 Run GCC static analysis 13 To run GCC static analysis, :ref:`west build <west-building>` should be 23 Configuring GCC static analyzer 26 GCC static analyzer can be controlled using specific options. 39 - A semicolon separated list of GCC analyzer options. 52 GCC static analyzer is under active development, and each new release comes with new options. 60 Since the Zephyr toolchain may not include the most recent version of the GCC static analyzer, 61 the GCC static analysis can be run with a more recent `GNU Arm embedded toolchain
|
/Zephyr-latest/tests/kernel/mem_protect/stack_random/src/ |
D | main.c | 22 #pragma GCC diagnostic push 23 #pragma GCC diagnostic ignored "-Wpragmas" 24 #pragma GCC diagnostic ignored "-Wdangling-pointer" 50 #pragma GCC diagnostic pop
|
/Zephyr-latest/arch/arm/core/cortex_a_r/ |
D | reboot.c | 38 #pragma GCC diagnostic push 39 #pragma GCC diagnostic ignored "-Wnonnull" 57 #pragma GCC diagnostic pop
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | prep_c.c | 33 #pragma GCC diagnostic push 34 #pragma GCC diagnostic ignored "-Wnonnull" 76 #pragma GCC diagnostic pop
|
/Zephyr-latest/drivers/dma/ |
D | dma_xilinx_axi_dma.c | 362 #pragma GCC diagnostic push 363 #pragma GCC diagnostic ignored "-Waddress-of-packed-member" 374 #pragma GCC diagnostic pop 376 #pragma GCC diagnostic push 377 #pragma GCC diagnostic ignored "-Waddress-of-packed-member" 444 #pragma GCC diagnostic pop 525 #pragma GCC diagnostic push in dma_xilinx_axi_dma_clean_up_sg_descriptors() 526 #pragma GCC diagnostic ignored "-Waddress-of-packed-member" in dma_xilinx_axi_dma_clean_up_sg_descriptors() 530 #pragma GCC diagnostic pop in dma_xilinx_axi_dma_clean_up_sg_descriptors() 618 #pragma GCC diagnostic push in dma_xilinx_axi_dma_start() [all …]
|
/Zephyr-latest/cmake/compiler/host-gcc/ |
D | generic.cmake | 3 # Configures CMake for using GCC
|
/Zephyr-latest/cmake/compiler/gcc/ |
D | compiler_flags.cmake | 35 # GCC Option standard warning base in Zephyr 53 # GCC options for warning levels 1, 2, 3, when using `-DW=[1|2|3]` 113 # GCC compiler flags for C standard. The specific standard must be appended by user. 132 # GCC compiler flags for C++ dialect: "register" variables and some 176 # Only a valid option with GCC 7.x and above, so let's do check and set. 194 # GCC always does compile-time bounds checking for string/mem functions, so 218 # GCC 11 by default emits DWARF version 5 which cannot be parsed by 224 # GCC compiler flags for imacros. The specific header must be appended by user. 229 # GCC compiler flag for turning off thread-safe initialization of local statics 235 # GCC compiler flags for imacros. The specific header must be appended by user.
|
D | target.cmake | 5 # Configures CMake for using GCC, this script is re-used by several 6 # GCC-based toolchains 37 # GCC-13, does not install limits.h on include-fixed anymore 39 # Add check for GCC version >= 13.1
|
/Zephyr-latest/tests/arch/x86/static_idt/src/ |
D | test_asm_inline_gcc.h | 13 #error test_asm_inline_gcc.h goes only with x86 GCC
|
/Zephyr-latest/tests/arch/x86/nmi/src/ |
D | test_asm_inline_gcc.h | 13 #error test_asm_inline_gcc.h goes only with x86 GCC
|
/Zephyr-latest/tests/kernel/fpu_sharing/generic/src/ |
D | float_regs_x86_gcc.h | 16 #error __FILE__ goes only with x86 GCC
|
D | float_regs_arc_gcc.h | 16 #error __FILE__ goes only with ARC GCC
|
D | float_regs_riscv_gcc.h | 16 #error __FILE__ goes only with RISCV GCC
|
/Zephyr-latest/soc/infineon/cat3/xmc4xxx/ |
D | noinit.ld | 7 * Extracted from: infineon/XMCLib/devices/XMC4500/Source/GCC/XMC4500x1024.ld
|
/Zephyr-latest/modules/thrift/src/thrift/server/ |
D | TServerFramework.cpp | 239 #pragma GCC diagnostic push 240 #pragma GCC diagnostic ignored "-Wdelete-non-virtual-dtor" 251 #pragma GCC diagnostic pop
|
/Zephyr-latest/subsys/testsuite/include/zephyr/ |
D | test_asm_inline_gcc.h | 15 #error test_asm_inline_gcc.h goes only with GCC
|
/Zephyr-latest/tests/arch/arm/arm_interrupt/src/ |
D | arm_interrupt.c | 434 #pragma GCC push_options 435 #pragma GCC optimize("O0") 456 #pragma GCC pop_options
|
/Zephyr-latest/tests/kernel/fatal/exception/src/ |
D | main.c | 196 #pragma GCC diagnostic push 197 #pragma GCC diagnostic ignored "-Wpragmas" 198 #pragma GCC diagnostic ignored "-Winfinite-recursion" 207 #pragma GCC diagnostic pop
|
/Zephyr-latest/cmake/compiler/xcc/ |
D | compiler_flags.cmake | 5 # XCC is based on GCC 4.2 which has a somewhat pedantic take on the
|
/Zephyr-latest/tests/unit/intmath/ |
D | main.c | 20 #pragma GCC diagnostic ignored "-Woverflow"
|
/Zephyr-latest/include/zephyr/toolchain/ |
D | gcc.h | 324 #define __WARN(msg) __WARN1(GCC warning msg) 712 #define TOOLCHAIN_DISABLE_WARNING(warning) _TOOLCHAIN_DISABLE_WARNING(GCC, warning) 713 #define TOOLCHAIN_ENABLE_WARNING(warning) _TOOLCHAIN_ENABLE_WARNING(GCC, warning) 716 #define TOOLCHAIN_DISABLE_GCC_WARNING(warning) _TOOLCHAIN_DISABLE_WARNING(GCC, warning) 717 #define TOOLCHAIN_ENABLE_GCC_WARNING(warning) _TOOLCHAIN_ENABLE_WARNING(GCC, warning)
|
/Zephyr-latest/cmake/toolchain/iar/ |
D | Kconfig.defconfig | 27 # IAR uses a little bit more stack than GCC
|
1234