Home | History | Annotate | Download | only in Sema

Lines Matching refs:Clobbers

145                                  Expr *asmString, MultiExprArg clobbers,
147 unsigned NumClobbers = clobbers.size();
151 StringLiteral **Clobbers = reinterpret_cast<StringLiteral**>(clobbers.data());
163 Constraints, Exprs.data(), AsmString, NumClobbers, Clobbers, RParenLoc);
335 // Check that the clobbers are valid.
337 StringLiteral *Literal = Clobbers[i];
350 AsmString, NumClobbers, Clobbers, RParenLoc);
724 ArrayRef<StringRef> Clobbers,
733 Clobbers, EndLoc);