Lines Matching refs:CurrentFunctionDescription
41 mutable const char *CurrentFunctionDescription; member in __anonc4c1a89f0111::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()
1067 CurrentFunctionDescription = "memory comparison function"; in evalMemcmp()
1158 CurrentFunctionDescription = "string length function"; in evalstrLengthCommon()
1333 CurrentFunctionDescription = "string copy function"; in evalStrcpyCommon()
1692 CurrentFunctionDescription = "string comparison function"; in evalStrcmpCommon()
1826 CurrentFunctionDescription = "strsep()"; in evalStrsep()
1927 assert(!(CurrentFunctionDescription = nullptr)); in evalCall()