Searched defs:IsSink (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp303 bool IsSink,
309 NodeTy::Profile(profile, L, State, IsSink);
322 new (V) NodeTy(L, State, IsSink);
301 getNode(const ProgramPoint &L, ProgramStateRef State, bool IsSink, bool* IsNew) argument
H A DCoreEngine.cpp654 bool IsSink) {
658 IsSink, &IsNew);
664 if (!IsSink)
690 bool IsSink) {
703 IsSink, &IsNew);
709 if (!IsSink)
652 generateNode(const iterator &I, ProgramStateRef St, bool IsSink) argument
689 generateDefaultCaseNode(ProgramStateRef St, bool IsSink) argument
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h126 bool IsSink)
127 : Location(loc), State(state), Succs(IsSink) {
128 assert(isSink() == IsSink);
165 bool IsSink) {
168 ID.AddBoolean(IsSink);
297 bool IsSink = false,
125 ExplodedNode(const ProgramPoint &loc, ProgramStateRef state, bool IsSink) argument
162 Profile(llvm::FoldingSetNodeID &ID, const ProgramPoint &Loc, const ProgramStateRef &state, bool IsSink) argument

Completed in 124 milliseconds