Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp2437 unsigned AllowedCnt = 0; in checkIfClauses() local
2447 if (AllowedCnt + 2 == TotalAllowedNum) in checkIfClauses()
2449 else if (AllowedCnt + 1 != TotalAllowedNum) in checkIfClauses()
2451 ++AllowedCnt; in checkIfClauses()