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

Function CheckPathParametersEx

Source/cmGeneratorExpressionNode.cxx:837–844  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

835}
836
837bool CheckPathParametersEx(cm::GenEx::Evaluation* eval,
838 GeneratorExpressionContent const* cnt,
839 cm::string_view option, std::size_t count,
840 int required = 1, bool exactly = true)
841{
842 return CheckGenExParameters(eval, cnt, "PATH"_s, option, count, required,
843 exactly);
844}
845bool CheckPathParameters(cm::GenEx::Evaluation* eval,
846 GeneratorExpressionContent const* cnt,
847 cm::string_view option, Arguments args,

Callers 2

CheckPathParametersFunction · 0.85
EvaluateMethod · 0.85

Calls 1

CheckGenExParametersFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…