Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmtAsm.cpp561 unsigned NumAlternatives = ~0U; in ActOnGCCAsmStmt() local
566 if (NumAlternatives == ~0U) { in ActOnGCCAsmStmt()
567 NumAlternatives = AltCount; in ActOnGCCAsmStmt()
568 } else if (NumAlternatives != AltCount) { in ActOnGCCAsmStmt()
571 << NumAlternatives << AltCount; in ActOnGCCAsmStmt()
581 if (NumAlternatives == ~0U) { in ActOnGCCAsmStmt()
582 NumAlternatives = AltCount; in ActOnGCCAsmStmt()
583 } else if (NumAlternatives != AltCount) { in ActOnGCCAsmStmt()
586 << NumAlternatives << AltCount; in ActOnGCCAsmStmt()