Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Ty

343   Type Ty = isNone;
381 switch (Ty) {
402 switch (Ty) {
420 DIEValue(const DIEValue &X) : Ty(X.Ty), Attribute(X.Attribute), Form(X.Form) {
426 Ty = X.Ty;
437 : Ty(is##T), Attribute(Attribute), Form(Form) { \
442 : Ty(is##T), Attribute(Attribute), Form(Form) { \
450 Type getType() const { return Ty; }
453 explicit operator bool() const { return Ty; }