Searched refs:StrBoolAttr (Results 1 – 2 of 2) sorted by relevance
42 class StrBoolAttr<string S> : Attr<S, []>;346 def LessPreciseFPMAD : StrBoolAttr<"less-precise-fpmad">;347 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;348 def NoNansFPMath : StrBoolAttr<"no-nans-fp-math">;349 def ApproxFuncFPMath : StrBoolAttr<"approx-func-fp-math">;350 def NoSignedZerosFPMath : StrBoolAttr<"no-signed-zeros-fp-math">;351 def UnsafeFPMath : StrBoolAttr<"unsafe-fp-math">;352 def NoJumpTables : StrBoolAttr<"no-jump-tables">;353 def NoInlineLineTables : StrBoolAttr<"no-inline-line-tables">;354 def ProfileSampleAccurate : StrBoolAttr<"profile-sample-accurate">;[all …]
2360 struct StrBoolAttr { struct2381 struct ENUM_NAME##Attr : StrBoolAttr { \ argument