Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp144 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) in VisitDeclRefExpr()
157 CGF.tryEmitAsConstant(ME)) { in VisitMemberExpr()
H A 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()
H A DCodeGenFunction.h3898 ConstantEmission tryEmitAsConstant(DeclRefExpr *refExpr);
3899 ConstantEmission tryEmitAsConstant(const MemberExpr *ME);
H A DCGExprScalar.cpp500 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) in VisitDeclRefExpr()
1713 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) { in VisitMemberExpr()
H A DCGObjC.cpp2921 if (CodeGenFunction::ConstantEmission constant = CGF.tryEmitAsConstant(DRE)) in tryEmitARCRetainLoadOfScalar()
H A DCGStmtOpenMP.cpp845 ConstantEmission CE = tryEmitAsConstant(&DRE); in EmitOMPFirstprivateClause()