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