Lines Matching refs:CurrentFunctionDescription
98 mutable const char *CurrentFunctionDescription; member in __anonb92275340111::CStringChecker
346 assert(CurrentFunctionDescription); in checkNonNull()
349 << CurrentFunctionDescription; in checkNonNull()
422 createOutOfBoundErrorMsg(CurrentFunctionDescription, Access); in CheckLocation()
879 assert(CurrentFunctionDescription); in getCStringLength()
880 os << "Argument to " << CurrentFunctionDescription in getCStringLength()
928 assert(CurrentFunctionDescription); in getCStringLength()
929 os << "Argument to " << CurrentFunctionDescription << " is "; in getCStringLength()
1218 CurrentFunctionDescription = "memory copy function"; in evalCopyCommon()
1372 CurrentFunctionDescription = "memory comparison function"; in evalMemcmp()
1455 CurrentFunctionDescription = "string length function"; in evalstrLengthCommon()
1636 CurrentFunctionDescription = "string copy function"; in evalStrcpyCommon()
1638 CurrentFunctionDescription = "string concatenation function"; in evalStrcpyCommon()
2038 CurrentFunctionDescription = "string comparison function"; in evalStrcmpCommon()
2175 CurrentFunctionDescription = "strsep()"; in evalStrsep()
2264 CurrentFunctionDescription = "memory set function"; in evalMemset()
2313 CurrentFunctionDescription = "memory clearance function"; in evalBzero()