Home
last modified time | relevance | path

Searched refs:CurrentFunctionDescription (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp87 mutable const char *CurrentFunctionDescription; member in __anon06fcc92d0111::CStringChecker
322 assert(CurrentFunctionDescription); in checkNonNull()
325 << CurrentFunctionDescription; in checkNonNull()
855 assert(CurrentFunctionDescription); in getCStringLength()
856 os << "Argument to " << CurrentFunctionDescription in getCStringLength()
904 assert(CurrentFunctionDescription); in getCStringLength()
1194 CurrentFunctionDescription = "memory copy function"; in evalCopyCommon()
1429 CurrentFunctionDescription = "string length function"; in evalstrLengthCommon()
1610 CurrentFunctionDescription = "string copy function"; in evalStrcpyCommon()
2148 CurrentFunctionDescription = "strsep()"; in evalStrsep()
[all …]