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

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp121 const clang::ConstantArrayType *CAT,
127 const clang::Type *ElementType = GET_CONSTANT_ARRAY_ELEMENT_TYPE(CAT);
144 if (numElements == 3 && CAT->getSize() != 1) {
155 return CAT;
305 const clang::ConstantArrayType *CAT = local
308 return ConstantArrayTypeExportableHelper(CAT, SPS, DiagEngine, VD,
526 const clang::ConstantArrayType *CAT = local
528 const clang::Type *ElementType = GET_CONSTANT_ARRAY_ELEMENT_TYPE(CAT);
1287 const clang::ConstantArrayType *CAT = local
1289 const clang::Type *ElementType = GET_CONSTANT_ARRAY_ELEMENT_TYPE(CAT);
120 ConstantArrayTypeExportableHelper( const clang::ConstantArrayType *CAT, llvm::SmallPtrSet<const clang::Type*, 8>& SPS, clang::DiagnosticsEngine *DiagEngine, const clang::VarDecl *VD, const clang::RecordDecl *TopLevelRecord) argument
1359 Create(RSContext *Context, const clang::ConstantArrayType *CAT) argument
1596 const RSExportConstantArrayType* CAT = local
[all...]
H A Dslang_rs_object_ref_count.cpp440 const clang::ConstantArrayType *CAT = local
442 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 40 milliseconds