Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp4946 unsigned TotalAllowedNum = in checkIfClauses() local
4955 if (AllowedCnt + 2 == TotalAllowedNum) in checkIfClauses()
4957 else if (AllowedCnt + 1 != TotalAllowedNum) in checkIfClauses()
4964 << (TotalAllowedNum > 1) << Values; in checkIfClauses()