Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp149 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) in VisitDeclRefExpr()
162 CGF.tryEmitAsConstant(ME)) { in VisitMemberExpr()
H A DCGExpr.cpp1727 CodeGenFunction::tryEmitAsConstant(DeclRefExpr *refExpr) { in tryEmitAsConstant() function in CodeGenFunction
1825 CodeGenFunction::tryEmitAsConstant(const MemberExpr *ME) { in tryEmitAsConstant() function in CodeGenFunction
1827 return tryEmitAsConstant(DRE); in tryEmitAsConstant()
H A DCodeGenFunction.h4328 ConstantEmission tryEmitAsConstant(DeclRefExpr *refExpr);
4329 ConstantEmission tryEmitAsConstant(const MemberExpr *ME);
H A DCGExprScalar.cpp523 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) in VisitDeclRefExpr()
1936 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) { in VisitMemberExpr()
H A DCGObjC.cpp2945 if (CodeGenFunction::ConstantEmission constant = CGF.tryEmitAsConstant(DRE)) in tryEmitARCRetainLoadOfScalar()
H A DCGStmtOpenMP.cpp885 ConstantEmission CE = tryEmitAsConstant(&DRE); in EmitOMPFirstprivateClause()