Searched refs:StrBoolAttr (Results 1 – 2 of 2) sorted by relevance
26 class StrBoolAttr<string S> : Attr<S>;269 def LessPreciseFPMAD : StrBoolAttr<"less-precise-fpmad">;270 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;271 def NoNansFPMath : StrBoolAttr<"no-nans-fp-math">;272 def NoSignedZerosFPMath : StrBoolAttr<"no-signed-zeros-fp-math">;273 def UnsafeFPMath : StrBoolAttr<"unsafe-fp-math">;274 def NoJumpTables : StrBoolAttr<"no-jump-tables">;275 def NoInlineLineTables : StrBoolAttr<"no-inline-line-tables">;276 def ProfileSampleAccurate : StrBoolAttr<"profile-sample-accurate">;277 def UseSampleProfile : StrBoolAttr<"use-sample-profile">;
2274 struct StrBoolAttr { struct2295 struct ENUM_NAME##Attr : StrBoolAttr { \ argument