Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_foreach_lowering.cpp53 clang::ImplicitCastExpr* Decay = in matchFunctionDesignator() local
56 if (Decay == nullptr) { in matchFunctionDesignator()
61 clang::dyn_cast<clang::DeclRefExpr>(Decay->getSubExpr()); in matchFunctionDesignator()
330 clang::ImplicitCastExpr* Decay = clang::ImplicitCastExpr::Create( in VisitCallExpr() local
341 CE->setArg(4, Decay); in VisitCallExpr()