Searched refs:NumAlternatives (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp525 unsigned NumAlternatives = ~0U; local
530 if (NumAlternatives == ~0U) {
531 NumAlternatives = AltCount;
532 } else if (NumAlternatives != AltCount) {
535 << NumAlternatives << AltCount;
545 if (NumAlternatives == ~0U) {
546 NumAlternatives = AltCount;
547 } else if (NumAlternatives != AltCount) {
550 << NumAlternatives << AltCount;

Completed in 99 milliseconds