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