Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1252 bool HasDependentValue in ActOnFinishSwitchStmt() local
1254 unsigned CondWidth = HasDependentValue ? 0 : Context.getIntWidth(CondType); in ActOnFinishSwitchStmt()
1262 = HasDependentValue ? 0 : Context.getIntWidth(CondTypeBeforePromotion); in ActOnFinishSwitchStmt()
1283 for (SwitchCase *SC = SS->getSwitchCaseList(); SC && !HasDependentValue; in ActOnFinishSwitchStmt()
1305 HasDependentValue = true; in ActOnFinishSwitchStmt()
1330 HasDependentValue = true; in ActOnFinishSwitchStmt()
1339 if (!HasDependentValue) { in ActOnFinishSwitchStmt()