Lines Matching refs:CurrentFunctionDescription
40 mutable const char *CurrentFunctionDescription; member in __anon6ff86d6c0111::CStringChecker
261 assert(CurrentFunctionDescription); in checkNonNull()
262 os << "Null pointer argument in call to " << 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()
768 os << "Argument to " << CurrentFunctionDescription in getCStringLength()
815 assert(CurrentFunctionDescription); in getCStringLength()
816 os << "Argument to " << CurrentFunctionDescription << " is "; in getCStringLength()
1107 CurrentFunctionDescription = "memory copy function"; in evalCopyCommon()
1253 CurrentFunctionDescription = "memory comparison function"; in evalMemcmp()
1344 CurrentFunctionDescription = "string length function"; in evalstrLengthCommon()
1543 CurrentFunctionDescription = "string copy function"; in evalStrcpyCommon()
1919 CurrentFunctionDescription = "string comparison function"; in evalStrcmpCommon()
2056 CurrentFunctionDescription = "strsep()"; in evalStrsep()
2147 CurrentFunctionDescription = "memory set function"; in evalMemset()
2198 CurrentFunctionDescription = "memory clearance function"; in evalBzero()