| /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 | 84 const function_call *call;
|
| lint1.h | 285 } function_call; typedef in typeref:struct:__anon8382 313 function_call *call; /* if CALL */
|
| emit1.c | 333 const function_call *call = tn->u.call;
|
| cksnprintb.c | 277 check_snprintb(const function_call *call)
|
| tree.c | 536 ic_call(const function_call *call) 672 function_call_descr(const function_call *call) 2081 const function_call *call = tn->u.call; 3116 check_assign_void_pointer_compat(op_t op, const function_call *call, int arg, 3239 check_assign_types_compatible(op_t op, const function_call *call, int arg, 3353 typeok_op(op_t op, const function_call *call, int arg, 3550 typeok(op_t op, const function_call *call, int arg, 4591 add_function_argument(function_call *call, tnode_t *arg) 4620 check_prototype_argument(const function_call *call, int arg, 4641 check_function_arguments(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");
|