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 __anonca25b8fe0111::CStringChecker
256 assert(CurrentFunctionDescription); in checkNonNull()
257 os << "Null pointer argument in call to " << CurrentFunctionDescription; in checkNonNull()
324 assert(CurrentFunctionDescription); in CheckLocation()
325 assert(CurrentFunctionDescription[0] != '\0'); in CheckLocation()
329 os << toUppercase(CurrentFunctionDescription[0]) in CheckLocation()
330 << &CurrentFunctionDescription[1] in CheckLocation()
730 assert(CurrentFunctionDescription); in getCStringLength()
731 os << "Argument to " << CurrentFunctionDescription in getCStringLength()
791 assert(CurrentFunctionDescription); in getCStringLength()
[all …]