Searched refs:Errmsg (Results 1 – 1 of 1) sorted by relevance
153 SmallString<80> Errmsg("Function '"); in checkPreCall() local154 Errmsg += FuncInfo.Func.getFunctionName(); in checkPreCall()155 Errmsg += "' is called with an uninitialized va_list argument"; in checkPreCall()156 reportUninitializedAccess(VAList, Errmsg.c_str(), C); in checkPreCall()