MCPcopy Create free account
hub / github.com/Kitware/CMake / PushLoopBlockBarrier

Method PushLoopBlockBarrier

Source/cmMakefile.cxx:2938–2941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2936}
2937
2938void cmMakefile::PushLoopBlockBarrier()
2939{
2940 this->LoopBlockCounter.push(0);
2941}
2942
2943void cmMakefile::PopLoopBlockBarrier()
2944{

Callers 3

cmMakefileMethod · 0.95
PushFunctionScopeMethod · 0.95
PushScopeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected