1#ifdef GET_ATTR_NAMES
2#undef GET_ATTR_NAMES
3#ifndef ATTRIBUTE_ALL
4#define ATTRIBUTE_ALL(FIRST, SECOND)
5#endif
6
7#ifndef ATTRIBUTE_ENUM
8#define ATTRIBUTE_ENUM(FIRST, SECOND) ATTRIBUTE_ALL(FIRST, SECOND)
9#endif
10
11ATTRIBUTE_ENUM(AllocAlign,allocalign)
12ATTRIBUTE_ENUM(AllocatedPointer,allocptr)
13ATTRIBUTE_ENUM(AlwaysInline,alwaysinline)
14ATTRIBUTE_ENUM(Builtin,builtin)
15ATTRIBUTE_ENUM(Cold,cold)
16ATTRIBUTE_ENUM(Convergent,convergent)
17ATTRIBUTE_ENUM(CoroDestroyOnlyWhenComplete,coro_only_destroy_when_complete)
18ATTRIBUTE_ENUM(CoroElideSafe,coro_elide_safe)
19ATTRIBUTE_ENUM(DeadOnUnwind,dead_on_unwind)
20ATTRIBUTE_ENUM(DisableSanitizerInstrumentation,disable_sanitizer_instrumentation)
21ATTRIBUTE_ENUM(FnRetThunkExtern,fn_ret_thunk_extern)
22ATTRIBUTE_ENUM(Hot,hot)
23ATTRIBUTE_ENUM(HybridPatchable,hybrid_patchable)
24ATTRIBUTE_ENUM(ImmArg,immarg)
25ATTRIBUTE_ENUM(InReg,inreg)
26ATTRIBUTE_ENUM(InlineHint,inlinehint)
27ATTRIBUTE_ENUM(JumpTable,jumptable)
28ATTRIBUTE_ENUM(MinSize,minsize)
29ATTRIBUTE_ENUM(MustProgress,mustprogress)
30ATTRIBUTE_ENUM(Naked,naked)
31ATTRIBUTE_ENUM(Nest,nest)
32ATTRIBUTE_ENUM(NoAlias,noalias)
33ATTRIBUTE_ENUM(NoBuiltin,nobuiltin)
34ATTRIBUTE_ENUM(NoCallback,nocallback)
35ATTRIBUTE_ENUM(NoCfCheck,nocf_check)
36ATTRIBUTE_ENUM(NoCreateUndefOrPoison,nocreateundeforpoison)
37ATTRIBUTE_ENUM(NoDivergenceSource,nodivergencesource)
38ATTRIBUTE_ENUM(NoDuplicate,noduplicate)
39ATTRIBUTE_ENUM(NoExt,noext)
40ATTRIBUTE_ENUM(NoFree,nofree)
41ATTRIBUTE_ENUM(NoImplicitFloat,noimplicitfloat)
42ATTRIBUTE_ENUM(NoInline,noinline)
43ATTRIBUTE_ENUM(NoMerge,nomerge)
44ATTRIBUTE_ENUM(NoProfile,noprofile)
45ATTRIBUTE_ENUM(NoRecurse,norecurse)
46ATTRIBUTE_ENUM(NoRedZone,noredzone)
47ATTRIBUTE_ENUM(NoReturn,noreturn)
48ATTRIBUTE_ENUM(NoSanitizeBounds,nosanitize_bounds)
49ATTRIBUTE_ENUM(NoSanitizeCoverage,nosanitize_coverage)
50ATTRIBUTE_ENUM(NoSync,nosync)
51ATTRIBUTE_ENUM(NoUndef,noundef)
52ATTRIBUTE_ENUM(NoUnwind,nounwind)
53ATTRIBUTE_ENUM(NonLazyBind,nonlazybind)
54ATTRIBUTE_ENUM(NonNull,nonnull)
55ATTRIBUTE_ENUM(NullPointerIsValid,null_pointer_is_valid)
56ATTRIBUTE_ENUM(OptForFuzzing,optforfuzzing)
57ATTRIBUTE_ENUM(OptimizeForDebugging,optdebug)
58ATTRIBUTE_ENUM(OptimizeForSize,optsize)
59ATTRIBUTE_ENUM(OptimizeNone,optnone)
60ATTRIBUTE_ENUM(PresplitCoroutine,presplitcoroutine)
61ATTRIBUTE_ENUM(ReadNone,readnone)
62ATTRIBUTE_ENUM(ReadOnly,readonly)
63ATTRIBUTE_ENUM(Returned,returned)
64ATTRIBUTE_ENUM(ReturnsTwice,returns_twice)
65ATTRIBUTE_ENUM(SExt,signext)
66ATTRIBUTE_ENUM(SafeStack,safestack)
67ATTRIBUTE_ENUM(SanitizeAddress,sanitize_address)
68ATTRIBUTE_ENUM(SanitizeAllocToken,sanitize_alloc_token)
69ATTRIBUTE_ENUM(SanitizeHWAddress,sanitize_hwaddress)
70ATTRIBUTE_ENUM(SanitizeMemTag,sanitize_memtag)
71ATTRIBUTE_ENUM(SanitizeMemory,sanitize_memory)
72ATTRIBUTE_ENUM(SanitizeNumericalStability,sanitize_numerical_stability)
73ATTRIBUTE_ENUM(SanitizeRealtime,sanitize_realtime)
74ATTRIBUTE_ENUM(SanitizeRealtimeBlocking,sanitize_realtime_blocking)
75ATTRIBUTE_ENUM(SanitizeThread,sanitize_thread)
76ATTRIBUTE_ENUM(SanitizeType,sanitize_type)
77ATTRIBUTE_ENUM(ShadowCallStack,shadowcallstack)
78ATTRIBUTE_ENUM(SkipProfile,skipprofile)
79ATTRIBUTE_ENUM(Speculatable,speculatable)
80ATTRIBUTE_ENUM(SpeculativeLoadHardening,speculative_load_hardening)
81ATTRIBUTE_ENUM(StackProtect,ssp)
82ATTRIBUTE_ENUM(StackProtectReq,sspreq)
83ATTRIBUTE_ENUM(StackProtectStrong,sspstrong)
84ATTRIBUTE_ENUM(StrictFP,strictfp)
85ATTRIBUTE_ENUM(SwiftAsync,swiftasync)
86ATTRIBUTE_ENUM(SwiftError,swifterror)
87ATTRIBUTE_ENUM(SwiftSelf,swiftself)
88ATTRIBUTE_ENUM(WillReturn,willreturn)
89ATTRIBUTE_ENUM(Writable,writable)
90ATTRIBUTE_ENUM(WriteOnly,writeonly)
91ATTRIBUTE_ENUM(ZExt,zeroext)
92ATTRIBUTE_ENUM(ByRef,byref)
93ATTRIBUTE_ENUM(ByVal,byval)
94ATTRIBUTE_ENUM(ElementType,elementtype)
95ATTRIBUTE_ENUM(InAlloca,inalloca)
96ATTRIBUTE_ENUM(Preallocated,preallocated)
97ATTRIBUTE_ENUM(StructRet,sret)
98ATTRIBUTE_ENUM(Alignment,align)
99ATTRIBUTE_ENUM(AllocKind,allockind)
100ATTRIBUTE_ENUM(AllocSize,allocsize)
101ATTRIBUTE_ENUM(Captures,captures)
102ATTRIBUTE_ENUM(DeadOnReturn,dead_on_return)
103ATTRIBUTE_ENUM(Dereferenceable,dereferenceable)
104ATTRIBUTE_ENUM(DereferenceableOrNull,dereferenceable_or_null)
105ATTRIBUTE_ENUM(Memory,memory)
106ATTRIBUTE_ENUM(NoFPClass,nofpclass)
107ATTRIBUTE_ENUM(StackAlignment,alignstack)
108ATTRIBUTE_ENUM(UWTable,uwtable)
109ATTRIBUTE_ENUM(VScaleRange,vscale_range)
110ATTRIBUTE_ENUM(Range,range)
111ATTRIBUTE_ENUM(Initializes,initializes)
112#undef ATTRIBUTE_ENUM
113
114#ifndef ATTRIBUTE_STRBOOL
115#define ATTRIBUTE_STRBOOL(FIRST, SECOND) ATTRIBUTE_ALL(FIRST, SECOND)
116#endif
117
118ATTRIBUTE_STRBOOL(AllowDirectAccessInHotPatchFunction,allow_direct_access_in_hot_patch_function)
119ATTRIBUTE_STRBOOL(LessPreciseFPMAD,less-precise-fpmad)
120ATTRIBUTE_STRBOOL(LoaderReplaceable,loader-replaceable)
121ATTRIBUTE_STRBOOL(MarkedForWindowsSecureHotPatching,marked_for_windows_hot_patching)
122ATTRIBUTE_STRBOOL(NoInfsFPMath,no-infs-fp-math)
123ATTRIBUTE_STRBOOL(NoInlineLineTables,no-inline-line-tables)
124ATTRIBUTE_STRBOOL(NoJumpTables,no-jump-tables)
125ATTRIBUTE_STRBOOL(NoNansFPMath,no-nans-fp-math)
126ATTRIBUTE_STRBOOL(NoSignedZerosFPMath,no-signed-zeros-fp-math)
127ATTRIBUTE_STRBOOL(ProfileSampleAccurate,profile-sample-accurate)
128ATTRIBUTE_STRBOOL(UseSampleProfile,use-sample-profile)
129#undef ATTRIBUTE_STRBOOL
130
131#ifndef ATTRIBUTE_COMPLEXSTR
132#define ATTRIBUTE_COMPLEXSTR(FIRST, SECOND) ATTRIBUTE_ALL(FIRST, SECOND)
133#endif
134
135ATTRIBUTE_COMPLEXSTR(DenormalFPMath,denormal-fp-math)
136ATTRIBUTE_COMPLEXSTR(DenormalFPMathF32,denormal-fp-math-f32)
137#undef ATTRIBUTE_COMPLEXSTR
138
139#undef ATTRIBUTE_ALL
140#endif
141
142#ifdef GET_ATTR_ENUM
143#undef GET_ATTR_ENUM
144FirstEnumAttr = 1,
145AllocAlign = 1,
146AllocatedPointer = 2,
147AlwaysInline = 3,
148Builtin = 4,
149Cold = 5,
150Convergent = 6,
151CoroDestroyOnlyWhenComplete = 7,
152CoroElideSafe = 8,
153DeadOnUnwind = 9,
154DisableSanitizerInstrumentation = 10,
155FnRetThunkExtern = 11,
156Hot = 12,
157HybridPatchable = 13,
158ImmArg = 14,
159InReg = 15,
160InlineHint = 16,
161JumpTable = 17,
162MinSize = 18,
163MustProgress = 19,
164Naked = 20,
165Nest = 21,
166NoAlias = 22,
167NoBuiltin = 23,
168NoCallback = 24,
169NoCfCheck = 25,
170NoCreateUndefOrPoison = 26,
171NoDivergenceSource = 27,
172NoDuplicate = 28,
173NoExt = 29,
174NoFree = 30,
175NoImplicitFloat = 31,
176NoInline = 32,
177NoMerge = 33,
178NoProfile = 34,
179NoRecurse = 35,
180NoRedZone = 36,
181NoReturn = 37,
182NoSanitizeBounds = 38,
183NoSanitizeCoverage = 39,
184NoSync = 40,
185NoUndef = 41,
186NoUnwind = 42,
187NonLazyBind = 43,
188NonNull = 44,
189NullPointerIsValid = 45,
190OptForFuzzing = 46,
191OptimizeForDebugging = 47,
192OptimizeForSize = 48,
193OptimizeNone = 49,
194PresplitCoroutine = 50,
195ReadNone = 51,
196ReadOnly = 52,
197Returned = 53,
198ReturnsTwice = 54,
199SExt = 55,
200SafeStack = 56,
201SanitizeAddress = 57,
202SanitizeAllocToken = 58,
203SanitizeHWAddress = 59,
204SanitizeMemTag = 60,
205SanitizeMemory = 61,
206SanitizeNumericalStability = 62,
207SanitizeRealtime = 63,
208SanitizeRealtimeBlocking = 64,
209SanitizeThread = 65,
210SanitizeType = 66,
211ShadowCallStack = 67,
212SkipProfile = 68,
213Speculatable = 69,
214SpeculativeLoadHardening = 70,
215StackProtect = 71,
216StackProtectReq = 72,
217StackProtectStrong = 73,
218StrictFP = 74,
219SwiftAsync = 75,
220SwiftError = 76,
221SwiftSelf = 77,
222WillReturn = 78,
223Writable = 79,
224WriteOnly = 80,
225ZExt = 81,
226LastEnumAttr = 81,
227FirstTypeAttr = 82,
228ByRef = 82,
229ByVal = 83,
230ElementType = 84,
231InAlloca = 85,
232Preallocated = 86,
233StructRet = 87,
234LastTypeAttr = 87,
235FirstIntAttr = 88,
236Alignment = 88,
237AllocKind = 89,
238AllocSize = 90,
239Captures = 91,
240DeadOnReturn = 92,
241Dereferenceable = 93,
242DereferenceableOrNull = 94,
243Memory = 95,
244NoFPClass = 96,
245StackAlignment = 97,
246UWTable = 98,
247VScaleRange = 99,
248LastIntAttr = 99,
249FirstConstantRangeAttr = 100,
250Range = 100,
251LastConstantRangeAttr = 100,
252FirstConstantRangeListAttr = 101,
253Initializes = 101,
254LastConstantRangeListAttr = 101,
255#endif
256
257#ifdef GET_ATTR_COMPAT_FUNC
258#undef GET_ATTR_COMPAT_FUNC
259static inline bool hasCompatibleFnAttrs(const Function &Caller,
260 const Function &Callee) {
261 bool Ret = true;
262
263 Ret &= isEqual<SanitizeAddressAttr>(Caller, Callee);
264 Ret &= isEqual<SanitizeThreadAttr>(Caller, Callee);
265 Ret &= isEqual<SanitizeTypeAttr>(Caller, Callee);
266 Ret &= isEqual<SanitizeMemoryAttr>(Caller, Callee);
267 Ret &= isEqual<SanitizeHWAddressAttr>(Caller, Callee);
268 Ret &= isEqual<SanitizeMemTagAttr>(Caller, Callee);
269 Ret &= isEqual<SanitizeNumericalStabilityAttr>(Caller, Callee);
270 Ret &= isEqual<SanitizeRealtimeAttr>(Caller, Callee);
271 Ret &= isEqual<SanitizeRealtimeBlockingAttr>(Caller, Callee);
272 Ret &= isEqual<SafeStackAttr>(Caller, Callee);
273 Ret &= isEqual<ShadowCallStackAttr>(Caller, Callee);
274 Ret &= isEqual<UseSampleProfileAttr>(Caller, Callee);
275 Ret &= isEqual<NoProfileAttr>(Caller, Callee);
276 Ret &= checkDenormMode(Caller, Callee);
277 Ret &= checkStrictFP(Caller, Callee);
278 Ret &= isEqual(Caller, Callee, "sign-return-address");
279 Ret &= isEqual(Caller, Callee, "sign-return-address-key");
280 Ret &= isEqual(Caller, Callee, "branch-protection-pauth-lr");
281
282 return Ret;
283}
284
285static inline void mergeFnAttrs(Function &Caller,
286 const Function &Callee) {
287 setAND<LessPreciseFPMADAttr>(Caller, Callee);
288 setAND<NoInfsFPMathAttr>(Caller, Callee);
289 setAND<NoNansFPMathAttr>(Caller, Callee);
290 setAND<NoSignedZerosFPMathAttr>(Caller, Callee);
291 setOR<NoImplicitFloatAttr>(Caller, Callee);
292 setOR<NoJumpTablesAttr>(Caller, Callee);
293 setOR<ProfileSampleAccurateAttr>(Caller, Callee);
294 setOR<SpeculativeLoadHardeningAttr>(Caller, Callee);
295 adjustCallerSSPLevel(Caller, Callee);
296 adjustCallerStackProbes(Caller, Callee);
297 adjustCallerStackProbeSize(Caller, Callee);
298 adjustMinLegalVectorWidth(Caller, Callee);
299 adjustNullPointerValidAttr(Caller, Callee);
300 setAND<MustProgressAttr>(Caller, Callee);
301}
302
303#endif
304#ifdef GET_ATTR_PROP_TABLE
305#undef GET_ATTR_PROP_TABLE
306static const uint8_t AttrPropTable[] = {
3070 | AttributeProperty::ParamAttr | AttributeProperty::IntersectAnd,
3080 | AttributeProperty::ParamAttr | AttributeProperty::IntersectAnd,
3090 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3100 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3110 | AttributeProperty::FnAttr | AttributeProperty::IntersectAnd,
3120 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3130 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3140 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3150 | AttributeProperty::ParamAttr | AttributeProperty::IntersectAnd,
3160 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3170 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3180 | AttributeProperty::FnAttr | AttributeProperty::IntersectAnd,
3190 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3200 | AttributeProperty::ParamAttr | AttributeProperty::IntersectPreserve,
3210 | AttributeProperty::ParamAttr | AttributeProperty::RetAttr | AttributeProperty::IntersectPreserve,
3220 | AttributeProperty::FnAttr | AttributeProperty::IntersectAnd,
3230 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3240 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3250 | AttributeProperty::FnAttr | AttributeProperty::IntersectAnd,
3260 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3270 | AttributeProperty::ParamAttr | AttributeProperty::IntersectPreserve,
3280 | AttributeProperty::ParamAttr | AttributeProperty::RetAttr | AttributeProperty::IntersectAnd,
3290 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3300 | AttributeProperty::FnAttr | AttributeProperty::IntersectAnd,
3310 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3320 | AttributeProperty::FnAttr | AttributeProperty::IntersectAnd,
3330 | AttributeProperty::FnAttr | AttributeProperty::IntersectAnd,
3340 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3350 | AttributeProperty::ParamAttr | AttributeProperty::RetAttr | AttributeProperty::IntersectPreserve,
3360 | AttributeProperty::FnAttr | AttributeProperty::ParamAttr | AttributeProperty::IntersectAnd,
3370 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3380 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3390 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3400 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3410 | AttributeProperty::FnAttr | AttributeProperty::IntersectAnd,
3420 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3430 | AttributeProperty::FnAttr | AttributeProperty::IntersectAnd,
3440 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3450 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3460 | AttributeProperty::FnAttr | AttributeProperty::IntersectAnd,
3470 | AttributeProperty::ParamAttr | AttributeProperty::RetAttr | AttributeProperty::IntersectAnd,
3480 | AttributeProperty::FnAttr | AttributeProperty::IntersectAnd,
3490 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3500 | AttributeProperty::ParamAttr | AttributeProperty::RetAttr | AttributeProperty::IntersectAnd,
3510 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3520 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3530 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3540 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3550 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3560 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3570 | AttributeProperty::ParamAttr | AttributeProperty::IntersectAnd,
3580 | AttributeProperty::ParamAttr | AttributeProperty::IntersectAnd,
3590 | AttributeProperty::ParamAttr | AttributeProperty::IntersectAnd,
3600 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3610 | AttributeProperty::ParamAttr | AttributeProperty::RetAttr | AttributeProperty::IntersectPreserve,
3620 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3630 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3640 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3650 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3660 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3670 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3680 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3690 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3700 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3710 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3720 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3730 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3740 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3750 | AttributeProperty::FnAttr | AttributeProperty::IntersectAnd,
3760 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3770 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3780 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3790 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3800 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3810 | AttributeProperty::ParamAttr | AttributeProperty::IntersectPreserve,
3820 | AttributeProperty::ParamAttr | AttributeProperty::IntersectPreserve,
3830 | AttributeProperty::ParamAttr | AttributeProperty::IntersectPreserve,
3840 | AttributeProperty::FnAttr | AttributeProperty::IntersectAnd,
3850 | AttributeProperty::ParamAttr | AttributeProperty::IntersectAnd,
3860 | AttributeProperty::ParamAttr | AttributeProperty::IntersectAnd,
3870 | AttributeProperty::ParamAttr | AttributeProperty::RetAttr | AttributeProperty::IntersectPreserve,
3880 | AttributeProperty::ParamAttr | AttributeProperty::IntersectPreserve,
3890 | AttributeProperty::ParamAttr | AttributeProperty::IntersectPreserve,
3900 | AttributeProperty::ParamAttr | AttributeProperty::IntersectPreserve,
3910 | AttributeProperty::ParamAttr | AttributeProperty::IntersectPreserve,
3920 | AttributeProperty::FnAttr | AttributeProperty::ParamAttr | AttributeProperty::IntersectPreserve,
3930 | AttributeProperty::ParamAttr | AttributeProperty::IntersectPreserve,
3940 | AttributeProperty::ParamAttr | AttributeProperty::RetAttr | AttributeProperty::IntersectCustom,
3950 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3960 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3970 | AttributeProperty::ParamAttr | AttributeProperty::IntersectCustom,
3980 | AttributeProperty::ParamAttr | AttributeProperty::IntersectMin,
3990 | AttributeProperty::ParamAttr | AttributeProperty::RetAttr | AttributeProperty::IntersectMin,
4000 | AttributeProperty::ParamAttr | AttributeProperty::RetAttr | AttributeProperty::IntersectMin,
4010 | AttributeProperty::FnAttr | AttributeProperty::IntersectCustom,
4020 | AttributeProperty::ParamAttr | AttributeProperty::RetAttr | AttributeProperty::IntersectCustom,
4030 | AttributeProperty::FnAttr | AttributeProperty::ParamAttr | AttributeProperty::RetAttr | AttributeProperty::IntersectPreserve,
4040 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
4050 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
4060 | AttributeProperty::ParamAttr | AttributeProperty::RetAttr | AttributeProperty::IntersectCustom,
4070 | AttributeProperty::ParamAttr | AttributeProperty::IntersectPreserve,
408};
409#endif
410