• Home
  • Raw
  • Download

Lines Matching refs:hasAttr

116     if (FD->getParamDecl(I)->hasAttr<PassObjectSizeAttr>())  in appendParameterTypes()
149 if (D->hasAttr<StdCallAttr>()) in getCallingConventionForDecl()
152 if (D->hasAttr<FastCallAttr>()) in getCallingConventionForDecl()
155 if (D->hasAttr<ThisCallAttr>()) in getCallingConventionForDecl()
158 if (D->hasAttr<VectorCallAttr>()) in getCallingConventionForDecl()
161 if (D->hasAttr<PascalAttr>()) in getCallingConventionForDecl()
167 if (D->hasAttr<IntelOclBiccAttr>()) in getCallingConventionForDecl()
170 if (D->hasAttr<MSABIAttr>()) in getCallingConventionForDecl()
173 if (D->hasAttr<SysVABIAttr>()) in getCallingConventionForDecl()
340 MD->hasAttr<NSReturnsRetainedAttr>()) in arrangeObjCMessageSendSignature()
1457 if (TargetDecl->hasAttr<ReturnsTwiceAttr>()) in ConstructAttributeList()
1459 if (TargetDecl->hasAttr<NoThrowAttr>()) in ConstructAttributeList()
1461 if (TargetDecl->hasAttr<NoReturnAttr>()) in ConstructAttributeList()
1463 if (TargetDecl->hasAttr<NoDuplicateAttr>()) in ConstructAttributeList()
1477 if (TargetDecl->hasAttr<ConstAttr>()) { in ConstructAttributeList()
1480 } else if (TargetDecl->hasAttr<PureAttr>()) { in ConstructAttributeList()
1483 } else if (TargetDecl->hasAttr<NoAliasAttr>()) { in ConstructAttributeList()
1487 if (TargetDecl->hasAttr<RestrictAttr>()) in ConstructAttributeList()
1489 if (TargetDecl->hasAttr<ReturnsNonNullAttr>()) in ConstructAttributeList()
1492 HasOptnone = TargetDecl->hasAttr<OptimizeNoneAttr>(); in ConstructAttributeList()
1508 !(TargetDecl && TargetDecl->hasAttr<NoSplitStackAttr>())) in ConstructAttributeList()
1531 (TargetDecl && TargetDecl->hasAttr<DisableTailCallsAttr>()); in ConstructAttributeList()
1556 if (FD && FD->hasAttr<TargetAttr>()) { in ConstructAttributeList()
1817 if (CurCodeDecl && CurCodeDecl->hasAttr<NakedAttr>()) in EmitFunctionProlog()
2367 if (CurCodeDecl && CurCodeDecl->hasAttr<NakedAttr>()) { in EmitFunctionEpilog()
3529 if (CurCodeDecl && CurCodeDecl->hasAttr<FlattenAttr>() && in EmitCall()
3584 if (TargetDecl && TargetDecl->hasAttr<NotTailCalledAttr>()) in EmitCall()