Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp743 bool HasDependentValue in ActOnFinishSwitchStmt() local
746 = HasDependentValue ? 0 : Context.getIntWidth(CondTypeBeforePromotion); in ActOnFinishSwitchStmt()
764 for (SwitchCase *SC = SS->getSwitchCaseList(); SC && !HasDependentValue; in ActOnFinishSwitchStmt()
786 HasDependentValue = true; in ActOnFinishSwitchStmt()
829 HasDependentValue = true; in ActOnFinishSwitchStmt()
838 if (!HasDependentValue) { in ActOnFinishSwitchStmt()
843 if (!HasDependentValue && !TheDefaultStmt) { in ActOnFinishSwitchStmt()