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