Lines Matching refs:CurrentFunctionDescription
41 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()
780 os << "Argument to " << CurrentFunctionDescription << " is "; in getCStringLength()
912 CurrentFunctionDescription = "memory copy function"; in evalCopyCommon()
1062 CurrentFunctionDescription = "memory comparison function"; in evalMemcmp()
1153 CurrentFunctionDescription = "string length function"; in evalstrLengthCommon()
1328 CurrentFunctionDescription = "string copy function"; in evalStrcpyCommon()
1687 CurrentFunctionDescription = "string comparison function"; in evalStrcmpCommon()
1821 CurrentFunctionDescription = "strsep()"; in evalStrsep()
1922 assert(!(CurrentFunctionDescription = nullptr)); in evalCall()