Searched refs:GCC (Results 1 – 25 of 98) 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/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
|
/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" 77 #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/tests/posix/headers/src/ |
D | netinet_in_h.c | 15 #pragma GCC diagnostic push 16 #pragma GCC diagnostic ignored "-Wunused-variable" 103 #pragma GCC diagnostic pop
|
D | sys_socket_h.c | 15 #pragma GCC diagnostic push 16 #pragma GCC diagnostic ignored "-Wunused-value" 123 #pragma GCC diagnostic pop
|
D | pthread_h.c | 15 #pragma GCC diagnostic push 16 #pragma GCC diagnostic ignored "-Wunused-variable" 164 #pragma GCC diagnostic pop
|
/Zephyr-latest/cmake/compiler/host-gcc/ |
D | generic.cmake | 3 # Configures CMake for using GCC
|
/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/cmake/compiler/gcc/ |
D | compiler_flags.cmake | 34 # GCC Option standard warning base in Zephyr 52 # GCC options for warning levels 1, 2, 3, when using `-DW=[1|2|3]` 112 # GCC compiler flags for C standard. The specific standard must be appended by user. 131 # GCC compiler flags for C++ dialect: "register" variables and some 175 # Only a valid option with GCC 7.x and above, so let's do check and set. 193 # GCC always does compile-time bounds checking for string/mem functions, so 217 # GCC 11 by default emits DWARF version 5 which cannot be parsed by 223 # GCC compiler flags for imacros. The specific header must be appended by user. 228 # GCC compiler flag for turning off thread-safe initialization of local statics
|
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/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 | 463 #pragma GCC push_options 464 #pragma GCC optimize("O0") 485 #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"
|
1234