Home | History | Annotate | Download | only in Sema

Lines Matching defs:Piece

66     const GCCAsmStmt::AsmStringPiece &Piece = AsmStrPieces[p];
67 if (!Piece.isOperand()) continue;
71 if (Piece.getOperandNo() == OpNo)
220 GCCAsmStmt::AsmStringPiece &Piece = Pieces[i];
221 if (!Piece.isOperand()) continue;
228 if (Idx == Piece.getOperandNo())
233 if (Idx == Piece.getOperandNo())
241 if (Idx == Piece.getOperandNo())
246 if (Idx == Piece.getOperandNo())
260 .validateConstraintModifier(Literal->getString(), Piece.getModifier(),