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 336 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
342 node = NB.generateSink(LocalLoc, State, P);
344 node = NB.generateNode(LocalLoc, State, P);
CoreEngine.h 326 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
327 return NodeBuilder::generateNode(LocalLoc, State, Pred);
332 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
333 ExplodedNode *N = NodeBuilder::generateSink(LocalLoc, State, Pred);

Completed in 561 milliseconds