Please use GitHub pull requests for new patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
clang/include/clang-c/Index.h
Show First 20 Lines • Show All 3,386 Lines • ▼ Show 20 Lines | enum CXTypeKind { | ||||
CXType_OCLIntelSubgroupAVCSicResult = 171, | CXType_OCLIntelSubgroupAVCSicResult = 171, | ||||
CXType_OCLIntelSubgroupAVCImeResultSingleRefStreamout = 172, | CXType_OCLIntelSubgroupAVCImeResultSingleRefStreamout = 172, | ||||
CXType_OCLIntelSubgroupAVCImeResultDualRefStreamout = 173, | CXType_OCLIntelSubgroupAVCImeResultDualRefStreamout = 173, | ||||
CXType_OCLIntelSubgroupAVCImeSingleRefStreamin = 174, | CXType_OCLIntelSubgroupAVCImeSingleRefStreamin = 174, | ||||
CXType_OCLIntelSubgroupAVCImeDualRefStreamin = 175, | CXType_OCLIntelSubgroupAVCImeDualRefStreamin = 175, | ||||
CXType_ExtVector = 176, | CXType_ExtVector = 176, | ||||
CXType_Atomic = 177 | CXType_Atomic = 177, | ||||
/* SPIRV builtin types. */ | |||||
CXType_SampledOCLImage1dRO = 178, | |||||
CXType_SampledOCLImage1dArrayRO = 179, | |||||
CXType_SampledOCLImage1dBufferRO = 180, | |||||
CXType_SampledOCLImage2dRO = 181, | |||||
CXType_SampledOCLImage2dArrayRO = 182, | |||||
CXType_SampledOCLImage2dDepthRO = 183, | |||||
CXType_SampledOCLImage2dArrayDepthRO = 184, | |||||
CXType_SampledOCLImage2dMSAARO = 185, | |||||
CXType_SampledOCLImage2dArrayMSAARO = 186, | |||||
CXType_SampledOCLImage2dMSAADepthRO = 187, | |||||
CXType_SampledOCLImage2dArrayMSAADepthRO = 188, | |||||
CXType_SampledOCLImage3dRO = 189 | |||||
}; | }; | ||||
/** | /** | ||||
* Describes the calling convention of a function type | * Describes the calling convention of a function type | ||||
*/ | */ | ||||
enum CXCallingConv { | enum CXCallingConv { | ||||
CXCallingConv_Default = 0, | CXCallingConv_Default = 0, | ||||
CXCallingConv_C = 1, | CXCallingConv_C = 1, | ||||
▲ Show 20 Lines • Show All 3,403 Lines • Show Last 20 Lines |