Home | History | Annotate | Download | only in AST

Lines Matching defs:isVolatile

1449   bool IsVolatile;
1457 AsmStmt(StmtClass SC, SourceLocation asmloc, bool issimple, bool isvolatile,
1459 Stmt (SC), AsmLoc(asmloc), IsSimple(issimple), IsVolatile(isvolatile),
1475 bool isVolatile() const { return IsVolatile; }
1476 void setVolatile(bool V) { IsVolatile = V; }
1604 bool isvolatile, unsigned numoutputs, unsigned numinputs,
1784 SourceLocation lbraceloc, bool issimple, bool isvolatile,