Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/kconfig/
Dkconfigfunctions.py944 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/
Dcompiler_flags.cmake54 check_set_compiler_property(APPEND PROPERTY warning_base -Wpointer-arith)
91 -Wpointer-arith
/Zephyr-latest/cmake/compiler/gcc/
Dcompiler_flags.cmake47 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/
Dcompiler_flags.cmake40 check_set_compiler_property(APPEND PROPERTY warning_base -Wpointer-arith)
80 -Wpointer-arith