Searched refs:issimple (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DStmt.cpp629 bool issimple, bool isvolatile, unsigned numoutputs,
634 : AsmStmt(GCCAsmStmtClass, asmloc, issimple, isvolatile, numoutputs,
653 SourceLocation lbraceloc, bool issimple, bool isvolatile,
659 : AsmStmt(MSAsmStmtClass, asmloc, issimple, isvolatile, numoutputs,
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.h1405 AsmStmt(StmtClass SC, SourceLocation asmloc, bool issimple, bool isvolatile, argument
1407 Stmt (SC), AsmLoc(asmloc), IsSimple(issimple), IsVolatile(isvolatile),
1551 GCCAsmStmt(const ASTContext &C, SourceLocation asmloc, bool issimple,
1727 SourceLocation lbraceloc, bool issimple, bool isvolatile,

Completed in 254 milliseconds