HomeSort by: relevance | last modified time | path
    Searched refs:tryEmitAsConstant (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprComplex.cpp 144 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E))
157 CGF.tryEmitAsConstant(ME)) {
CGExpr.cpp 1484 CodeGenFunction::tryEmitAsConstant(DeclRefExpr *refExpr) {
1582 CodeGenFunction::tryEmitAsConstant(const MemberExpr *ME) {
1584 return tryEmitAsConstant(DRE);
CodeGenFunction.h 3898 ConstantEmission tryEmitAsConstant(DeclRefExpr *refExpr);
3899 ConstantEmission tryEmitAsConstant(const MemberExpr *ME);
CGExprScalar.cpp 500 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E))
1713 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) {
CGObjC.cpp 2921 if (CodeGenFunction::ConstantEmission constant = CGF.tryEmitAsConstant(DRE))
CGStmtOpenMP.cpp 845 ConstantEmission CE = tryEmitAsConstant(&DRE);

Completed in 91 milliseconds