Searched refs:evalStrcmpCommon (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringChecker.cpp | 196 void evalStrcmpCommon(CheckerContext &C, 1989 evalStrcmpCommon(C, CE, /* IsBounded = */ false, /* IgnoreCase = */ false); in evalStrcmp() 1994 evalStrcmpCommon(C, CE, /* IsBounded = */ true, /* IgnoreCase = */ false); in evalStrncmp() 2000 evalStrcmpCommon(C, CE, /* IsBounded = */ false, /* IgnoreCase = */ true); in evalStrcasecmp() 2006 evalStrcmpCommon(C, CE, /* IsBounded = */ true, /* IgnoreCase = */ true); in evalStrncasecmp() 2009 void CStringChecker::evalStrcmpCommon(CheckerContext &C, const CallExpr *CE, in evalStrcmpCommon() function in CStringChecker
|