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

/external/clang/test/PCH/
H A Dasm.h10 void clobbers() { function
/external/clang/test/Sema/
H A Dasm.c22 void clobbers() { function
/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp145 Expr *asmString, MultiExprArg clobbers,
147 unsigned NumClobbers = clobbers.size();
151 StringLiteral **Clobbers = reinterpret_cast<StringLiteral**>(clobbers.data());
335 // Check that the clobbers are valid.
141 ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, bool IsVolatile, unsigned NumOutputs, unsigned NumInputs, IdentifierInfo **Names, MultiExprArg constraints, MultiExprArg Exprs, Expr *asmString, MultiExprArg clobbers, SourceLocation RParenLoc) argument
/external/clang/lib/AST/
H A DStmt.cpp696 StringLiteral **clobbers, SourceLocation rparenloc)
712 std::copy(clobbers, clobbers + NumClobbers, Clobbers);
720 StringRef asmstr, ArrayRef<StringRef> clobbers,
723 numinputs, clobbers.size()), LBraceLoc(lbraceloc),
726 initialize(C, asmstr, asmtoks, constraints, exprs, clobbers);
737 ArrayRef<StringRef> clobbers) {
739 assert(NumClobbers == clobbers.size());
760 std::transform(clobbers.begin(), clobbers
691 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, SourceLocation rparenloc) argument
715 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
733 initialize(const ASTContext &C, StringRef asmstr, ArrayRef<Token> asmtoks, ArrayRef<StringRef> constraints, ArrayRef<Expr*> exprs, ArrayRef<StringRef> clobbers) argument
[all...]

Completed in 126 milliseconds