Searched refs:function_call (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/usr.bin/xlint/lint1/ |
| D | externs1.h | 293 bool typeok(op_t, const function_call *, int, 302 void add_function_argument(function_call *, tnode_t *); 303 tnode_t *build_function_call(tnode_t *, bool, function_call *); 429 void check_ctype_function_call(const function_call *); 442 void check_snprintb(const function_call *);
|
| D | ckctype.c | 123 check_ctype_function_call(const function_call *call) in check_ctype_function_call()
|
| D | lint1.h | 280 } function_call; typedef 308 function_call *call; /* if CALL */
|
| D | ckgetopt.c | 83 const function_call *call; in is_getopt_condition()
|
| D | tree.c | 597 function_call_descr(const function_call *call) in function_call_descr() 1975 const function_call *call = tn->u.call; in use() 2993 check_assign_void_pointer_compat(op_t op, const function_call *call, int arg, in check_assign_void_pointer_compat() 3116 check_assign_types_compatible(op_t op, const function_call *call, int arg, in check_assign_types_compatible() 3232 typeok_op(op_t op, const function_call *call, int arg, in typeok_op() 3428 typeok(op_t op, const function_call *call, int arg, in typeok() 4483 add_function_argument(function_call *call, tnode_t *arg) in add_function_argument() 4512 check_prototype_argument(const function_call *call, int arg, in check_prototype_argument() 4533 check_function_arguments(const function_call *call) in check_function_arguments() 4587 build_function_call(tnode_t *func, bool sys, function_call *call) in build_function_call() [all …]
|
| D | emit1.c | 338 const function_call *call = tn->u.call; in outcall()
|
| D | cksnprintb.c | 268 check_snprintb(const function_call *call) in check_snprintb()
|
| D | debug.c | 255 const function_call *call = tn->u.call; in debug_node()
|
| D | cgram.y | 171 function_call *y_arguments; 642 function_call *call =
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/objc/ |
| D | objc-act.cc | 7467 tree objc_property_temp_decl, function_decl, function_call; in objc_synthesize_getter() local 7491 function_call = build_function_call in objc_synthesize_getter() 7513 add_stmt (function_call); in objc_synthesize_getter()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog.tree-ssa | 4711 function_call. 4721 Pass info about ADDR_EXPR arguments to function_call function. 13814 * tree-alias-common.h (tree_alias_ops): function_call now returns
|