Lines Matching defs:NS
497 GCCAsmStmt *NS =
506 if (unsigned DiagID = NS->AnalyzeAsmString(Pieces, Context, DiagOffs)) {
509 return NS;
519 unsigned NumOperands = NS->getNumOutputs() + NS->getNumInputs();
521 if (NS->isAsmGoto() && ConstraintIdx >= NumOperands)
526 unsigned I = 0, E = NS->getNumOutputs();
571 targetDiag(NS->getOutputExpr(i)->getBeginLoc(),
574 return NS;
586 targetDiag(NS->getInputExpr(i)->getBeginLoc(),
589 return NS;
605 targetDiag(NS->getInputExpr(i)->getBeginLoc(),
608 targetDiag(NS->getInputExpr(InputMatchedToOutput[TiedTo])->getBeginLoc(),
611 return NS;
684 return NS;
701 NS->setInputExpr(i, InputExpr);
708 return NS;
742 if (NS->isAsmGoto())
747 return NS;
962 MSAsmStmt *NS =
967 return NS;