Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp3321 unsigned TotalAllowedNum = in checkIfClauses() local
3330 if (AllowedCnt + 2 == TotalAllowedNum) in checkIfClauses()
3332 else if (AllowedCnt + 1 != TotalAllowedNum) in checkIfClauses()
3339 << (TotalAllowedNum > 1) << Values; in checkIfClauses()