HomeSort by relevance Sort by last modified time
    Searched refs:LocalLoc (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 289 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
295 node = NB.generateSink(LocalLoc, State, P);
297 node = NB.generateNode(LocalLoc, State, P);
CoreEngine.h 328 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
329 return NodeBuilder::generateNode(LocalLoc, State, Pred);
334 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
335 ExplodedNode *N = NodeBuilder::generateSink(LocalLoc, State, Pred);

Completed in 48 milliseconds