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 293 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
299 node = NB.generateSink(LocalLoc, State, P);
301 node = NB.generateNode(LocalLoc, State, P);
CoreEngine.h 324 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
325 return NodeBuilder::generateNode(LocalLoc, State, Pred);
330 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
331 ExplodedNode *N = NodeBuilder::generateSink(LocalLoc, State, Pred);

Completed in 123 milliseconds