Home | History | Annotate | Download | only in Sema

Lines Matching defs:PCS

3120     PcsAttr::PCSType PCS;
3123 PCS = PcsAttr::AAPCS;
3126 PCS = PcsAttr::AAPCS_VFP;
3129 llvm_unreachable("unexpected calling convention in pcs attribute");
3133 PcsAttr(Attr.getRange(), S.Context, PCS,