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