reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/sancov/sancov.cpp
  359   failIf(!S, "expected string");
  376   failIf(DI == S.end(), "empty document: " + InputFile);
  378   failIf(!Root, "expecting root node: " + InputFile);
  380   failIf(!Top, "expecting mapping node: " + InputFile);
  388       failIf(!Points, "expected array: " + InputFile);
  398       failIf(!PointSymbolInfo, "expected mapping node: " + InputFile);
  405         failIf(!FileInfo, "expected mapping node: " + InputFile);
  412           failIf(!FunctionInfo, "expected mapping node: " + InputFile);
  419             failIf(ColonPos == std::string::npos, "expected ':': " + InputFile);
 1166   failIf(!Coverage, "No valid coverage files given.");