Searched refs:expression (Results 1 – 8 of 8) sorted by relevance
41 #define ASSERT_STATUS(expression, expected, psa_error) \ argument44 SE_API_Status_t ASSERT_result = (expression); \58 #define ASSERT_SUCCESS(expression) ASSERT_STATUS(expression, SE_OK, \ argument63 #define ASSERT_SUCCESS_PSA(expression) ASSERT_STATUS(expression, PSA_SUCCESS, \ argument
61 #define NRFX_ASSERT(expression) if (0 && (expression)) {} argument63 #define NRFX_ASSERT(expression) assert(expression)71 #define NRFX_STATIC_ASSERT(expression) _Static_assert(expression, "") argument
34 The expression that defines the value of an enumeration constant shall be an35 integer constant expression that has a value representable as an int.
182 # the generator expression would evaluate to true or not.
354 # the generator expression would evaluate to true or not.
178 # the generator expression would evaluate to true or not.
220 # the generator expression would evaluate to true or not.
296 # the generator expression would evaluate to true or not.