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

Method PopLoopBlockBarrier

Source/cmMakefile.cxx:2943–2948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2941}
2942
2943void cmMakefile::PopLoopBlockBarrier()
2944{
2945 assert(!this->LoopBlockCounter.empty());
2946 assert(this->LoopBlockCounter.top() == 0);
2947 this->LoopBlockCounter.pop();
2948}
2949
2950bool cmMakefile::IsLoopBlock() const
2951{

Callers 2

PopFunctionScopeMethod · 0.95
PopScopeMethod · 0.95

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected