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

/external/clang/lib/AST/
H A DStmt.cpp529 bool isvolatile, bool msasm,
535 , IsSimple(issimple), IsVolatile(isvolatile), MSAsm(msasm)
528 AsmStmt(ASTContext &C, SourceLocation asmloc, bool issimple, bool isvolatile, bool msasm, unsigned numoutputs, unsigned numinputs, IdentifierInfo **names, StringLiteral **constraints, Expr **exprs, StringLiteral *asmstr, unsigned numclobbers, StringLiteral **clobbers, SourceLocation rparenloc) argument

Completed in 46 milliseconds