enum CallingConv

Description

CallingConv - Specifies the calling convention that a function uses.

Declared at: clang/include/clang/Basic/Specifiers.h:263

Enumerators

NameValueComment
CC_C0
CC_X86StdCall1
CC_X86FastCall2
CC_X86ThisCall3
CC_X86VectorCall4
CC_X86Pascal5
CC_Win646
CC_X86_64SysV7
CC_X86RegCall8
CC_AAPCS9
CC_AAPCS_VFP10
CC_IntelOclBicc11
CC_SpirFunction12
CC_OpenCLKernel13
CC_Swift14
CC_SwiftAsync15
CC_PreserveMost16
CC_PreserveAll17
CC_AArch64VectorCall18
CC_AArch64SVEPCS19
CC_AMDGPUKernelCall20