Searched refs:StrBoolAttr (Results 1 – 2 of 2) sorted by relevance
42 class StrBoolAttr<string S> : Attr<S, []>;310 def LessPreciseFPMAD : StrBoolAttr<"less-precise-fpmad">;311 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;312 def NoNansFPMath : StrBoolAttr<"no-nans-fp-math">;313 def ApproxFuncFPMath : StrBoolAttr<"approx-func-fp-math">;314 def NoSignedZerosFPMath : StrBoolAttr<"no-signed-zeros-fp-math">;315 def UnsafeFPMath : StrBoolAttr<"unsafe-fp-math">;316 def NoJumpTables : StrBoolAttr<"no-jump-tables">;317 def NoInlineLineTables : StrBoolAttr<"no-inline-line-tables">;318 def ProfileSampleAccurate : StrBoolAttr<"profile-sample-accurate">;[all …]
2089 struct StrBoolAttr { struct2110 struct ENUM_NAME##Attr : StrBoolAttr { \ argument