Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp40 mutable const char *CurrentFunctionDescription; member in __anon6ff86d6c0111::CStringChecker
261 assert(CurrentFunctionDescription); in checkNonNull()
317 assert(CurrentFunctionDescription); in CheckLocation()
318 assert(CurrentFunctionDescription[0] != '\0'); in CheckLocation()
322 os << toUppercase(CurrentFunctionDescription[0]) in CheckLocation()
323 << &CurrentFunctionDescription[1] in CheckLocation()
767 assert(CurrentFunctionDescription); in getCStringLength()
815 assert(CurrentFunctionDescription); in getCStringLength()
1107 CurrentFunctionDescription = "memory copy function"; in evalCopyCommon()
2056 CurrentFunctionDescription = "strsep()"; in evalStrsep()
[all …]