Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprComplex.cpp140 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) in VisitDeclRefExpr()
153 CGF.tryEmitAsConstant(ME)) { in VisitMemberExpr()
H A DCGExpr.cpp1419 CodeGenFunction::tryEmitAsConstant(DeclRefExpr *refExpr) { in tryEmitAsConstant() function in CodeGenFunction
1494 CodeGenFunction::tryEmitAsConstant(const MemberExpr *ME) { in tryEmitAsConstant() function in CodeGenFunction
1496 return tryEmitAsConstant(DRE); in tryEmitAsConstant()
H A DCodeGenFunction.h3538 ConstantEmission tryEmitAsConstant(DeclRefExpr *refExpr);
3539 ConstantEmission tryEmitAsConstant(const MemberExpr *ME);
H A DCGExprScalar.cpp485 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) in VisitDeclRefExpr()
1720 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) { in VisitMemberExpr()
H A DCGObjC.cpp2689 if (CodeGenFunction::ConstantEmission constant = CGF.tryEmitAsConstant(DRE)) in tryEmitARCRetainLoadOfScalar()