Searched defs:CAT (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp119 const clang::ConstantArrayType *CAT,
125 const clang::Type *ElementType = GET_CONSTANT_ARRAY_ELEMENT_TYPE(CAT);
142 if (numElements == 3 && CAT->getSize() != 1) {
153 return CAT;
303 const clang::ConstantArrayType *CAT = local
306 return ConstantArrayTypeExportableHelper(CAT, SPS, DiagEngine, VD,
527 const clang::ConstantArrayType *CAT = local
529 const clang::Type *ElementType = GET_CONSTANT_ARRAY_ELEMENT_TYPE(CAT);
1291 const clang::ConstantArrayType *CAT = local
1293 const clang::Type *ElementType = GET_CONSTANT_ARRAY_ELEMENT_TYPE(CAT);
118 ConstantArrayTypeExportableHelper( const clang::ConstantArrayType *CAT, llvm::SmallPtrSet<const clang::Type*, 8>& SPS, clang::DiagnosticsEngine *DiagEngine, const clang::VarDecl *VD, const clang::RecordDecl *TopLevelRecord) argument
1363 Create(RSContext *Context, const clang::ConstantArrayType *CAT) argument
1600 const RSExportConstantArrayType* CAT = local
[all...]
H A Dslang_rs_reflection_cpp.cpp92 const RSExportConstantArrayType* CAT = local
94 std::string ElementTypeName = GetTypeName(CAT->getElementType());
H A Dslang_rs_object_ref_count.cpp437 const clang::ConstantArrayType *CAT = local
439 return static_cast<int>(CAT->getSize().getSExtValue());
H A Dslang_rs_reflection.cpp189 const RSExportConstantArrayType* CAT = local
191 std::string ElementTypeName = GetTypeName(CAT->getElementType());

Completed in 73 milliseconds