Searched refs:function_call (Results 1 – 10 of 10) sorted by relevance
265 #define expect_assert_failure(function_call) \ argument273 function_call ; \275 print_error("Expected assert in %s\n", #function_call); \
71 void function_call() { in function_call() function
52 void function_call() { in function_call() function
64 void function_call() { in function_call() function
107 C function_call() { in function_call() function
485 function_call(PyObject *func, PyObject *arg, PyObject *kw) in function_call() function559 function_call, /* tp_call */
107 function_call.* tests measure the time taken by the corresponding command or the series of111 modify_after_use.* tests are similar to the function_call.* test but they target a buffer
194 %type <interm.intermTypedNode> function_call initializer condition conditionopt283 | function_call {305 function_call
214 if ((this_is_a_poorly_formed_really_long_variable = function_call()) == NULL &&
265 %type <expression> function_call489 | function_call518 function_call: