Searched refs:arith (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/scripts/kconfig/ |
D | kconfigfunctions.py | 944 def arith(kconf, name, *args): function 1071 "add": (arith, 1, 255), 1072 "sub": (arith, 1, 255), 1073 "mul": (arith, 1, 255), 1074 "div": (arith, 1, 255), 1075 "mod": (arith, 1, 255), 1076 "max": (arith, 1, 255), 1077 "min": (arith, 1, 255),
|
/Zephyr-latest/cmake/compiler/clang/ |
D | compiler_flags.cmake | 54 check_set_compiler_property(APPEND PROPERTY warning_base -Wpointer-arith) 91 -Wpointer-arith
|
/Zephyr-latest/cmake/compiler/gcc/ |
D | compiler_flags.cmake | 47 check_set_compiler_property(APPEND PROPERTY warning_base -Wpointer-arith) 71 -Wpointer-arith 86 -Wpointer-arith 240 set_compiler_property(PROPERTY warning_no_pointer_arithmetic "-Wno-pointer-arith")
|
/Zephyr-latest/cmake/compiler/arcmwdt/ |
D | compiler_flags.cmake | 40 check_set_compiler_property(APPEND PROPERTY warning_base -Wpointer-arith) 80 -Wpointer-arith
|