Searched refs:DRE (Results 1 – 3 of 3) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_foreach_lowering.cpp | 60 clang::DeclRefExpr* DRE = in matchFunctionDesignator() local 63 if (DRE == nullptr) { in matchFunctionDesignator() 68 clang::dyn_cast<clang::FunctionDecl>(DRE->getDecl()); in matchFunctionDesignator()
|
D | slang_rs_object_ref_count.cpp | 1385 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()
|
D | slang_rs_context.cpp | 372 clang::DeclRefExpr *const DRE = clang::DeclRefExpr::Create(mCtx, in markUsedByReducePragma() local 378 … clang::CK_FunctionToPointerDecay, DRE, in markUsedByReducePragma()
|