Lines Matching refs:CurrentFunctionDescription
87 mutable const char *CurrentFunctionDescription; member in __anon06fcc92d0111::CStringChecker
322 assert(CurrentFunctionDescription); in checkNonNull()
325 << CurrentFunctionDescription; in checkNonNull()
398 createOutOfBoundErrorMsg(CurrentFunctionDescription, Access); in CheckLocation()
855 assert(CurrentFunctionDescription); in getCStringLength()
856 os << "Argument to " << CurrentFunctionDescription in getCStringLength()
904 assert(CurrentFunctionDescription); in getCStringLength()
905 os << "Argument to " << CurrentFunctionDescription << " is "; in getCStringLength()
1194 CurrentFunctionDescription = "memory copy function"; in evalCopyCommon()
1346 CurrentFunctionDescription = "memory comparison function"; in evalMemcmp()
1429 CurrentFunctionDescription = "string length function"; in evalstrLengthCommon()
1610 CurrentFunctionDescription = "string copy function"; in evalStrcpyCommon()
1612 CurrentFunctionDescription = "string concatenation function"; in evalStrcpyCommon()
2011 CurrentFunctionDescription = "string comparison function"; in evalStrcmpCommon()
2148 CurrentFunctionDescription = "strsep()"; in evalStrsep()
2237 CurrentFunctionDescription = "memory set function"; in evalMemset()
2286 CurrentFunctionDescription = "memory clearance function"; in evalBzero()