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

References

tools/clang/lib/Sema/SemaStmtAsm.cpp
  577     if (Context.hasSameType(InTy, OutTy))
  593     if (OutTy->isIntegerType() || OutTy->isPointerType())
  593     if (OutTy->isIntegerType() || OutTy->isPointerType())
  595     else if (OutTy->isRealFloatingType())
  606     uint64_t OutSize = Context.getTypeSize(OutTy);
  646         (OutTy->isBooleanType() ? CK_IntegralToBoolean : CK_IntegralCast);
  647       InputExpr = ImpCastExprToType(InputExpr, OutTy, castKind).get();
  654         << InTy << OutTy << OutputExpr->getSourceRange()