Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmtAsm.cpp555 unsigned NumAlternatives = ~0U; in ActOnGCCAsmStmt() local
560 if (NumAlternatives == ~0U) { in ActOnGCCAsmStmt()
561 NumAlternatives = AltCount; in ActOnGCCAsmStmt()
562 } else if (NumAlternatives != AltCount) { in ActOnGCCAsmStmt()
565 << NumAlternatives << AltCount; in ActOnGCCAsmStmt()
575 if (NumAlternatives == ~0U) { in ActOnGCCAsmStmt()
576 NumAlternatives = AltCount; in ActOnGCCAsmStmt()
577 } else if (NumAlternatives != AltCount) { in ActOnGCCAsmStmt()
580 << NumAlternatives << AltCount; in ActOnGCCAsmStmt()