Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmt.cpp629 bool isvolatile, unsigned numoutputs, unsigned numinputs, in GCCAsmStmt() argument
635 numinputs, numclobbers), RParenLoc(rparenloc), AsmStr(asmstr) { in GCCAsmStmt()
655 unsigned numinputs, in MSAsmStmt() argument
660 numinputs, clobbers.size()), LBraceLoc(lbraceloc), in MSAsmStmt()
/external/clang/include/clang/AST/
DStmt.h1380 unsigned numoutputs, unsigned numinputs, unsigned numclobbers) : in AsmStmt() argument
1382 NumOutputs(numoutputs), NumInputs(numinputs), NumClobbers(numclobbers) { } in AsmStmt()
1510 bool isvolatile, unsigned numoutputs, unsigned numinputs,
1686 unsigned numoutputs, unsigned numinputs,