/netbsd-src/tests/usr.bin/indent/ |
H A D | opt_bad.c | 53 function_call(); in function_definition() 55 function_call(); in function_definition() 65 function_call(); in function_definition() 68 function_call(); in function_definition() 78 function_call(); in function_definition() 81 function_call(); in function_definition() 97 function_call(); in comments() 111 function_call(); in comments() 128 function_call(); in initializer() 138 function_call(); in initializer_with_blank() [all …]
|
H A D | opt_pcs.c | 17 function_call(); in example() 18 function_call (1); in example() 19 function_call (1,2,3); in example() 27 function_call (); in example() 28 function_call (1); in example() 29 function_call (1, 2, 3); in example() 37 function_call(); in example() 38 function_call(1); in example() 39 function_call(1, 2, 3); in example()
|
H A D | lsym_comma.c | 112 function_call(arg1, arg2); in function()
|
/netbsd-src/usr.bin/xlint/lint1/ |
H A D | externs1.h | 301 void add_function_argument(function_call *, tnode_t *); 302 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 *);
|
H A D | ckctype.c | 123 check_ctype_function_call(const function_call *call) in check_ctype_function_call()
|
H A D | lint1.h | 279 } function_call; 307 function_call *call; /* if CALL */ 273 } function_call; global() typedef
|
H A D | ckgetopt.c | 82 const function_call *call; in is_getopt_condition()
|
H A D | emit1.c | 338 const function_call *call = tn->u.call; in outcall()
|
H A D | cksnprintb.c | 268 check_snprintb(const function_call *call) in check_snprintb()
|
H A D | debug.c | 255 const function_call *call = tn->u.call; in debug_node()
|
H A D | cgram.y | 171 function_call *y_arguments; 635 function_call *call = 636 expr_zero_alloc(sizeof(*call), "function_call"); 737 $$ = expr_zero_alloc(sizeof(*$$), "function_call");
|
H A D | tree.c | 1978 const function_call *call = tn->u.call; in find_member() 4479 add_function_argument(function_call *call, tnode_t *arg) in expr() 4531 check_function_arguments(const function_call *call) in check_expr_addr() 4585 build_function_call(tnode_t *func, bool sys, function_call *call) in check_expr_call() 4821 const function_call *call = tn->u.call; in cat_strings() 4895 const function_call *call = tn->u.call;
|
/netbsd-src/external/mpl/bind/dist/tests/dns/ |
H A D | dbversion_test.c | 58 #define check_assertion(function_call) \ argument 62 expect_assert_failure(function_call); \
|
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
H A D | py_mallocstk_example.txt | 208 libpython2.4.so.1.0`function_call+0x15e
|
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
H A D | py_mallocstk_example.txt | 208 libpython2.4.so.1.0`function_call+0x15e
|
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A 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.old/dist/gcc/objc/ |
H A D | objc-act.c | 7367 tree objc_property_temp_decl, function_decl, function_call; in objc_synthesize_getter() local 7391 function_call = build_function_call in objc_synthesize_getter() 7413 add_stmt (function_call); in objc_synthesize_getter()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A 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
|