/src/tests/usr.bin/indent/ |
opt_bad.c | 53 function_call(); 55 function_call(); 65 function_call(); 68 function_call(); 78 function_call(); 81 function_call(); 97 function_call(); 111 function_call(); 128 function_call(); 138 function_call(); [all...] |
opt_pcs.c | 17 function_call(); 18 function_call (1); 19 function_call (1,2,3); 27 function_call (); 28 function_call (1); 29 function_call (1, 2, 3); 37 function_call(); 38 function_call(1); 39 function_call(1, 2, 3);
|
lsym_comma.c | 112 function_call(arg1, arg2);
|
/src/usr.bin/xlint/lint1/ |
externs1.h | 297 bool typeok(op_t, const function_call *, int, 306 void add_function_argument(function_call *, tnode_t *); 307 tnode_t *build_function_call(tnode_t *, bool, function_call *); 433 void check_ctype_function_call(const function_call *); 446 void check_snprintb(const function_call *);
|
ckctype.c | 123 check_ctype_function_call(const function_call *call)
|
ckgetopt.c | 83 const function_call *call;
|
lint1.h | 285 } function_call; typedef in typeref:struct:__anondcf084d01208 313 function_call *call; /* if CALL */
|
emit1.c | 338 const function_call *call = tn->u.call;
|
cksnprintb.c | 277 check_snprintb(const function_call *call)
|
tree.c | 618 function_call_descr(const function_call *call) 2017 const function_call *call = tn->u.call; 3052 check_assign_void_pointer_compat(op_t op, const function_call *call, int arg, 3175 check_assign_types_compatible(op_t op, const function_call *call, int arg, 3289 typeok_op(op_t op, const function_call *call, int arg, 3486 typeok(op_t op, const function_call *call, int arg, 4529 add_function_argument(function_call *call, tnode_t *arg) 4558 check_prototype_argument(const function_call *call, int arg, 4579 check_function_arguments(const function_call *call) 4653 return_type(const function_call *call [all...] |
debug.c | 255 const function_call *call = tn->u.call;
|
cgram.y | 171 function_call *y_arguments; 221 fprintf(yyo, "function_call("); 645 function_call *call = 646 expr_zero_alloc(sizeof(*call), "function_call"); 747 $$ = expr_zero_alloc(sizeof(*$$), "function_call");
|