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

/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp133 const clang::Type* CT = GetCanonicalType(T); local
138 if ((CT->getTypeClass() != clang::Type::Builtin) &&
139 (CT->getTypeClass() != clang::Type::ExtVector)) {
145 while (T != CT) {
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2961 LandingPadInst::ClauseType CT = local
2962 LandingPadInst::ClauseType(Record[Idx++]); (void)CT;
2970 assert((CT != LandingPadInst::Catch ||
2973 assert((CT != LandingPadInst::Filter ||

Completed in 191 milliseconds