Searched refs:CTI (Results 1 – 2 of 2) sorted by relevance
271 const clang::Type *CTI = T->getCanonicalTypeInternal().getTypePtr(); in TypeExportableHelper() local275 const clang::BuiltinType *BT = static_cast<const clang::BuiltinType*>(CTI); in TypeExportableHelper()362 const clang::PointerType *PT = static_cast<const clang::PointerType*>(CTI); in TypeExportableHelper()395 static_cast<const clang::ExtVectorType*>(CTI); in TypeExportableHelper()412 static_cast<const clang::ConstantArrayType*>(CTI); in TypeExportableHelper()508 const clang::Type *CTI = T->getCanonicalTypeInternal().getTypePtr(); in ValidateTypeHelper() local632 const clang::PointerType *PT = static_cast<const clang::PointerType*>(CTI); in ValidateTypeHelper()642 static_cast<const clang::ExtVectorType*>(CTI); in ValidateTypeHelper()659 const clang::ConstantArrayType *CAT = static_cast<const clang::ConstantArrayType*>(CTI); in ValidateTypeHelper()757 const clang::Type *CTI = T->getCanonicalTypeInternal().getTypePtr(); in GetTypeName() local[all …]
132 public static final int TIME_INTERLEAVE_MODE_CTI = FrontendAtsc3TimeInterleaveMode.CTI;