Searched refs:arith (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/scripts/kconfig/ |
D | kconfigfunctions.py | 956 def arith(kconf, name, *args): function 1084 "add": (arith, 1, 255), 1085 "sub": (arith, 1, 255), 1086 "mul": (arith, 1, 255), 1087 "div": (arith, 1, 255), 1088 "mod": (arith, 1, 255), 1089 "max": (arith, 1, 255), 1090 "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 | 48 check_set_compiler_property(APPEND PROPERTY warning_base -Wpointer-arith) 72 -Wpointer-arith 87 -Wpointer-arith 242 set_compiler_property(PROPERTY warning_no_pointer_arithmetic "-Wno-pointer-arith")
|
/Zephyr-latest/cmake/compiler/arcmwdt/ |
D | compiler_flags.cmake | 41 check_set_compiler_property(APPEND PROPERTY warning_base -Wpointer-arith) 81 -Wpointer-arith
|