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 | 1381 clang::DeclRefExpr* DRE = clang::DeclRefExpr::Create( in CreateGuard() local 1400 new(C) clang::BinaryOperator(DRE, E, clang::BO_Assign, Ty, in CreateGuard() 1407 CreateStructRSSetObject(C, DRE, E, Loc, Loc); in CreateGuard() 1410 CreateSingleRSSetObject(C, DRE, E, Loc, Loc); in CreateGuard() 1414 return DRE; in CreateGuard() 1491 clang::DeclRefExpr *DRE = CreateGuard(C, DC, RetVal, in CreateRetStmtWithTempVar() local 1501 DRE, in CreateRetStmtWithTempVar() 1602 clang::DeclRefExpr* DRE = clang::DeclRefExpr::Create( in VisitCallExpr() local 1616 DRE, in VisitCallExpr()
|
D | slang_rs_context.cpp | 371 clang::DeclRefExpr *const DRE = clang::DeclRefExpr::Create(mCtx, in markUsedByReducePragma() local 377 … clang::CK_FunctionToPointerDecay, DRE, in markUsedByReducePragma()
|