Lines Matching refs:function
9 * In a function body, '{' starts a block.
23 function(void)
37 void function(void) {{{ body(); }}}
42 function(void)
124 * A comment in a single-line function definition is not a declaration comment
128 void function(void); /* comment */
129 void function(void) { /* comment */ }
133 void function(void); /* comment */
135 function(void)
141 void function(void); /* comment */
143 function(void) { /* comment */