Home
last modified time | relevance | path

Searched refs:arith (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/scripts/kconfig/
Dkconfigfunctions.py956 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/
Dcompiler_flags.cmake54 check_set_compiler_property(APPEND PROPERTY warning_base -Wpointer-arith)
91 -Wpointer-arith
/Zephyr-latest/cmake/compiler/gcc/
Dcompiler_flags.cmake48 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/
Dcompiler_flags.cmake41 check_set_compiler_property(APPEND PROPERTY warning_base -Wpointer-arith)
81 -Wpointer-arith