Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp87 mutable const char *CurrentFunctionDescription = nullptr; member in __anon8041b5f30111::CStringChecker
361 assert(CurrentFunctionDescription); in checkNonNull()
364 << CurrentFunctionDescription; in checkNonNull()
903 assert(CurrentFunctionDescription); in getCStringLength()
966 assert(CurrentFunctionDescription); in getCStringLength()
1296 CurrentFunctionDescription = "memory copy function"; in evalCopyCommon()
1536 CurrentFunctionDescription = "string length function"; in evalstrLengthCommon()
2283 CurrentFunctionDescription = "strsep()"; in evalStrsep()
2377 CurrentFunctionDescription = "memory set function"; in evalMemset()
2470 CurrentFunctionDescription = "'sprintf'"; in evalSprintf()
[all …]