Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h332 void reserve(unsigned NodeCount) { Nodes.reserve(NodeCount); } in reserve() argument
/external/swiftshader/third_party/subzero/src/
DIceCfg.cpp77 SizeT NodeCount = 0; in getFunctionNameAndSize() local
80 ++NodeCount; in getFunctionNameAndSize()
89 ":b=" + std::to_string(NodeCount) + ")"; in getFunctionNameAndSize()