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

/external/clang/lib/AST/
H A DStmt.cpp629 bool isvolatile, unsigned numoutputs, unsigned numinputs,
634 : AsmStmt(GCCAsmStmtClass, asmloc, issimple, isvolatile, numoutputs,
653 SourceLocation lbraceloc, bool issimple, bool isvolatile,
659 : AsmStmt(MSAsmStmtClass, asmloc, issimple, isvolatile, numoutputs,
628 GCCAsmStmt(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(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.h1379 AsmStmt(StmtClass SC, SourceLocation asmloc, bool issimple, bool isvolatile, argument
1381 Stmt (SC), AsmLoc(asmloc), IsSimple(issimple), IsVolatile(isvolatile),
1510 bool isvolatile, unsigned numoutputs, unsigned numinputs,
1685 bool issimple, bool isvolatile, ArrayRef<Token> asmtoks,

Completed in 69 milliseconds