void CheckNullPointer::executionPaths() { // Check for null pointer errors.. Nullpointer c(this); checkExecutionPaths(_tokenizer->tokens(), &c); }
void CheckNullPointer::executionPaths() { // Check for null pointer errors.. Nullpointer c(this, _tokenizer->getSymbolDatabase()); checkExecutionPaths(_tokenizer->getSymbolDatabase(), &c); }