Searched refs:StrBoolAttr (Results 1 – 2 of 2) sorted by relevance
42 class StrBoolAttr<string S> : Attr<S, []>;328 def LessPreciseFPMAD : StrBoolAttr<"less-precise-fpmad">;329 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;330 def NoNansFPMath : StrBoolAttr<"no-nans-fp-math">;331 def ApproxFuncFPMath : StrBoolAttr<"approx-func-fp-math">;332 def NoSignedZerosFPMath : StrBoolAttr<"no-signed-zeros-fp-math">;333 def UnsafeFPMath : StrBoolAttr<"unsafe-fp-math">;334 def NoJumpTables : StrBoolAttr<"no-jump-tables">;335 def NoInlineLineTables : StrBoolAttr<"no-inline-line-tables">;336 def ProfileSampleAccurate : StrBoolAttr<"profile-sample-accurate">;[all …]
2190 struct StrBoolAttr { struct2211 struct ENUM_NAME##Attr : StrBoolAttr { \ argument