Home
last modified time | relevance | path

Searched refs:CAT (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_type.cpp209 const clang::ConstantArrayType *CAT, in ConstantArrayTypeExportableHelper() argument
216 const clang::Type *ElementType = GetConstantArrayElementType(CAT); in ConstantArrayTypeExportableHelper()
233 if (numElements == 3 && CAT->getSize() != 1) { in ConstantArrayTypeExportableHelper()
244 return CAT; in ConstantArrayTypeExportableHelper()
409 const clang::ConstantArrayType *CAT = in TypeExportableHelper() local
412 return ConstantArrayTypeExportableHelper(CAT, SPS, Context, VD, in TypeExportableHelper()
655 const clang::ConstantArrayType *CAT = static_cast<const clang::ConstantArrayType*>(CTI); in ValidateTypeHelper() local
656 const clang::Type *ElementType = GetConstantArrayElementType(CAT); in ValidateTypeHelper()
1386 const clang::ConstantArrayType *CAT = in Create() local
1388 const clang::Type *ElementType = GetConstantArrayElementType(CAT); in Create()
[all …]
Dslang_rs_reflection_cpp.cpp97 const RSExportConstantArrayType *CAT = in GetTypeName() local
100 std::string ElementTypeName = GetTypeName(CAT->getElementType()); in GetTypeName()
105 ArraySpec << "[" << CAT->getNumElement() << "]"; in GetTypeName()
683 const RSExportConstantArrayType *CAT = in genGetterAndSetter() local
690 ArraySpec << CAT->getNumElement(); in genGetterAndSetter()
Dslang_rs_reflection.cpp196 … const RSExportConstantArrayType *const CAT = static_cast<const RSExportConstantArrayType *>(ET); in GetReduceResultTypeName() local
197 return "resultArray" + std::to_string(CAT->getNumElement()) + "_" + in GetReduceResultTypeName()
199 CAT->getElementType(), in GetReduceResultTypeName()
372 const RSExportConstantArrayType *CAT = in GetTypeName() local
374 std::string ElementTypeName = GetTypeName(CAT->getElementType(), Style); in GetTypeName()
377 ArrayName << ElementTypeName << '[' << CAT->getNumElement() << ']'; in GetTypeName()
Dslang_rs_export_type.h576 const clang::ConstantArrayType *CAT);
Dslang_rs_object_ref_count.cpp335 const clang::ConstantArrayType *CAT = in ArrayDim() local
337 return static_cast<int>(CAT->getSize().getSExtValue()); in ArrayDim()