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

/external/clang/lib/AST/
H A DStmt.cpp630 unsigned numinputs, IdentifierInfo **names,
635 numinputs, numclobbers), RParenLoc(rparenloc), AsmStr(asmstr) {
655 unsigned numinputs,
660 numinputs, clobbers.size()), LBraceLoc(lbraceloc),
628 GCCAsmStmt(const ASTContext &C, SourceLocation asmloc, bool issimple, bool isvolatile, unsigned numoutputs, unsigned numinputs, IdentifierInfo **names, StringLiteral **constraints, Expr **exprs, StringLiteral *asmstr, unsigned numclobbers, StringLiteral **clobbers, SourceLocation rparenloc) argument
652 MSAsmStmt(const ASTContext &C, SourceLocation asmloc, SourceLocation lbraceloc, bool issimple, bool isvolatile, ArrayRef<Token> asmtoks, unsigned numoutputs, unsigned numinputs, ArrayRef<StringRef> constraints, ArrayRef<Expr*> exprs, StringRef asmstr, ArrayRef<StringRef> clobbers, SourceLocation endloc) argument
/external/clang/include/clang/AST/
H A DStmt.h1406 unsigned numoutputs, unsigned numinputs, unsigned numclobbers) :
1408 NumOutputs(numoutputs), NumInputs(numinputs), NumClobbers(numclobbers) { }
1552 bool isvolatile, unsigned numoutputs, unsigned numinputs,
1728 ArrayRef<Token> asmtoks, unsigned numoutputs, unsigned numinputs,
1405 AsmStmt(StmtClass SC, SourceLocation asmloc, bool issimple, bool isvolatile, unsigned numoutputs, unsigned numinputs, unsigned numclobbers) argument

Completed in 1773 milliseconds