Searched refs:StrBoolAttr (Results 1 – 2 of 2) sorted by relevance
42 class StrBoolAttr<string S> : Attr<S, []>;291 def LessPreciseFPMAD : StrBoolAttr<"less-precise-fpmad">;292 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;293 def NoNansFPMath : StrBoolAttr<"no-nans-fp-math">;294 def NoSignedZerosFPMath : StrBoolAttr<"no-signed-zeros-fp-math">;295 def UnsafeFPMath : StrBoolAttr<"unsafe-fp-math">;296 def NoJumpTables : StrBoolAttr<"no-jump-tables">;297 def NoInlineLineTables : StrBoolAttr<"no-inline-line-tables">;298 def ProfileSampleAccurate : StrBoolAttr<"profile-sample-accurate">;299 def UseSampleProfile : StrBoolAttr<"use-sample-profile">;
2064 struct StrBoolAttr { struct2085 struct ENUM_NAME##Attr : StrBoolAttr { \ argument