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

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp81 const clang::ConstantArrayType *CAT,
87 const clang::Type *ElementType = GET_CONSTANT_ARRAY_ELEMENT_TYPE(CAT);
104 if (numElements == 3 && CAT->getSize() != 1) {
115 return CAT;
261 const clang::ConstantArrayType *CAT = local
264 return ConstantArrayTypeExportableHelper(CAT, SPS, DiagEngine, VD,
379 const clang::ConstantArrayType *CAT = local
381 const clang::Type *ElementType = GET_CONSTANT_ARRAY_ELEMENT_TYPE(CAT);
1124 const clang::ConstantArrayType *CAT = local
1126 const clang::Type *ElementType = GET_CONSTANT_ARRAY_ELEMENT_TYPE(CAT);
80 ConstantArrayTypeExportableHelper( const clang::ConstantArrayType *CAT, llvm::SmallPtrSet<const clang::Type*, 8>& SPS, clang::DiagnosticsEngine *DiagEngine, const clang::VarDecl *VD, const clang::RecordDecl *TopLevelRecord) argument
1196 Create(RSContext *Context, const clang::ConstantArrayType *CAT) argument
[all...]
H A Dslang_rs_export_type.h412 // @CAT was normalized by calling RSExportType::NormalizeType() before
415 const clang::ConstantArrayType *CAT);
H A Dslang_rs_object_ref_count.cpp436 const clang::ConstantArrayType *CAT = local
438 return static_cast<int>(CAT->getSize().getSExtValue());
H A Dslang_rs_reflection.cpp342 const RSExportConstantArrayType* CAT = local
344 std::string ElementTypeName = GetTypeName(CAT->getElementType());

Completed in 60 milliseconds