Home
last modified time | relevance | path

Searched refs:CAType (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dcertsrv.h175 ENUM_CATYPES CAType; member
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaInit.cpp689 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType)) in FillInEmptyInitializations() local
690 NumElements = CAType->getSize().getZExtValue(); in FillInEmptyInitializations()
2664 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType)) { in getStructuredSubobjectInit() local
2665 NumElements = CAType->getSize().getZExtValue(); in getStructuredSubobjectInit()