Lines Matching defs:object
78 // basic.lval/6: An expression which holds a temporary object resulting
80 // the explicit creation of an object using functional notation
159 // 5.1/3: The keyword "this" names a pointer to the object for
338 // simple-type-specifier (7.1.5.2) for a non-array complete object
409 // lvalue for the unique B sub-object of the D object referred
413 D object;
414 ASSERT_LVALUE(dynamic_cast<B&>(object));
419 // ? If, in the most derived object pointed (referred) to by v, v
420 // points (refers) to a public base class subobject of a T object, and
421 // if only one object of type T is derived from the sub-object pointed
423 // to that T object.
425 // ? Otherwise, if v points (refers) to a public base class sub-object
426 // of the most derived object, and the type of the most derived object
428 // result is a pointer (an lvalue referring) to the T sub-object of
429 // the most derived object.
468 // object type, or a pointer to a function type and the result is
469 // an lvalue referring to the object or function to which the