Searched refs:right_text (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/lib/kunit/ |
H A D | assert.c | 127 binary_assert->text->right_text); in kunit_binary_assert_format() 134 if (!is_literal(stream->test, binary_assert->text->right_text, in kunit_binary_assert_format() 137 binary_assert->text->right_text, in kunit_binary_assert_format() 157 binary_assert->text->right_text); in kunit_binary_ptr_assert_format() 162 binary_assert->text->right_text, in kunit_binary_ptr_assert_format() 197 binary_assert->text->right_text); in kunit_binary_str_assert_format() 202 if (!is_str_literal(binary_assert->text->right_text, binary_assert->right_value)) in kunit_binary_str_assert_format() 204 binary_assert->text->right_text, in kunit_binary_str_assert_format() 251 mem_assert->text->right_text); in kunit_mem_assert_format() 257 mem_assert->text->right_text); in kunit_mem_assert_format() [all...] |
/kernel/linux/linux-5.10/lib/kunit/ |
H A D | assert.c | 99 binary_assert->right_text); in kunit_binary_assert_format() 104 binary_assert->right_text, in kunit_binary_assert_format() 121 binary_assert->right_text); in kunit_binary_ptr_assert_format() 126 binary_assert->right_text, in kunit_binary_ptr_assert_format() 143 binary_assert->right_text); in kunit_binary_str_assert_format() 148 binary_assert->right_text, in kunit_binary_str_assert_format()
|
/kernel/linux/linux-5.10/include/kunit/ |
H A D | assert.h | 193 * @right_text: A string representation of the expression in the right slot. 205 const char *right_text; member 239 .right_text = right_str, \ 250 * @right_text: A string representation of the expression in the right slot. 262 const char *right_text; member 296 .right_text = right_str, \ 307 * @right_text: A string representation of the expression in the right slot. 319 const char *right_text; member 353 .right_text = right_str, \
|
/kernel/linux/linux-6.6/include/kunit/ |
H A D | assert.h | 118 * @right_text: A string representation of the right expression (e.g. "2+2"). 123 const char *right_text; member
|
H A D | test.h | 691 .right_text = #right, \ 751 .right_text = #right, \ 784 .right_text = #right, \
|
Completed in 6 milliseconds