Lines Matching refs:CurrentFunctionDescription
84 mutable const char *CurrentFunctionDescription; member in __anonf9b4f3e80111::CStringChecker
309 assert(CurrentFunctionDescription); in checkNonNull()
312 << CurrentFunctionDescription; in checkNonNull()
365 createOutOfBoundErrorMsg(CurrentFunctionDescription, Access); in CheckLocation()
789 assert(CurrentFunctionDescription); in getCStringLength()
790 os << "Argument to " << CurrentFunctionDescription in getCStringLength()
838 assert(CurrentFunctionDescription); in getCStringLength()
839 os << "Argument to " << CurrentFunctionDescription << " is "; in getCStringLength()
1131 CurrentFunctionDescription = "memory copy function"; in evalCopyCommon()
1278 CurrentFunctionDescription = "memory comparison function"; in evalMemcmp()
1361 CurrentFunctionDescription = "string length function"; in evalstrLengthCommon()
1542 CurrentFunctionDescription = "string copy function"; in evalStrcpyCommon()
1544 CurrentFunctionDescription = "string concatenation function"; in evalStrcpyCommon()
1943 CurrentFunctionDescription = "string comparison function"; in evalStrcmpCommon()
2080 CurrentFunctionDescription = "strsep()"; in evalStrsep()
2169 CurrentFunctionDescription = "memory set function"; in evalMemset()
2218 CurrentFunctionDescription = "memory clearance function"; in evalBzero()