Searched refs:issimple (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 849 bool issimple, bool isvolatile, unsigned numoutputs, in GCCAsmStmt() argument 855 : AsmStmt(GCCAsmStmtClass, asmloc, issimple, isvolatile, numoutputs, in GCCAsmStmt() 875 SourceLocation lbraceloc, bool issimple, bool isvolatile, in MSAsmStmt() argument 881 : AsmStmt(MSAsmStmtClass, asmloc, issimple, isvolatile, numoutputs, in MSAsmStmt()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Stmt.h | 3125 AsmStmt(StmtClass SC, SourceLocation asmloc, bool issimple, bool isvolatile, 3127 : Stmt (SC), AsmLoc(asmloc), IsSimple(issimple), IsVolatile(isvolatile), 3277 GCCAsmStmt(const ASTContext &C, SourceLocation asmloc, bool issimple, 3501 SourceLocation lbraceloc, bool issimple, bool isvolatile,
|