Searched refs:issimple (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/AST/ |
D | Stmt.cpp | 692 bool issimple, bool isvolatile, unsigned numoutputs, in GCCAsmStmt() argument 697 : AsmStmt(GCCAsmStmtClass, asmloc, issimple, isvolatile, numoutputs, in GCCAsmStmt() 716 SourceLocation lbraceloc, bool issimple, bool isvolatile, in MSAsmStmt() argument 722 : AsmStmt(MSAsmStmtClass, asmloc, issimple, isvolatile, numoutputs, in MSAsmStmt()
|
/external/llvm-project/clang/lib/AST/ |
D | Stmt.cpp | 834 bool issimple, bool isvolatile, unsigned numoutputs, in GCCAsmStmt() argument 840 : AsmStmt(GCCAsmStmtClass, asmloc, issimple, isvolatile, numoutputs, in GCCAsmStmt() 860 SourceLocation lbraceloc, bool issimple, bool isvolatile, in MSAsmStmt() argument 866 : AsmStmt(MSAsmStmtClass, asmloc, issimple, isvolatile, numoutputs, in MSAsmStmt()
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 1431 AsmStmt(StmtClass SC, SourceLocation asmloc, bool issimple, bool isvolatile, in AsmStmt() argument 1433 Stmt (SC), AsmLoc(asmloc), IsSimple(issimple), IsVolatile(isvolatile), in AsmStmt() 1577 GCCAsmStmt(const ASTContext &C, SourceLocation asmloc, bool issimple, 1758 SourceLocation lbraceloc, bool issimple, bool isvolatile,
|
/external/llvm-project/clang/include/clang/AST/ |
D | Stmt.h | 2830 AsmStmt(StmtClass SC, SourceLocation asmloc, bool issimple, bool isvolatile, in AsmStmt() argument 2832 : Stmt (SC), AsmLoc(asmloc), IsSimple(issimple), IsVolatile(isvolatile), in AsmStmt() 2982 GCCAsmStmt(const ASTContext &C, SourceLocation asmloc, bool issimple, 3206 SourceLocation lbraceloc, bool issimple, bool isvolatile,
|