Searched refs:StrBoolAttr (Results 1 – 2 of 2) sorted by relevance
67 class StrBoolAttr<string S> : Attr<S, IntersectPreserve, []>;397 : StrBoolAttr<"marked_for_windows_hot_patching">;403 : StrBoolAttr<"allow_direct_access_in_hot_patch_function">;406 def LessPreciseFPMAD : StrBoolAttr<"less-precise-fpmad">;407 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;408 def NoNansFPMath : StrBoolAttr<"no-nans-fp-math">;409 def ApproxFuncFPMath : StrBoolAttr<"approx-func-fp-math">;410 def NoSignedZerosFPMath : StrBoolAttr<"no-signed-zeros-fp-math">;411 def UnsafeFPMath : StrBoolAttr<"unsafe-fp-math">;412 def NoJumpTables : StrBoolAttr<"no-jump-tables">;[all …]
2659 struct StrBoolAttr { struct2680 struct ENUM_NAME##Attr : StrBoolAttr { \ argument