Searched defs:numclobbers (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DStmt.cpp532 Expr **exprs, StringLiteral *asmstr, unsigned numclobbers,
536 , NumOutputs(numoutputs), NumInputs(numinputs), NumClobbers(numclobbers) {
528 AsmStmt(ASTContext &C, SourceLocation asmloc, bool issimple, bool isvolatile, bool msasm, unsigned numoutputs, unsigned numinputs, IdentifierInfo **names, StringLiteral **constraints, Expr **exprs, StringLiteral *asmstr, unsigned numclobbers, StringLiteral **clobbers, SourceLocation rparenloc) argument

Completed in 290 milliseconds