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