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

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp271 const clang::Type *CTI = T->getCanonicalTypeInternal().getTypePtr(); local
275 const clang::BuiltinType *BT = static_cast<const clang::BuiltinType*>(CTI);
360 const clang::PointerType *PT = static_cast<const clang::PointerType*>(CTI);
393 static_cast<const clang::ExtVectorType*>(CTI);
410 static_cast<const clang::ConstantArrayType*>(CTI);
504 const clang::Type *CTI = T->getCanonicalTypeInternal().getTypePtr(); local
628 const clang::PointerType *PT = static_cast<const clang::PointerType*>(CTI);
638 static_cast<const clang::ExtVectorType*>(CTI);
655 const clang::ConstantArrayType *CAT = static_cast<const clang::ConstantArrayType*>(CTI);
753 const clang::Type *CTI local
841 const clang::Type *CTI = T->getCanonicalTypeInternal().getTypePtr(); local
[all...]

Completed in 111 milliseconds