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

Method PushFunctionBlockerBarrier

Source/cmMakefile.cxx:2893–2896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2891}
2892
2893void cmMakefile::PushFunctionBlockerBarrier()
2894{
2895 this->FunctionBlockerBarriers.push_back(this->FunctionBlockers.size());
2896}
2897
2898void cmMakefile::PopFunctionBlockerBarrier(bool reportError)
2899{

Callers 5

PushFunctionScopeMethod · 0.95
PushMacroScopeMethod · 0.95
IncludeScopeMethod · 0.80
ListFileScopeMethod · 0.80
BuildsystemFileScopeMethod · 0.80

Calls 2

push_backMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected