Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
14 | pmbaty | 1 | /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ |
2 | |* *| |
||
3 | |* List of all attributes that Clang recognizes *| |
||
4 | |* *| |
||
5 | |* Automatically generated file, do not edit! *| |
||
6 | |* *| |
||
7 | \*===----------------------------------------------------------------------===*/ |
||
8 | |||
9 | #ifndef TYPE_ATTR |
||
10 | #define TYPE_ATTR(NAME) ATTR(NAME) |
||
11 | #endif |
||
12 | |||
13 | #ifndef STMT_ATTR |
||
14 | #define STMT_ATTR(NAME) ATTR(NAME) |
||
15 | #endif |
||
16 | |||
17 | #ifndef DECL_OR_STMT_ATTR |
||
18 | #define DECL_OR_STMT_ATTR(NAME) INHERITABLE_ATTR(NAME) |
||
19 | #endif |
||
20 | |||
21 | #ifndef INHERITABLE_ATTR |
||
22 | #define INHERITABLE_ATTR(NAME) ATTR(NAME) |
||
23 | #endif |
||
24 | |||
25 | #ifndef DECL_OR_TYPE_ATTR |
||
26 | #define DECL_OR_TYPE_ATTR(NAME) INHERITABLE_ATTR(NAME) |
||
27 | #endif |
||
28 | |||
29 | #ifndef INHERITABLE_PARAM_ATTR |
||
30 | #define INHERITABLE_PARAM_ATTR(NAME) INHERITABLE_ATTR(NAME) |
||
31 | #endif |
||
32 | |||
33 | #ifndef PARAMETER_ABI_ATTR |
||
34 | #define PARAMETER_ABI_ATTR(NAME) INHERITABLE_PARAM_ATTR(NAME) |
||
35 | #endif |
||
36 | |||
37 | #ifndef HLSL_ANNOTATION_ATTR |
||
38 | #define HLSL_ANNOTATION_ATTR(NAME) INHERITABLE_ATTR(NAME) |
||
39 | #endif |
||
40 | |||
41 | #ifndef PRAGMA_SPELLING_ATTR |
||
42 | #define PRAGMA_SPELLING_ATTR(NAME) |
||
43 | #endif |
||
44 | |||
45 | TYPE_ATTR(AddressSpace) |
||
46 | TYPE_ATTR(AnnotateType) |
||
47 | TYPE_ATTR(ArmMveStrictPolymorphism) |
||
48 | TYPE_ATTR(BTFTypeTag) |
||
49 | TYPE_ATTR(CmseNSCall) |
||
50 | TYPE_ATTR(HLSLGroupSharedAddressSpace) |
||
51 | TYPE_ATTR(NoDeref) |
||
52 | TYPE_ATTR(ObjCGC) |
||
53 | TYPE_ATTR(ObjCInertUnsafeUnretained) |
||
54 | TYPE_ATTR(ObjCKindOf) |
||
55 | TYPE_ATTR(OpenCLConstantAddressSpace) |
||
56 | TYPE_ATTR(OpenCLGenericAddressSpace) |
||
57 | TYPE_ATTR(OpenCLGlobalAddressSpace) |
||
58 | TYPE_ATTR(OpenCLGlobalDeviceAddressSpace) |
||
59 | TYPE_ATTR(OpenCLGlobalHostAddressSpace) |
||
60 | TYPE_ATTR(OpenCLLocalAddressSpace) |
||
61 | TYPE_ATTR(OpenCLPrivateAddressSpace) |
||
62 | TYPE_ATTR(Ptr32) |
||
63 | TYPE_ATTR(Ptr64) |
||
64 | TYPE_ATTR(SPtr) |
||
65 | TYPE_ATTR(TypeNonNull) |
||
66 | TYPE_ATTR(TypeNullUnspecified) |
||
67 | TYPE_ATTR(TypeNullable) |
||
68 | TYPE_ATTR(TypeNullableResult) |
||
69 | TYPE_ATTR(UPtr) |
||
70 | STMT_ATTR(FallThrough) |
||
71 | STMT_ATTR(Likely) |
||
72 | STMT_ATTR(MustTail) |
||
73 | STMT_ATTR(OpenCLUnrollHint) |
||
74 | STMT_ATTR(Suppress) |
||
75 | STMT_ATTR(Unlikely) |
||
76 | DECL_OR_STMT_ATTR(AlwaysInline) |
||
77 | DECL_OR_STMT_ATTR(NoInline) |
||
78 | DECL_OR_STMT_ATTR(NoMerge) |
||
79 | DECL_OR_TYPE_ATTR(AArch64SVEPcs) |
||
80 | DECL_OR_TYPE_ATTR(AArch64VectorPcs) |
||
81 | DECL_OR_TYPE_ATTR(AMDGPUKernelCall) |
||
82 | DECL_OR_TYPE_ATTR(AcquireHandle) |
||
83 | DECL_OR_TYPE_ATTR(AnyX86NoCfCheck) |
||
84 | DECL_OR_TYPE_ATTR(CDecl) |
||
85 | DECL_OR_TYPE_ATTR(FastCall) |
||
86 | DECL_OR_TYPE_ATTR(IntelOclBicc) |
||
87 | DECL_OR_TYPE_ATTR(LifetimeBound) |
||
88 | DECL_OR_TYPE_ATTR(MSABI) |
||
89 | DECL_OR_TYPE_ATTR(NSReturnsRetained) |
||
90 | DECL_OR_TYPE_ATTR(ObjCOwnership) |
||
91 | DECL_OR_TYPE_ATTR(Pascal) |
||
92 | DECL_OR_TYPE_ATTR(Pcs) |
||
93 | DECL_OR_TYPE_ATTR(PreserveAll) |
||
94 | DECL_OR_TYPE_ATTR(PreserveMost) |
||
95 | DECL_OR_TYPE_ATTR(RegCall) |
||
96 | DECL_OR_TYPE_ATTR(StdCall) |
||
97 | DECL_OR_TYPE_ATTR(SwiftAsyncCall) |
||
98 | DECL_OR_TYPE_ATTR(SwiftCall) |
||
99 | DECL_OR_TYPE_ATTR(SysVABI) |
||
100 | DECL_OR_TYPE_ATTR(ThisCall) |
||
101 | DECL_OR_TYPE_ATTR(VectorCall) |
||
102 | PARAMETER_ABI_ATTR(SwiftAsyncContext) |
||
103 | PARAMETER_ABI_ATTR(SwiftContext) |
||
104 | PARAMETER_ABI_ATTR(SwiftErrorResult) |
||
105 | PARAMETER_ABI_ATTR(SwiftIndirectResult) |
||
106 | INHERITABLE_PARAM_ATTR(Annotate) |
||
107 | INHERITABLE_PARAM_ATTR(CFConsumed) |
||
108 | INHERITABLE_PARAM_ATTR(CarriesDependency) |
||
109 | INHERITABLE_PARAM_ATTR(NSConsumed) |
||
110 | INHERITABLE_PARAM_ATTR(NonNull) |
||
111 | INHERITABLE_PARAM_ATTR(OSConsumed) |
||
112 | INHERITABLE_PARAM_ATTR(PassObjectSize) |
||
113 | INHERITABLE_PARAM_ATTR(ReleaseHandle) |
||
114 | INHERITABLE_PARAM_ATTR(UseHandle) |
||
115 | HLSL_ANNOTATION_ATTR(HLSLSV_DispatchThreadID) |
||
116 | HLSL_ANNOTATION_ATTR(HLSLSV_GroupIndex) |
||
117 | INHERITABLE_ATTR(AMDGPUFlatWorkGroupSize) |
||
118 | INHERITABLE_ATTR(AMDGPUNumSGPR) |
||
119 | INHERITABLE_ATTR(AMDGPUNumVGPR) |
||
120 | INHERITABLE_ATTR(AMDGPUWavesPerEU) |
||
121 | INHERITABLE_ATTR(ARMInterrupt) |
||
122 | INHERITABLE_ATTR(AVRInterrupt) |
||
123 | INHERITABLE_ATTR(AVRSignal) |
||
124 | INHERITABLE_ATTR(AcquireCapability) |
||
125 | INHERITABLE_ATTR(AcquiredAfter) |
||
126 | INHERITABLE_ATTR(AcquiredBefore) |
||
127 | INHERITABLE_ATTR(AlignMac68k) |
||
128 | INHERITABLE_ATTR(AlignNatural) |
||
129 | INHERITABLE_ATTR(Aligned) |
||
130 | INHERITABLE_ATTR(AllocAlign) |
||
131 | INHERITABLE_ATTR(AllocSize) |
||
132 | INHERITABLE_ATTR(AlwaysDestroy) |
||
133 | INHERITABLE_ATTR(AnalyzerNoReturn) |
||
134 | INHERITABLE_ATTR(AnyX86Interrupt) |
||
135 | INHERITABLE_ATTR(AnyX86NoCallerSavedRegisters) |
||
136 | INHERITABLE_ATTR(ArcWeakrefUnavailable) |
||
137 | INHERITABLE_ATTR(ArgumentWithTypeTag) |
||
138 | INHERITABLE_ATTR(ArmBuiltinAlias) |
||
139 | INHERITABLE_ATTR(Artificial) |
||
140 | INHERITABLE_ATTR(AsmLabel) |
||
141 | INHERITABLE_ATTR(AssertCapability) |
||
142 | INHERITABLE_ATTR(AssertExclusiveLock) |
||
143 | INHERITABLE_ATTR(AssertSharedLock) |
||
144 | INHERITABLE_ATTR(AssumeAligned) |
||
145 | INHERITABLE_ATTR(Assumption) |
||
146 | INHERITABLE_ATTR(Availability) |
||
147 | INHERITABLE_ATTR(BPFPreserveAccessIndex) |
||
148 | INHERITABLE_ATTR(BTFDeclTag) |
||
149 | INHERITABLE_ATTR(Blocks) |
||
150 | INHERITABLE_ATTR(Builtin) |
||
151 | INHERITABLE_ATTR(C11NoReturn) |
||
152 | INHERITABLE_ATTR(CFAuditedTransfer) |
||
153 | INHERITABLE_ATTR(CFGuard) |
||
154 | INHERITABLE_ATTR(CFICanonicalJumpTable) |
||
155 | INHERITABLE_ATTR(CFReturnsNotRetained) |
||
156 | INHERITABLE_ATTR(CFReturnsRetained) |
||
157 | INHERITABLE_ATTR(CFUnknownTransfer) |
||
158 | INHERITABLE_ATTR(CPUDispatch) |
||
159 | INHERITABLE_ATTR(CPUSpecific) |
||
160 | INHERITABLE_ATTR(CUDAConstant) |
||
161 | INHERITABLE_ATTR(CUDADevice) |
||
162 | INHERITABLE_ATTR(CUDADeviceBuiltinSurfaceType) |
||
163 | INHERITABLE_ATTR(CUDADeviceBuiltinTextureType) |
||
164 | INHERITABLE_ATTR(CUDAGlobal) |
||
165 | INHERITABLE_ATTR(CUDAHost) |
||
166 | INHERITABLE_ATTR(CUDAInvalidTarget) |
||
167 | INHERITABLE_ATTR(CUDALaunchBounds) |
||
168 | INHERITABLE_ATTR(CUDAShared) |
||
169 | INHERITABLE_ATTR(CXX11NoReturn) |
||
170 | INHERITABLE_ATTR(CallableWhen) |
||
171 | INHERITABLE_ATTR(Callback) |
||
172 | INHERITABLE_ATTR(Capability) |
||
173 | INHERITABLE_ATTR(CapturedRecord) |
||
174 | INHERITABLE_ATTR(Cleanup) |
||
175 | INHERITABLE_ATTR(CmseNSEntry) |
||
176 | INHERITABLE_ATTR(CodeSeg) |
||
177 | INHERITABLE_ATTR(Cold) |
||
178 | INHERITABLE_ATTR(Common) |
||
179 | INHERITABLE_ATTR(Const) |
||
180 | INHERITABLE_ATTR(ConstInit) |
||
181 | INHERITABLE_ATTR(Constructor) |
||
182 | INHERITABLE_ATTR(Consumable) |
||
183 | INHERITABLE_ATTR(ConsumableAutoCast) |
||
184 | INHERITABLE_ATTR(ConsumableSetOnRead) |
||
185 | INHERITABLE_ATTR(Convergent) |
||
186 | INHERITABLE_ATTR(DLLExport) |
||
187 | INHERITABLE_ATTR(DLLExportStaticLocal) |
||
188 | INHERITABLE_ATTR(DLLImport) |
||
189 | INHERITABLE_ATTR(DLLImportStaticLocal) |
||
190 | INHERITABLE_ATTR(Deprecated) |
||
191 | INHERITABLE_ATTR(Destructor) |
||
192 | INHERITABLE_ATTR(DiagnoseAsBuiltin) |
||
193 | INHERITABLE_ATTR(DiagnoseIf) |
||
194 | INHERITABLE_ATTR(DisableSanitizerInstrumentation) |
||
195 | INHERITABLE_ATTR(DisableTailCalls) |
||
196 | INHERITABLE_ATTR(EmptyBases) |
||
197 | INHERITABLE_ATTR(EnableIf) |
||
198 | INHERITABLE_ATTR(EnforceTCB) |
||
199 | INHERITABLE_ATTR(EnforceTCBLeaf) |
||
200 | INHERITABLE_ATTR(EnumExtensibility) |
||
201 | INHERITABLE_ATTR(Error) |
||
202 | INHERITABLE_ATTR(ExcludeFromExplicitInstantiation) |
||
203 | INHERITABLE_ATTR(ExclusiveTrylockFunction) |
||
204 | INHERITABLE_ATTR(ExternalSourceSymbol) |
||
205 | INHERITABLE_ATTR(Final) |
||
206 | INHERITABLE_ATTR(FlagEnum) |
||
207 | INHERITABLE_ATTR(Flatten) |
||
208 | INHERITABLE_ATTR(Format) |
||
209 | INHERITABLE_ATTR(FormatArg) |
||
210 | INHERITABLE_ATTR(FunctionReturnThunks) |
||
211 | INHERITABLE_ATTR(GNUInline) |
||
212 | INHERITABLE_ATTR(GuardedBy) |
||
213 | INHERITABLE_ATTR(GuardedVar) |
||
214 | INHERITABLE_ATTR(HIPManaged) |
||
215 | INHERITABLE_ATTR(HLSLNumThreads) |
||
216 | INHERITABLE_ATTR(HLSLResource) |
||
217 | INHERITABLE_ATTR(HLSLResourceBinding) |
||
218 | INHERITABLE_ATTR(HLSLShader) |
||
219 | INHERITABLE_ATTR(Hot) |
||
220 | INHERITABLE_ATTR(IBAction) |
||
221 | INHERITABLE_ATTR(IBOutlet) |
||
222 | INHERITABLE_ATTR(IBOutletCollection) |
||
223 | INHERITABLE_ATTR(InitPriority) |
||
224 | INHERITABLE_ATTR(InternalLinkage) |
||
225 | INHERITABLE_ATTR(LTOVisibilityPublic) |
||
226 | INHERITABLE_ATTR(LayoutVersion) |
||
227 | INHERITABLE_ATTR(Leaf) |
||
228 | INHERITABLE_ATTR(LockReturned) |
||
229 | INHERITABLE_ATTR(LocksExcluded) |
||
230 | INHERITABLE_ATTR(M68kInterrupt) |
||
231 | INHERITABLE_ATTR(MIGServerRoutine) |
||
232 | INHERITABLE_ATTR(MSAllocator) |
||
233 | INHERITABLE_ATTR(MSInheritance) |
||
234 | INHERITABLE_ATTR(MSNoVTable) |
||
235 | INHERITABLE_ATTR(MSP430Interrupt) |
||
236 | INHERITABLE_ATTR(MSStruct) |
||
237 | INHERITABLE_ATTR(MSVtorDisp) |
||
238 | INHERITABLE_ATTR(MaxFieldAlignment) |
||
239 | INHERITABLE_ATTR(MayAlias) |
||
240 | INHERITABLE_ATTR(MaybeUndef) |
||
241 | INHERITABLE_ATTR(MicroMips) |
||
242 | INHERITABLE_ATTR(MinSize) |
||
243 | INHERITABLE_ATTR(MinVectorWidth) |
||
244 | INHERITABLE_ATTR(Mips16) |
||
245 | INHERITABLE_ATTR(MipsInterrupt) |
||
246 | INHERITABLE_ATTR(MipsLongCall) |
||
247 | INHERITABLE_ATTR(MipsShortCall) |
||
248 | INHERITABLE_ATTR(NSConsumesSelf) |
||
249 | INHERITABLE_ATTR(NSErrorDomain) |
||
250 | INHERITABLE_ATTR(NSReturnsAutoreleased) |
||
251 | INHERITABLE_ATTR(NSReturnsNotRetained) |
||
252 | INHERITABLE_ATTR(Naked) |
||
253 | INHERITABLE_ATTR(NoAlias) |
||
254 | INHERITABLE_ATTR(NoCommon) |
||
255 | INHERITABLE_ATTR(NoDebug) |
||
256 | INHERITABLE_ATTR(NoDestroy) |
||
257 | INHERITABLE_ATTR(NoDuplicate) |
||
258 | INHERITABLE_ATTR(NoInstrumentFunction) |
||
259 | INHERITABLE_ATTR(NoMicroMips) |
||
260 | INHERITABLE_ATTR(NoMips16) |
||
261 | INHERITABLE_ATTR(NoProfileFunction) |
||
262 | INHERITABLE_ATTR(NoRandomizeLayout) |
||
263 | INHERITABLE_ATTR(NoReturn) |
||
264 | INHERITABLE_ATTR(NoSanitize) |
||
265 | INHERITABLE_ATTR(NoSpeculativeLoadHardening) |
||
266 | INHERITABLE_ATTR(NoSplitStack) |
||
267 | INHERITABLE_ATTR(NoStackProtector) |
||
268 | INHERITABLE_ATTR(NoThreadSafetyAnalysis) |
||
269 | INHERITABLE_ATTR(NoThrow) |
||
270 | INHERITABLE_ATTR(NoUniqueAddress) |
||
271 | INHERITABLE_ATTR(NoUwtable) |
||
272 | INHERITABLE_ATTR(NotTailCalled) |
||
273 | INHERITABLE_ATTR(OMPAllocateDecl) |
||
274 | INHERITABLE_ATTR(OMPCaptureNoInit) |
||
275 | INHERITABLE_ATTR(OMPDeclareTargetDecl) |
||
276 | INHERITABLE_ATTR(OMPDeclareVariant) |
||
277 | INHERITABLE_ATTR(OMPThreadPrivateDecl) |
||
278 | INHERITABLE_ATTR(OSConsumesThis) |
||
279 | INHERITABLE_ATTR(OSReturnsNotRetained) |
||
280 | INHERITABLE_ATTR(OSReturnsRetained) |
||
281 | INHERITABLE_ATTR(OSReturnsRetainedOnNonZero) |
||
282 | INHERITABLE_ATTR(OSReturnsRetainedOnZero) |
||
283 | INHERITABLE_ATTR(ObjCBridge) |
||
284 | INHERITABLE_ATTR(ObjCBridgeMutable) |
||
285 | INHERITABLE_ATTR(ObjCBridgeRelated) |
||
286 | INHERITABLE_ATTR(ObjCException) |
||
287 | INHERITABLE_ATTR(ObjCExplicitProtocolImpl) |
||
288 | INHERITABLE_ATTR(ObjCExternallyRetained) |
||
289 | INHERITABLE_ATTR(ObjCIndependentClass) |
||
290 | INHERITABLE_ATTR(ObjCMethodFamily) |
||
291 | INHERITABLE_ATTR(ObjCNSObject) |
||
292 | INHERITABLE_ATTR(ObjCPreciseLifetime) |
||
293 | INHERITABLE_ATTR(ObjCRequiresPropertyDefs) |
||
294 | INHERITABLE_ATTR(ObjCRequiresSuper) |
||
295 | INHERITABLE_ATTR(ObjCReturnsInnerPointer) |
||
296 | INHERITABLE_ATTR(ObjCRootClass) |
||
297 | INHERITABLE_ATTR(ObjCSubclassingRestricted) |
||
298 | INHERITABLE_ATTR(OpenCLIntelReqdSubGroupSize) |
||
299 | INHERITABLE_ATTR(OpenCLKernel) |
||
300 | INHERITABLE_ATTR(OptimizeNone) |
||
301 | INHERITABLE_ATTR(Override) |
||
302 | INHERITABLE_ATTR(Owner) |
||
303 | INHERITABLE_ATTR(Ownership) |
||
304 | INHERITABLE_ATTR(Packed) |
||
305 | INHERITABLE_ATTR(ParamTypestate) |
||
306 | INHERITABLE_ATTR(PatchableFunctionEntry) |
||
307 | INHERITABLE_ATTR(Pointer) |
||
308 | INHERITABLE_ATTR(PragmaClangBSSSection) |
||
309 | INHERITABLE_ATTR(PragmaClangDataSection) |
||
310 | INHERITABLE_ATTR(PragmaClangRelroSection) |
||
311 | INHERITABLE_ATTR(PragmaClangRodataSection) |
||
312 | INHERITABLE_ATTR(PragmaClangTextSection) |
||
313 | INHERITABLE_ATTR(PreferredName) |
||
314 | INHERITABLE_ATTR(PtGuardedBy) |
||
315 | INHERITABLE_ATTR(PtGuardedVar) |
||
316 | INHERITABLE_ATTR(Pure) |
||
317 | INHERITABLE_ATTR(RISCVInterrupt) |
||
318 | INHERITABLE_ATTR(RandomizeLayout) |
||
319 | INHERITABLE_ATTR(ReadOnlyPlacement) |
||
320 | INHERITABLE_ATTR(Reinitializes) |
||
321 | INHERITABLE_ATTR(ReleaseCapability) |
||
322 | INHERITABLE_ATTR(ReqdWorkGroupSize) |
||
323 | INHERITABLE_ATTR(RequiresCapability) |
||
324 | INHERITABLE_ATTR(Restrict) |
||
325 | INHERITABLE_ATTR(Retain) |
||
326 | INHERITABLE_ATTR(ReturnTypestate) |
||
327 | INHERITABLE_ATTR(ReturnsNonNull) |
||
328 | INHERITABLE_ATTR(ReturnsTwice) |
||
329 | INHERITABLE_ATTR(SYCLKernel) |
||
330 | INHERITABLE_ATTR(SYCLSpecialClass) |
||
331 | INHERITABLE_ATTR(ScopedLockable) |
||
332 | INHERITABLE_ATTR(Section) |
||
333 | INHERITABLE_ATTR(SelectAny) |
||
334 | INHERITABLE_ATTR(Sentinel) |
||
335 | INHERITABLE_ATTR(SetTypestate) |
||
336 | INHERITABLE_ATTR(SharedTrylockFunction) |
||
337 | INHERITABLE_ATTR(SpeculativeLoadHardening) |
||
338 | INHERITABLE_ATTR(StandaloneDebug) |
||
339 | INHERITABLE_ATTR(StrictFP) |
||
340 | INHERITABLE_ATTR(StrictGuardStackCheck) |
||
341 | INHERITABLE_ATTR(SwiftAsync) |
||
342 | INHERITABLE_ATTR(SwiftAsyncError) |
||
343 | INHERITABLE_ATTR(SwiftAsyncName) |
||
344 | INHERITABLE_ATTR(SwiftAttr) |
||
345 | INHERITABLE_ATTR(SwiftBridge) |
||
346 | INHERITABLE_ATTR(SwiftBridgedTypedef) |
||
347 | INHERITABLE_ATTR(SwiftError) |
||
348 | INHERITABLE_ATTR(SwiftName) |
||
349 | INHERITABLE_ATTR(SwiftNewType) |
||
350 | INHERITABLE_ATTR(SwiftPrivate) |
||
351 | INHERITABLE_ATTR(TLSModel) |
||
352 | INHERITABLE_ATTR(Target) |
||
353 | INHERITABLE_ATTR(TargetClones) |
||
354 | INHERITABLE_ATTR(TargetVersion) |
||
355 | INHERITABLE_ATTR(TestTypestate) |
||
356 | INHERITABLE_ATTR(TransparentUnion) |
||
357 | INHERITABLE_ATTR(TrivialABI) |
||
358 | INHERITABLE_ATTR(TryAcquireCapability) |
||
359 | INHERITABLE_ATTR(TypeTagForDatatype) |
||
360 | INHERITABLE_ATTR(TypeVisibility) |
||
361 | INHERITABLE_ATTR(Unavailable) |
||
362 | INHERITABLE_ATTR(Uninitialized) |
||
363 | INHERITABLE_ATTR(Unused) |
||
364 | INHERITABLE_ATTR(Used) |
||
365 | INHERITABLE_ATTR(UsingIfExists) |
||
366 | INHERITABLE_ATTR(Uuid) |
||
367 | INHERITABLE_ATTR(VecReturn) |
||
368 | INHERITABLE_ATTR(VecTypeHint) |
||
369 | INHERITABLE_ATTR(Visibility) |
||
370 | INHERITABLE_ATTR(WarnUnused) |
||
371 | INHERITABLE_ATTR(WarnUnusedResult) |
||
372 | INHERITABLE_ATTR(Weak) |
||
373 | INHERITABLE_ATTR(WeakImport) |
||
374 | INHERITABLE_ATTR(WeakRef) |
||
375 | INHERITABLE_ATTR(WebAssemblyExportName) |
||
376 | INHERITABLE_ATTR(WebAssemblyImportModule) |
||
377 | INHERITABLE_ATTR(WebAssemblyImportName) |
||
378 | INHERITABLE_ATTR(WorkGroupSizeHint) |
||
379 | INHERITABLE_ATTR(X86ForceAlignArgPointer) |
||
380 | INHERITABLE_ATTR(XRayInstrument) |
||
381 | INHERITABLE_ATTR(XRayLogArgs) |
||
382 | INHERITABLE_ATTR(ZeroCallUsedRegs) |
||
383 | ATTR(AbiTag) |
||
384 | ATTR(Alias) |
||
385 | ATTR(AlignValue) |
||
386 | ATTR(BuiltinAlias) |
||
387 | ATTR(CalledOnce) |
||
388 | ATTR(IFunc) |
||
389 | ATTR(InitSeg) |
||
390 | ATTR(LoaderUninitialized) |
||
391 | ATTR(LoopHint) |
||
392 | ATTR(Mode) |
||
393 | ATTR(NoBuiltin) |
||
394 | ATTR(NoEscape) |
||
395 | ATTR(OMPCaptureKind) |
||
396 | ATTR(OMPDeclareSimdDecl) |
||
397 | ATTR(OMPReferencedVar) |
||
398 | ATTR(ObjCBoxable) |
||
399 | ATTR(ObjCClassStub) |
||
400 | ATTR(ObjCDesignatedInitializer) |
||
401 | ATTR(ObjCDirect) |
||
402 | ATTR(ObjCDirectMembers) |
||
403 | ATTR(ObjCNonLazyClass) |
||
404 | ATTR(ObjCNonRuntimeProtocol) |
||
405 | ATTR(ObjCRuntimeName) |
||
406 | ATTR(ObjCRuntimeVisible) |
||
407 | ATTR(OpenCLAccess) |
||
408 | ATTR(Overloadable) |
||
409 | ATTR(RenderScriptKernel) |
||
410 | ATTR(SwiftObjCMembers) |
||
411 | ATTR(Thread) |
||
412 | PRAGMA_SPELLING_ATTR(InitSeg) |
||
413 | PRAGMA_SPELLING_ATTR(LoopHint) |
||
414 | PRAGMA_SPELLING_ATTR(OMPDeclareSimdDecl) |
||
415 | PRAGMA_SPELLING_ATTR(OMPDeclareTargetDecl) |
||
416 | PRAGMA_SPELLING_ATTR(OMPDeclareVariant) |
||
417 | #ifdef ATTR_RANGE |
||
418 | ATTR_RANGE(Attr, AddressSpace, Thread) |
||
419 | ATTR_RANGE(TypeAttr, AddressSpace, UPtr) |
||
420 | ATTR_RANGE(StmtAttr, FallThrough, Unlikely) |
||
421 | ATTR_RANGE(DeclOrStmtAttr, AlwaysInline, NoMerge) |
||
422 | ATTR_RANGE(InheritableAttr, AlwaysInline, ZeroCallUsedRegs) |
||
423 | ATTR_RANGE(DeclOrTypeAttr, AArch64SVEPcs, VectorCall) |
||
424 | ATTR_RANGE(InheritableParamAttr, SwiftAsyncContext, UseHandle) |
||
425 | ATTR_RANGE(ParameterABIAttr, SwiftAsyncContext, SwiftIndirectResult) |
||
426 | ATTR_RANGE(HLSLAnnotationAttr, HLSLSV_DispatchThreadID, HLSLSV_GroupIndex) |
||
427 | #undef ATTR_RANGE |
||
428 | #endif |
||
429 | #undef ATTR |
||
430 | #undef TYPE_ATTR |
||
431 | #undef STMT_ATTR |
||
432 | #undef DECL_OR_STMT_ATTR |
||
433 | #undef INHERITABLE_ATTR |
||
434 | #undef DECL_OR_TYPE_ATTR |
||
435 | #undef INHERITABLE_PARAM_ATTR |
||
436 | #undef PARAMETER_ABI_ATTR |
||
437 | #undef HLSL_ANNOTATION_ATTR |
||
438 | #undef PRAGMA_SPELLING_ATTR |