Lines Matching +defs:block +defs:function

6  * C11 distinguishes block comments and end-of-line comments.  Indent further
7 * distinguishes box comments that are a special kind of block comments.
24 * - block comment starting with '/' '*' '-'
25 * - block comment starting with '/' '*' '*'
26 * - block comment starting with '/' '*' '\n'
29 * - block comment starting with '/' '*' 'x', so without leading space
31 * - block/end-of-line comment to the right of a label
32 * - block/end-of-line comment to the right of code
33 * - block/end-of-line comment to the right of label with code
137 * The other Christmas tree is a standalone block comment, therefore the
170 * The other Christmas tree is a standalone block comment, therefore the
441 /* This is a traditional C block comment. */
468 /* This is a traditional C block comment. */
500 function(void)
502 /* This is a traditional C block comment. */
525 function(void)
527 /* This is a traditional C block comment. */
553 function(void)
587 function(void)
627 function(void)
672 function(void)
705 /* $ recognize the continuation lines as continued comments. For block */
813 void function(void){}
816 // of the main function below, before indent supported '//' comments.
834 function(void)
839 // of the main function below, before indent supported '//' comments.
989 * Test for an edge cases in comment handling, having a block comment inside
995 /* block comment */
1067 * function analyze_comment wrongly joined the two comments.
1086 * function analyze_comment generated malformed output by terminating the
1130 int block; /* comment line 1
1139 int block; /* comment line 1 comment line 2 */