Lines Matching refs:CurrentFunctionDescription
41 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()
792 os << "Argument to " << CurrentFunctionDescription << " is "; in getCStringLength()
997 CurrentFunctionDescription = "memory copy function"; in evalCopyCommon()
1152 CurrentFunctionDescription = "memory comparison function"; in evalMemcmp()
1243 CurrentFunctionDescription = "string length function"; in evalstrLengthCommon()
1418 CurrentFunctionDescription = "string copy function"; in evalStrcpyCommon()
1778 CurrentFunctionDescription = "string comparison function"; in evalStrcmpCommon()
1915 CurrentFunctionDescription = "strsep()"; in evalStrsep()