reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGExprScalar.cpp
 4157   CodeGenFunction::OpaqueValueMapping binding(CGF, E);
 4159   Expr *condExpr = E->getCond();
 4160   Expr *lhsExpr = E->getTrueExpr();
 4161   Expr *rhsExpr = E->getFalseExpr();
 4173         CGF.incrementProfileCounter(E);
 4179       if (!Result && !E->getType()->isVoidType())
 4180         Result = llvm::UndefValue::get(CGF.ConvertType(E->getType()));
 4190     CGF.incrementProfileCounter(E);
 4238     CGF.incrementProfileCounter(E, StepV);
 4259   CGF.incrementProfileCounter(E);