Searched defs:expr (Results 1 – 6 of 6) sorted by relevance
| /optee_os/lib/libutils/isoc/include/ |
| H A D | assert.h | 39 #define assert(expr) ((void)0) argument 40 #define runtime_assert(expr) ((void)0) argument 42 #define assert(expr) \ argument 44 #define runtime_assert(expr) \ argument 69 #define __static_assert_1(expr) _Static_assert(expr, "") argument 70 #define __static_assert_2(expr, msg) _Static_assert(expr, msg) argument
|
| /optee_os/lib/libutils/compiler-rt/lib/builtins/ |
| H A D | int_util.h | 26 #define COMPILE_TIME_ASSERT(expr) COMPILE_TIME_ASSERT1(expr, __COUNTER__) argument 27 #define COMPILE_TIME_ASSERT1(expr, cnt) COMPILE_TIME_ASSERT2(expr, cnt) argument 28 #define COMPILE_TIME_ASSERT2(expr, cnt) \ argument
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | common.h | 374 #define MBEDTLS_STATIC_ASSERT(expr, msg) static_assert(expr, msg) argument 379 #define MBEDTLS_STATIC_ASSERT(expr, msg) \ argument
|
| /optee_os/scripts/kconfig/kconfiglib/ |
| H A D | kconfiglib.py | 3820 def warn_select_imply(sym, expr, expr_type): argument 5881 def _strip_dep(self, expr): argument 5988 def expr_value(expr): argument 6060 def expr_str(expr, sc_expr_str_fn=standard_sc_expr_str): argument 6104 def expr_items(expr): argument 6131 def split_expr(expr, op): argument 6316 def _depend_on(sc, expr): argument 6335 def _parenthesize(expr, type_, sc_expr_str_fn): argument 6439 def _expr_depends_on(expr, sym): argument
|
| H A D | guiconfig.py | 2161 def _split_expr_info(expr, indent): argument 2198 def sis(expr, val, title): argument 2299 def _expr_str(expr): argument
|
| H A D | menuconfig.py | 2687 def _split_expr_info(expr, indent): argument 2724 def sis(expr, val, title): argument 2832 def _expr_str(expr): argument
|