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

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp254 const clang::Type *CTI = T->getCanonicalTypeInternal().getTypePtr(); local
258 const clang::BuiltinType *BT = static_cast<const clang::BuiltinType*>(CTI);
336 const clang::PointerType *PT = static_cast<const clang::PointerType*>(CTI);
355 static_cast<const clang::ExtVectorType*>(CTI);
372 static_cast<const clang::ConstantArrayType*>(CTI);
461 const clang::Type *CTI = T->getCanonicalTypeInternal().getTypePtr(); local
569 const clang::PointerType *PT = static_cast<const clang::PointerType*>(CTI);
579 static_cast<const clang::ExtVectorType*>(CTI);
596 const clang::ConstantArrayType *CAT = static_cast<const clang::ConstantArrayType*>(CTI);
683 const clang::Type *CTI local
769 const clang::Type *CTI = T->getCanonicalTypeInternal().getTypePtr(); local
[all...]

Completed in 115 milliseconds