Lines Matching refs:Clobbers
214 StringLiteral **Clobbers, int NumClobbers, in getClobberConflictLocation() argument
230 StringRef Clobber = Clobbers[i]->getString(); in getClobberConflictLocation()
238 return Clobbers[i]->getBeginLoc(); in getClobberConflictLocation()
254 StringLiteral **Clobbers = reinterpret_cast<StringLiteral**>(clobbers.data()); in ActOnGCCAsmStmt() local
282 NumClobbers, Clobbers, NumLabels, RParenLoc); in ActOnGCCAsmStmt()
351 NumClobbers, Clobbers, NumLabels, RParenLoc); in ActOnGCCAsmStmt()
373 NumClobbers, Clobbers, NumLabels, RParenLoc); in ActOnGCCAsmStmt()
469 StringLiteral *Literal = Clobbers[i]; in ActOnGCCAsmStmt()
480 NumClobbers, Clobbers, NumLabels, RParenLoc); in ActOnGCCAsmStmt()
494 Clobbers, NumLabels, RParenLoc); in ActOnGCCAsmStmt()
500 AsmString, NumClobbers, Clobbers, NumLabels, in ActOnGCCAsmStmt()
713 getClobberConflictLocation(Exprs, Constraints, Clobbers, NumClobbers, in ActOnGCCAsmStmt()
937 ArrayRef<StringRef> Clobbers, in ActOnMSAsmStmt() argument
966 Clobbers, EndLoc); in ActOnMSAsmStmt()