Searched refs:CAT (Results 1 – 12 of 12) sorted by relevance
209 const clang::ConstantArrayType *CAT, in ConstantArrayTypeExportableHelper() argument216 const clang::Type *ElementType = GetConstantArrayElementType(CAT); in ConstantArrayTypeExportableHelper()233 if (numElements == 3 && CAT->getSize() != 1) { in ConstantArrayTypeExportableHelper()244 return CAT; in ConstantArrayTypeExportableHelper()411 const clang::ConstantArrayType *CAT = in TypeExportableHelper() local414 return ConstantArrayTypeExportableHelper(CAT, SPS, Context, VD, in TypeExportableHelper()659 const clang::ConstantArrayType *CAT = static_cast<const clang::ConstantArrayType*>(CTI); in ValidateTypeHelper() local660 const clang::Type *ElementType = GetConstantArrayElementType(CAT); in ValidateTypeHelper()1392 const clang::ConstantArrayType *CAT = in Create() local1394 const clang::Type *ElementType = GetConstantArrayElementType(CAT); in Create()[all …]
97 const RSExportConstantArrayType *CAT = in GetTypeName() local100 std::string ElementTypeName = GetTypeName(CAT->getElementType()); in GetTypeName()105 ArraySpec << "[" << CAT->getNumElement() << "]"; in GetTypeName()683 const RSExportConstantArrayType *CAT = in genGetterAndSetter() local690 ArraySpec << CAT->getNumElement(); in genGetterAndSetter()
196 … const RSExportConstantArrayType *const CAT = static_cast<const RSExportConstantArrayType *>(ET); in GetReduceResultTypeName() local197 return "resultArray" + std::to_string(CAT->getNumElement()) + "_" + in GetReduceResultTypeName()199 CAT->getElementType(), in GetReduceResultTypeName()372 const RSExportConstantArrayType *CAT = in GetTypeName() local374 std::string ElementTypeName = GetTypeName(CAT->getElementType(), Style); in GetTypeName()377 ArrayName << ElementTypeName << '[' << CAT->getNumElement() << ']'; in GetTypeName()
576 const clang::ConstantArrayType *CAT);
335 const clang::ConstantArrayType *CAT = in ArrayDim() local337 return static_cast<int>(CAT->getSize().getSExtValue()); in ArrayDim()
23 CAT, enumConstant
290 assertThat(TinyFrameworkEnumSimple.CAT.ordinal()).isEqualTo(0); in testEnumSimple()291 assertThat(TinyFrameworkEnumSimple.CAT.name()).isEqualTo("CAT"); in testEnumSimple()300 TinyFrameworkEnumSimple.CAT, in testEnumSimple()
1265 public static final com.android.hoststubgen.test.tinyframework.TinyFrameworkEnumSimple CAT;1341 …x: getstatic #x // Field CAT:Lcom/android/hoststubgen/test/tinyframework/Tiny…1357 x: ldc #x // String CAT1360 …x: putstatic #x // Field CAT:Lcom/android/hoststubgen/test/tinyframework/Tiny…
1499 public static final com.android.hoststubgen.test.tinyframework.TinyFrameworkEnumSimple CAT;1605 …x: getstatic #x // Field CAT:Lcom/android/hoststubgen/test/tinyframework/TinyF…1626 x: ldc #x // String CAT1629 …x: putstatic #x // Field CAT:Lcom/android/hoststubgen/test/tinyframework/TinyF…
1862 public static final com.android.hoststubgen.test.tinyframework.TinyFrameworkEnumSimple CAT;1988 …x: getstatic #x // Field CAT:Lcom/android/hoststubgen/test/tinyframework/TinyF…2017 x: ldc #x // String CAT2020 …x: putstatic #x // Field CAT:Lcom/android/hoststubgen/test/tinyframework/TinyF…
1011 public static final com.android.hoststubgen.test.tinyframework.TinyFrameworkEnumSimple CAT;