Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaStmt.cpp572 while (ImplicitCastExpr *impcast = dyn_cast<ImplicitCastExpr>(expr)) { in GetTypeBeforeIntegralPromotion() local
573 if (impcast->getCastKind() != CK_IntegralCast) break; in GetTypeBeforeIntegralPromotion()
574 expr = impcast->getSubExpr(); in GetTypeBeforeIntegralPromotion()