Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaStmt.cpp1207 bool HasDependentValue in ActOnFinishSwitchStmt() local
1209 unsigned CondWidth = HasDependentValue ? 0 : Context.getIntWidth(CondType); in ActOnFinishSwitchStmt()
1217 = HasDependentValue ? 0 : Context.getIntWidth(CondTypeBeforePromotion); in ActOnFinishSwitchStmt()
1235 for (SwitchCase *SC = SS->getSwitchCaseList(); SC && !HasDependentValue; in ActOnFinishSwitchStmt()
1257 HasDependentValue = true; in ActOnFinishSwitchStmt()
1282 HasDependentValue = true; in ActOnFinishSwitchStmt()
1291 if (!HasDependentValue) { in ActOnFinishSwitchStmt()