Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp3350 unsigned AllowedCnt = 0; in checkIfClauses() local
3360 if (AllowedCnt + 2 == TotalAllowedNum) in checkIfClauses()
3362 else if (AllowedCnt + 1 != TotalAllowedNum) in checkIfClauses()
3364 ++AllowedCnt; in checkIfClauses()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp4811 unsigned AllowedCnt = 0; in checkIfClauses() local
4821 if (AllowedCnt + 2 == TotalAllowedNum) in checkIfClauses()
4823 else if (AllowedCnt + 1 != TotalAllowedNum) in checkIfClauses()
4825 ++AllowedCnt; in checkIfClauses()