Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_foreach_lowering.cpp60 clang::DeclRefExpr* DRE = in matchFunctionDesignator() local
63 if (DRE == nullptr) { in matchFunctionDesignator()
68 clang::dyn_cast<clang::FunctionDecl>(DRE->getDecl()); in matchFunctionDesignator()
Dslang_rs_object_ref_count.cpp1385 clang::DeclRefExpr* DRE = clang::DeclRefExpr::Create( in CreateGuard() local
1404 new(C) clang::BinaryOperator(DRE, E, clang::BO_Assign, Ty, in CreateGuard()
1411 CreateStructRSSetObject(C, DRE, E, Loc, Loc); in CreateGuard()
1414 CreateSingleRSSetObject(C, DRE, E, Loc, Loc); in CreateGuard()
1418 return DRE; in CreateGuard()
1495 clang::DeclRefExpr *DRE = CreateGuard(C, DC, RetVal, in CreateRetStmtWithTempVar() local
1505 DRE, in CreateRetStmtWithTempVar()
1606 clang::DeclRefExpr* DRE = clang::DeclRefExpr::Create( in VisitCallExpr() local
1620 DRE, in VisitCallExpr()
Dslang_rs_context.cpp372 clang::DeclRefExpr *const DRE = clang::DeclRefExpr::Create(mCtx, in markUsedByReducePragma() local
378 … clang::CK_FunctionToPointerDecay, DRE, in markUsedByReducePragma()