prints static analysis error messages This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Definition at line 854 of file debug.cc. References SAerror(), and toInt(). 00855 { 00856 if (lineNumber != "") 00857 SAerror(code, information, toInt(lineNumber)); 00858 else 00859 SAerror(code, information, 0); 00860 }
Here is the call graph for this function: ![]()
|
1.5.2