Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.h3899 ConstantEmission tryEmitAsConstant(DeclRefExpr *refExpr);
3900 ConstantEmission tryEmitAsConstant(const MemberExpr *ME);
H A DCGExprScalar.cpp502 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) in VisitDeclRefExpr()
1734 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) { in VisitMemberExpr()
H A DCGObjC.cpp2923 if (CodeGenFunction::ConstantEmission constant = CGF.tryEmitAsConstant(DRE)) in tryEmitARCRetainLoadOfScalar()
H A DCGStmtOpenMP.cpp853 ConstantEmission CE = tryEmitAsConstant(&DRE); in EmitOMPFirstprivateClause()