Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp98 mutable const char *CurrentFunctionDescription; member in __anonb92275340111::CStringChecker
346 assert(CurrentFunctionDescription); in checkNonNull()
349 << CurrentFunctionDescription; in checkNonNull()
422 createOutOfBoundErrorMsg(CurrentFunctionDescription, Access); in CheckLocation()
879 assert(CurrentFunctionDescription); in getCStringLength()
880 os << "Argument to " << CurrentFunctionDescription in getCStringLength()
928 assert(CurrentFunctionDescription); in getCStringLength()
929 os << "Argument to " << CurrentFunctionDescription << " is "; in getCStringLength()
1218 CurrentFunctionDescription = "memory copy function"; in evalCopyCommon()
1372 CurrentFunctionDescription = "memory comparison function"; in evalMemcmp()
[all …]