Home
last modified time | relevance | path

Searched refs:LocalLoc (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDCheckerContext.h289 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location); variable
295 node = NB.generateSink(LocalLoc, State, P);
297 node = NB.generateNode(LocalLoc, State, P);
HDCoreEngine.h328 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location); variable
329 return NodeBuilder::generateNode(LocalLoc, State, Pred);
334 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location); variable
335 ExplodedNode *N = NodeBuilder::generateSink(LocalLoc, State, Pred);