Home
last modified time | relevance | path

Searched refs:issimple (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDStmt.cpp755 bool issimple, bool isvolatile, unsigned numoutputs, in GCCAsmStmt() argument
761 : AsmStmt(GCCAsmStmtClass, asmloc, issimple, isvolatile, numoutputs, in GCCAsmStmt()
781 SourceLocation lbraceloc, bool issimple, bool isvolatile, in MSAsmStmt() argument
787 : AsmStmt(MSAsmStmtClass, asmloc, issimple, isvolatile, numoutputs, in MSAsmStmt()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h2754 AsmStmt(StmtClass SC, SourceLocation asmloc, bool issimple, bool isvolatile, in AsmStmt() argument
2756 : Stmt (SC), AsmLoc(asmloc), IsSimple(issimple), IsVolatile(isvolatile), in AsmStmt()
2906 GCCAsmStmt(const ASTContext &C, SourceLocation asmloc, bool issimple,
3130 SourceLocation lbraceloc, bool issimple, bool isvolatile,