Lines Matching full:braces
720 # start of the outer level set of braces (function body?).
746 # End of an outer level set of braces.
799 warn "missing close braces in $file_name (probable start at $brace_start)\n" if ($in_braces > 0);
800 warn "too many close braces in $file_name (probable start at $brace_end)\n" if ($in_braces < 0);
914 # start of the outer level set of braces (function/class/interface body?).
945 # End of an outer level set of braces.
1005 warn "mismatched braces in $file_name\n" if $in_braces;
1197 warn "mismatched braces in $fileName\n" if $bracesDepth;
1226 warn "mismatched braces in $fileName\n";