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

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
  147   void evalStrcmpCommon(CheckerContext &C,

References

tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
 1884   evalStrcmpCommon(C, CE, /* isBounded = */ false, /* ignoreCase = */ false);
 1889   evalStrcmpCommon(C, CE, /* isBounded = */ true, /* ignoreCase = */ false);
 1895   evalStrcmpCommon(C, CE, /* isBounded = */ false, /* ignoreCase = */ true);
 1901   evalStrcmpCommon(C, CE, /* isBounded = */ true, /* ignoreCase = */ true);