Searched defs:CT (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp125 const clang::Type* CT = GET_CANONICAL_TYPE(T); local
130 if ((CT->getTypeClass() != clang::Type::Builtin) &&
131 (CT->getTypeClass() != clang::Type::ExtVector)) {
137 while (T != CT) {

Completed in 916 milliseconds