Searched refs:function_call (Results 1 – 12 of 12) sorted by relevance
69 function_call = templates.replace(template, fname='print', args=args)[0]70 return self.visit(function_call)
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 */
566 function_call(PyObject *func, PyObject *arg, PyObject *kw) in function_call() function643 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 conditionopt284 | function_call {306 function_call
214 if ((this_is_a_poorly_formed_really_long_variable = function_call()) == NULL &&
265 %type <expression> function_call489 | function_call518 function_call: