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(DeadOnReturn,dead_on_return)
20ATTRIBUTE_ENUM(DeadOnUnwind,dead_on_unwind)
21ATTRIBUTE_ENUM(DisableSanitizerInstrumentation,disable_sanitizer_instrumentation)
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(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(SanitizeHWAddress,sanitize_hwaddress)
69ATTRIBUTE_ENUM(SanitizeMemTag,sanitize_memtag)
70ATTRIBUTE_ENUM(SanitizeMemory,sanitize_memory)
71ATTRIBUTE_ENUM(SanitizeNumericalStability,sanitize_numerical_stability)
72ATTRIBUTE_ENUM(SanitizeRealtime,sanitize_realtime)
73ATTRIBUTE_ENUM(SanitizeRealtimeBlocking,sanitize_realtime_blocking)
74ATTRIBUTE_ENUM(SanitizeThread,sanitize_thread)
75ATTRIBUTE_ENUM(SanitizeType,sanitize_type)
76ATTRIBUTE_ENUM(ShadowCallStack,shadowcallstack)
77ATTRIBUTE_ENUM(SkipProfile,skipprofile)
78ATTRIBUTE_ENUM(Speculatable,speculatable)
79ATTRIBUTE_ENUM(SpeculativeLoadHardening,speculative_load_hardening)
80ATTRIBUTE_ENUM(StackProtect,ssp)
81ATTRIBUTE_ENUM(StackProtectReq,sspreq)
82ATTRIBUTE_ENUM(StackProtectStrong,sspstrong)
83ATTRIBUTE_ENUM(StrictFP,strictfp)
84ATTRIBUTE_ENUM(SwiftAsync,swiftasync)
85ATTRIBUTE_ENUM(SwiftError,swifterror)
86ATTRIBUTE_ENUM(SwiftSelf,swiftself)
87ATTRIBUTE_ENUM(WillReturn,willreturn)
88ATTRIBUTE_ENUM(Writable,writable)
89ATTRIBUTE_ENUM(WriteOnly,writeonly)
90ATTRIBUTE_ENUM(ZExt,zeroext)
91ATTRIBUTE_ENUM(ByRef,byref)
92ATTRIBUTE_ENUM(ByVal,byval)
93ATTRIBUTE_ENUM(ElementType,elementtype)
94ATTRIBUTE_ENUM(InAlloca,inalloca)
95ATTRIBUTE_ENUM(Preallocated,preallocated)
96ATTRIBUTE_ENUM(StructRet,sret)
97ATTRIBUTE_ENUM(Alignment,align)
98ATTRIBUTE_ENUM(AllocKind,allockind)
99ATTRIBUTE_ENUM(AllocSize,allocsize)
100ATTRIBUTE_ENUM(Captures,captures)
101ATTRIBUTE_ENUM(Dereferenceable,dereferenceable)
102ATTRIBUTE_ENUM(DereferenceableOrNull,dereferenceable_or_null)
103ATTRIBUTE_ENUM(Memory,memory)
104ATTRIBUTE_ENUM(NoFPClass,nofpclass)
105ATTRIBUTE_ENUM(StackAlignment,alignstack)
106ATTRIBUTE_ENUM(UWTable,uwtable)
107ATTRIBUTE_ENUM(VScaleRange,vscale_range)
108ATTRIBUTE_ENUM(Range,range)
109ATTRIBUTE_ENUM(Initializes,initializes)
110#undef ATTRIBUTE_ENUM
111
112#ifndef ATTRIBUTE_STRBOOL
113#define ATTRIBUTE_STRBOOL(FIRST, SECOND) ATTRIBUTE_ALL(FIRST, SECOND)
114#endif
115
116ATTRIBUTE_STRBOOL(AllowDirectAccessInHotPatchFunction,allow_direct_access_in_hot_patch_function)
117ATTRIBUTE_STRBOOL(ApproxFuncFPMath,approx-func-fp-math)
118ATTRIBUTE_STRBOOL(LessPreciseFPMAD,less-precise-fpmad)
119ATTRIBUTE_STRBOOL(LoaderReplaceable,loader-replaceable)
120ATTRIBUTE_STRBOOL(MarkedForWindowsSecureHotPatching,marked_for_windows_hot_patching)
121ATTRIBUTE_STRBOOL(NoInfsFPMath,no-infs-fp-math)
122ATTRIBUTE_STRBOOL(NoInlineLineTables,no-inline-line-tables)
123ATTRIBUTE_STRBOOL(NoJumpTables,no-jump-tables)
124ATTRIBUTE_STRBOOL(NoNansFPMath,no-nans-fp-math)
125ATTRIBUTE_STRBOOL(NoSignedZerosFPMath,no-signed-zeros-fp-math)
126ATTRIBUTE_STRBOOL(ProfileSampleAccurate,profile-sample-accurate)
127ATTRIBUTE_STRBOOL(UnsafeFPMath,unsafe-fp-math)
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,
153DeadOnReturn = 9,
154DeadOnUnwind = 10,
155DisableSanitizerInstrumentation = 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,
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,
202SanitizeHWAddress = 58,
203SanitizeMemTag = 59,
204SanitizeMemory = 60,
205SanitizeNumericalStability = 61,
206SanitizeRealtime = 62,
207SanitizeRealtimeBlocking = 63,
208SanitizeThread = 64,
209SanitizeType = 65,
210ShadowCallStack = 66,
211SkipProfile = 67,
212Speculatable = 68,
213SpeculativeLoadHardening = 69,
214StackProtect = 70,
215StackProtectReq = 71,
216StackProtectStrong = 72,
217StrictFP = 73,
218SwiftAsync = 74,
219SwiftError = 75,
220SwiftSelf = 76,
221WillReturn = 77,
222Writable = 78,
223WriteOnly = 79,
224ZExt = 80,
225LastEnumAttr = 80,
226FirstTypeAttr = 81,
227ByRef = 81,
228ByVal = 82,
229ElementType = 83,
230InAlloca = 84,
231Preallocated = 85,
232StructRet = 86,
233LastTypeAttr = 86,
234FirstIntAttr = 87,
235Alignment = 87,
236AllocKind = 88,
237AllocSize = 89,
238Captures = 90,
239Dereferenceable = 91,
240DereferenceableOrNull = 92,
241Memory = 93,
242NoFPClass = 94,
243StackAlignment = 95,
244UWTable = 96,
245VScaleRange = 97,
246LastIntAttr = 97,
247FirstConstantRangeAttr = 98,
248Range = 98,
249LastConstantRangeAttr = 98,
250FirstConstantRangeListAttr = 99,
251Initializes = 99,
252LastConstantRangeListAttr = 99,
253#endif
254
255#ifdef GET_ATTR_COMPAT_FUNC
256#undef GET_ATTR_COMPAT_FUNC
257static inline bool hasCompatibleFnAttrs(const Function &Caller,
258 const Function &Callee) {
259 bool Ret = true;
260
261 Ret &= isEqual<SanitizeAddressAttr>(Caller, Callee);
262 Ret &= isEqual<SanitizeThreadAttr>(Caller, Callee);
263 Ret &= isEqual<SanitizeTypeAttr>(Caller, Callee);
264 Ret &= isEqual<SanitizeMemoryAttr>(Caller, Callee);
265 Ret &= isEqual<SanitizeHWAddressAttr>(Caller, Callee);
266 Ret &= isEqual<SanitizeMemTagAttr>(Caller, Callee);
267 Ret &= isEqual<SanitizeNumericalStabilityAttr>(Caller, Callee);
268 Ret &= isEqual<SanitizeRealtimeAttr>(Caller, Callee);
269 Ret &= isEqual<SanitizeRealtimeBlockingAttr>(Caller, Callee);
270 Ret &= isEqual<SafeStackAttr>(Caller, Callee);
271 Ret &= isEqual<ShadowCallStackAttr>(Caller, Callee);
272 Ret &= isEqual<UseSampleProfileAttr>(Caller, Callee);
273 Ret &= isEqual<NoProfileAttr>(Caller, Callee);
274 Ret &= checkDenormMode(Caller, Callee);
275 Ret &= checkStrictFP(Caller, Callee);
276 Ret &= isEqual(Caller, Callee, "sign-return-address");
277 Ret &= isEqual(Caller, Callee, "sign-return-address-key");
278 Ret &= isEqual(Caller, Callee, "branch-protection-pauth-lr");
279
280 return Ret;
281}
282
283static inline void mergeFnAttrs(Function &Caller,
284 const Function &Callee) {
285 setAND<LessPreciseFPMADAttr>(Caller, Callee);
286 setAND<NoInfsFPMathAttr>(Caller, Callee);
287 setAND<NoNansFPMathAttr>(Caller, Callee);
288 setAND<ApproxFuncFPMathAttr>(Caller, Callee);
289 setAND<NoSignedZerosFPMathAttr>(Caller, Callee);
290 setAND<UnsafeFPMathAttr>(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::ParamAttr | AttributeProperty::IntersectAnd,
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::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::IntersectAnd,
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::ParamAttr | AttributeProperty::IntersectPreserve,
3810 | AttributeProperty::ParamAttr | AttributeProperty::IntersectPreserve,
3820 | AttributeProperty::ParamAttr | AttributeProperty::IntersectPreserve,
3830 | AttributeProperty::FnAttr | AttributeProperty::IntersectAnd,
3840 | AttributeProperty::ParamAttr | AttributeProperty::IntersectAnd,
3850 | AttributeProperty::ParamAttr | AttributeProperty::IntersectAnd,
3860 | AttributeProperty::ParamAttr | AttributeProperty::RetAttr | AttributeProperty::IntersectPreserve,
3870 | AttributeProperty::ParamAttr | AttributeProperty::IntersectPreserve,
3880 | AttributeProperty::ParamAttr | AttributeProperty::IntersectPreserve,
3890 | AttributeProperty::ParamAttr | AttributeProperty::IntersectPreserve,
3900 | AttributeProperty::ParamAttr | AttributeProperty::IntersectPreserve,
3910 | AttributeProperty::FnAttr | AttributeProperty::ParamAttr | AttributeProperty::IntersectPreserve,
3920 | AttributeProperty::ParamAttr | AttributeProperty::IntersectPreserve,
3930 | AttributeProperty::ParamAttr | AttributeProperty::RetAttr | AttributeProperty::IntersectCustom,
3940 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3950 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
3960 | AttributeProperty::ParamAttr | AttributeProperty::IntersectCustom,
3970 | AttributeProperty::ParamAttr | AttributeProperty::RetAttr | AttributeProperty::IntersectMin,
3980 | AttributeProperty::ParamAttr | AttributeProperty::RetAttr | AttributeProperty::IntersectMin,
3990 | AttributeProperty::FnAttr | AttributeProperty::IntersectCustom,
4000 | AttributeProperty::ParamAttr | AttributeProperty::RetAttr | AttributeProperty::IntersectCustom,
4010 | AttributeProperty::FnAttr | AttributeProperty::ParamAttr | AttributeProperty::RetAttr | AttributeProperty::IntersectPreserve,
4020 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
4030 | AttributeProperty::FnAttr | AttributeProperty::IntersectPreserve,
4040 | AttributeProperty::ParamAttr | AttributeProperty::RetAttr | AttributeProperty::IntersectCustom,
4050 | AttributeProperty::ParamAttr | AttributeProperty::IntersectPreserve,
406};
407#endif
408