OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CAType
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certsrv.h
92
#define wszREGCATYPE TEXT("
CAType
")
175
ENUM_CATYPES
CAType
;
589
#define wszPROPCATYPE TEXT("
CAType
")
[
all
...]
/external/clang/lib/Sema/
SemaInit.cpp
689
if (const ConstantArrayType *
CAType
= dyn_cast<ConstantArrayType>(AType))
690
NumElements =
CAType
->getSize().getZExtValue();
[
all
...]
Completed in 3094 milliseconds