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

References

tools/clang/lib/CodeGen/CGExpr.cpp
  165   PGO.setCurrentStmt(E);
  166   if (const MemberPointerType *MPT = E->getType()->getAs<MemberPointerType>()) {
  167     llvm::Value *MemPtr = EmitScalarExpr(E);
  172   SourceLocation Loc = E->getExprLoc();
  173   if (!E->getType()->isAnyComplexType())
  174     return EmitScalarConversion(EmitScalarExpr(E), E->getType(), BoolTy, Loc);
  174     return EmitScalarConversion(EmitScalarExpr(E), E->getType(), BoolTy, Loc);
  176   return EmitComplexToScalarConversion(EmitComplexExpr(E), E->getType(), BoolTy,
  176   return EmitComplexToScalarConversion(EmitComplexExpr(E), E->getType(), BoolTy,