Searched defs: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);
388 static_cast<const clang::ExtVectorType*>(CTI);
405 static_cast<const clang::ConstantArrayType*>(CTI);
499 const clang::Type *CTI = T->getCanonicalTypeInternal().getTypePtr(); local
624 const clang::PointerType *PT = static_cast<const clang::PointerType*>(CTI);
634 static_cast<const clang::ExtVectorType*>(CTI);
651 const clang::ConstantArrayType *CAT = static_cast<const clang::ConstantArrayType*>(CTI);
749 const clang::Type *CTI local
837 const clang::Type *CTI = T->getCanonicalTypeInternal().getTypePtr(); local
[all...]

Completed in 33 milliseconds