Home | History | Annotate | Download | only in example

Lines Matching refs:find_operator_function_by_string

45 extern BinaryOperator find_operator_function_by_string(
123 /* Ensure find_operator_function_by_string() asserts when a NULL pointer is
126 expect_assert_failure(find_operator_function_by_string(1, NULL, "test"));
129 /* Ensure find_operator_function_by_string() asserts when a NULL pointer is
135 expect_assert_failure(find_operator_function_by_string(
139 /* Ensure find_operator_function_by_string() returns NULL when a NULL pointer
142 assert_int_equal((int)find_operator_function_by_string(0, NULL, "test"),
146 /* Ensure find_operator_function_by_string() returns NULL when searching for
154 assert_int_equal((int)find_operator_function_by_string(
159 /* Ensure find_operator_function_by_string() returns the correct function when
167 assert_int_equal((int)find_operator_function_by_string(