Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGExprComplex.cpp144 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) in VisitDeclRefExpr()
157 CGF.tryEmitAsConstant(ME)) { in VisitMemberExpr()
DCGExpr.cpp1484 CodeGenFunction::tryEmitAsConstant(DeclRefExpr *refExpr) { in tryEmitAsConstant() function in CodeGenFunction
1582 CodeGenFunction::tryEmitAsConstant(const MemberExpr *ME) { in tryEmitAsConstant() function in CodeGenFunction
1584 return tryEmitAsConstant(DRE); in tryEmitAsConstant()
DCodeGenFunction.h3833 ConstantEmission tryEmitAsConstant(DeclRefExpr *refExpr);
3834 ConstantEmission tryEmitAsConstant(const MemberExpr *ME);
DCGExprScalar.cpp497 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) in VisitDeclRefExpr()
1671 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) { in VisitMemberExpr()
DCGObjC.cpp2884 if (CodeGenFunction::ConstantEmission constant = CGF.tryEmitAsConstant(DRE)) in tryEmitARCRetainLoadOfScalar()
DCGStmtOpenMP.cpp824 ConstantEmission CE = tryEmitAsConstant(&DRE); in EmitOMPFirstprivateClause()
/external/clang/lib/CodeGen/
DCGExprComplex.cpp119 if (CodeGenFunction::ConstantEmission result = CGF.tryEmitAsConstant(E)) { in VisitDeclRefExpr()
DCGExprAgg.cpp129 = CGF.tryEmitAsConstant(E)) { in VisitDeclRefExpr()
DCodeGenFunction.h2776 ConstantEmission tryEmitAsConstant(DeclRefExpr *refExpr);
DCGExprScalar.cpp271 if (CodeGenFunction::ConstantEmission result = CGF.tryEmitAsConstant(E)) { in VisitDeclRefExpr()
DCGExpr.cpp1135 CodeGenFunction::tryEmitAsConstant(DeclRefExpr *refExpr) { in tryEmitAsConstant() function in CodeGenFunction