Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp3351 unsigned TotalAllowedNum = in checkIfClauses() local
3360 if (AllowedCnt + 2 == TotalAllowedNum) in checkIfClauses()
3362 else if (AllowedCnt + 1 != TotalAllowedNum) in checkIfClauses()
3369 << (TotalAllowedNum > 1) << Values; in checkIfClauses()