Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp563 unsigned NumAlternatives = ~0U; in ActOnGCCAsmStmt() local
568 if (NumAlternatives == ~0U) { in ActOnGCCAsmStmt()
569 NumAlternatives = AltCount; in ActOnGCCAsmStmt()
570 } else if (NumAlternatives != AltCount) { in ActOnGCCAsmStmt()
573 << NumAlternatives << AltCount; in ActOnGCCAsmStmt()
583 if (NumAlternatives == ~0U) { in ActOnGCCAsmStmt()
584 NumAlternatives = AltCount; in ActOnGCCAsmStmt()
585 } else if (NumAlternatives != AltCount) { in ActOnGCCAsmStmt()
588 << NumAlternatives << AltCount; in ActOnGCCAsmStmt()