Home | History | Annotate | Download | only in AST

Lines Matching defs:Elements

1692 /// Determine whether the given subobject designators refer to elements of the
3412 // If the initializer list for a union does not contain any elements, the
3634 // Extract the elements
3678 SmallVector<APValue, 4> Elements;
3681 // vector elements. For OpenCL, this can be due to nested vector
3682 // initialization. For GCC compatibility, missing trailing elements
3694 Elements.push_back(v.getVectorElt(j));
3703 Elements.push_back(APValue(sInt));
3712 Elements.push_back(APValue(f));
3717 return Success(Elements, E);
3731 SmallVector<APValue, 4> Elements(VT->getNumElements(), ZeroElement);
3732 return Success(Elements, E);
3771 // Zero-initialize all elements.
4991 // Unless both pointers point to elements of the same array object, or
5041 // or to subobjects or array elements fo such members, recursively, the