Lines Matching full:uninitialized
121 return "Argument in message expression is an uninitialized value";
124 return "Argument for property setter is an uninitialized value";
127 return "Argument for subscript setter is an uninitialized value";
128 return "Subscript index is an uninitialized value";
133 return "Block call argument is an uninitialized value";
135 return "Function call argument is an uninitialized value";
155 // pointing to undefined symbol value (uninitialized memory).
159 Message = "Function call argument is a pointer to uninitialized value";
161 Message = "Function call argument is an uninitialized value";
197 const char *BD = "Uninitialized argument value";
272 os << "Passed-by-value struct argument contains uninitialized data";
294 // FIXME: enhance track back for uninitialized value for arbitrary
346 new BuiltinBug(this, "Uninitialized argument value"));
348 Desc = "Argument to 'delete[]' is uninitialized";
350 Desc = "Argument to 'delete' is uninitialized";
371 new BuiltinBug(this, "Called C++ object pointer is uninitialized"));
415 // Don't check for uninitialized field values in arguments if the
453 "is an uninitialized value"));
459 uninitialized object pointer"));
465 this, "Subscript access on an uninitialized object pointer"));