Home | History | Annotate | Download | only in Analysis

Lines Matching refs:NS

487   void setInfo(const Expr *To, ConsumedState NS);
540 // If NS is not CS_None, sets the state of From to NS.
542 ConsumedState NS) {
549 if (NS != CS_None && PInfo.isPointerToValue())
550 setStateForVarOrTmp(StateMap, PInfo, NS);
567 void ConsumedStmtVisitor::setInfo(const Expr *To, ConsumedState NS) {
572 setStateForVarOrTmp(StateMap, PInfo, NS);
573 } else if (NS != CS_None) {
574 insertInfo(To, PropagationInfo(NS));
801 ConsumedState NS =
804 copyInfo(Call->getArg(0), Call, NS);