Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp773 bool HasDependentValue in ActOnFinishSwitchStmt() local
775 unsigned CondWidth = HasDependentValue ? 0 : Context.getIntWidth(CondType); in ActOnFinishSwitchStmt()
783 = HasDependentValue ? 0 : Context.getIntWidth(CondTypeBeforePromotion); in ActOnFinishSwitchStmt()
801 for (SwitchCase *SC = SS->getSwitchCaseList(); SC && !HasDependentValue; in ActOnFinishSwitchStmt()
823 HasDependentValue = true; in ActOnFinishSwitchStmt()
864 HasDependentValue = true; in ActOnFinishSwitchStmt()
873 if (!HasDependentValue) { in ActOnFinishSwitchStmt()
878 if (!HasDependentValue && !TheDefaultStmt) { in ActOnFinishSwitchStmt()