Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp41 mutable const char *CurrentFunctionDescription; member in __anon3760b0e30111::CStringChecker
243 assert(CurrentFunctionDescription); in checkNonNull()
244 os << "Null pointer argument in call to " << CurrentFunctionDescription; in checkNonNull()
311 assert(CurrentFunctionDescription); in CheckLocation()
312 assert(CurrentFunctionDescription[0] != '\0'); in CheckLocation()
316 os << toUppercase(CurrentFunctionDescription[0]) in CheckLocation()
317 << &CurrentFunctionDescription[1] in CheckLocation()
718 assert(CurrentFunctionDescription); in getCStringLength()
719 os << "Argument to " << CurrentFunctionDescription in getCStringLength()
779 assert(CurrentFunctionDescription); in getCStringLength()
[all …]