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

/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp134 const clang::Type* CT = GetCanonicalType(T); local
139 if ((CT->getTypeClass() != clang::Type::Builtin) &&
140 (CT->getTypeClass() != clang::Type::ExtVector)) {
146 while (T != CT) {
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp3361 LandingPadInst::ClauseType CT = local
3362 LandingPadInst::ClauseType(Record[Idx++]); (void)CT;
3370 assert((CT != LandingPadInst::Catch ||
3373 assert((CT != LandingPadInst::Filter ||

Completed in 160 milliseconds