Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_element.cpp122 const clang::Type* CT = GET_CANONICAL_TYPE(T); in CreateFromDecl() local
127 if ((CT->getTypeClass() != clang::Type::Builtin) && in CreateFromDecl()
128 (CT->getTypeClass() != clang::Type::ExtVector)) { in CreateFromDecl()
134 while (T != CT) { in CreateFromDecl()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2921 LandingPadInst::ClauseType CT = in ParseFunctionBody() local
2922 LandingPadInst::ClauseType(Record[Idx++]); (void)CT; in ParseFunctionBody()
2930 assert((CT != LandingPadInst::Catch || in ParseFunctionBody()
2933 assert((CT != LandingPadInst::Filter || in ParseFunctionBody()