Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp598 unsigned InputOpNo = i+NumOutputs; in ActOnGCCAsmStmt() local
600 Expr *InputExpr = Exprs[InputOpNo]; in ActOnGCCAsmStmt()
662 if (isOperandMentioned(InputOpNo, Pieces)) { in ActOnGCCAsmStmt()
695 !isOperandMentioned(InputOpNo, Pieces) && in ActOnGCCAsmStmt()
700 Exprs[InputOpNo] = InputExpr; in ActOnGCCAsmStmt()