Home
last modified time | relevance | path

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

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