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

Function CheckListParametersEx

Source/cmGeneratorExpressionNode.cxx:1841–1848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1839
1840namespace {
1841inline bool CheckListParametersEx(cm::GenEx::Evaluation* eval,
1842 GeneratorExpressionContent const* cnt,
1843 cm::string_view option, std::size_t count,
1844 int required = 1, bool exactly = true)
1845{
1846 return CheckGenExParameters(eval, cnt, "LIST"_s, option, count, required,
1847 exactly);
1848}
1849inline bool CheckListParameters(cm::GenEx::Evaluation* eval,
1850 GeneratorExpressionContent const* cnt,
1851 cm::string_view option, Arguments args,

Callers 2

CheckListParametersFunction · 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…