Searched refs:asmstr (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp758 StringLiteral *asmstr, unsigned numclobbers,
763 RParenLoc(rparenloc), AsmStr(asmstr), NumLabels(numlabels) {
785 StringRef asmstr, ArrayRef<StringRef> clobbers,
790 initialize(C, asmstr, asmtoks, constraints, exprs, clobbers);
797 void MSAsmStmt::initialize(const ASTContext &C, StringRef asmstr, argument
808 AsmStr = copyIntoContext(C, asmstr);
754 GCCAsmStmt(const ASTContext &C, SourceLocation asmloc, bool issimple, bool isvolatile, unsigned numoutputs, unsigned numinputs, IdentifierInfo **names, StringLiteral **constraints, Expr **exprs, StringLiteral *asmstr, unsigned numclobbers, StringLiteral **clobbers, unsigned numlabels, SourceLocation rparenloc) argument
780 MSAsmStmt(const ASTContext &C, SourceLocation asmloc, SourceLocation lbraceloc, bool issimple, bool isvolatile, ArrayRef<Token> asmtoks, unsigned numoutputs, unsigned numinputs, ArrayRef<StringRef> constraints, ArrayRef<Expr*> exprs, StringRef asmstr, ArrayRef<StringRef> clobbers, SourceLocation endloc) argument
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2909 StringLiteral *asmstr, unsigned numclobbers,
3133 ArrayRef<Expr*> exprs, StringRef asmstr,

Completed in 96 milliseconds