Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp5252 unsigned TotalAllowedNum = in checkIfClauses() local
5261 if (AllowedCnt + 2 == TotalAllowedNum) in checkIfClauses()
5263 else if (AllowedCnt + 1 != TotalAllowedNum) in checkIfClauses()
5270 << (TotalAllowedNum > 1) << Values; in checkIfClauses()