Home | History | Annotate | Download | only in Core

Lines Matching defs:NI

928     const ExplodedNode *NI = N;
930 ProgramPoint ProgPoint = NI->getLocation();
943 NI = NI->getFirstPred();
944 } while (NI);