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

/external/clang/lib/AST/
H A DStmt.cpp632 StringLiteral *asmstr, unsigned numclobbers,
635 numinputs, numclobbers), RParenLoc(rparenloc), AsmStr(asmstr) {
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
/external/clang/include/clang/AST/
H A DStmt.h1406 unsigned numoutputs, unsigned numinputs, unsigned numclobbers) :
1408 NumOutputs(numoutputs), NumInputs(numinputs), NumClobbers(numclobbers) { }
1554 StringLiteral *asmstr, unsigned numclobbers,
1405 AsmStmt(StmtClass SC, SourceLocation asmloc, bool issimple, bool isvolatile, unsigned numoutputs, unsigned numinputs, unsigned numclobbers) argument

Completed in 104 milliseconds