Home
last modified time | relevance | path

Searched defs:copyExpr (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGBlocks.cpp828 } else if (const Expr *copyExpr = CI.getCopyExpr()) { in EmitBlockLiteral() local
1381 const Expr *copyExpr = CI.getCopyExpr(); in GenerateCopyHelperFunction() local
1473 const Expr *copyExpr = in GenerateCopyHelperFunction() local
1758 const Expr *copyExpr) in CXXByrefHelpers()
1956 const Expr *copyExpr = CGM.getContext().getBlockVarCopyInits(&var); in buildByrefHelpers() local
H A DItaniumCXXABI.cpp3732 const Expr *copyExpr = CatchParam.getInit(); in InitCatchParam() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/escape/
Dcall.go300 func (e *escape) copyExpr(pos src.XPos, expr ir.Node, init *ir.Nodes) *ir.Name { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/walk/
Dorder.go89 func (o *orderState) copyExpr(n ir.Node) *ir.Name { func
Dexpr.go461 func copyExpr(n ir.Node, t *types.Type, init *ir.Nodes) ir.Node { func
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp220 const Expr *copyExpr = nullptr; in VisitBlockExpr() local
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1328 Expr *copyExpr = ((flags & 4) ? Reader.ReadExpr(F) : nullptr); in VisitBlockDecl() local
/aosp_15_r20/external/clang/lib/AST/
H A DASTContext.cpp5045 const Expr *copyExpr = getBlockVarCopyInits(D); in BlockRequiresCopying() local