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

Method Arguments

Source/cmCoreTryCompile.h:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 struct Arguments : public ArgumentParser::ParseResult
55 {
56 Arguments(cmMakefile const* mf)
57 : Makefile(mf)
58 {
59 }
60
61 cmMakefile const* Makefile;
62

Callers 15

LLVMFuzzerTestOneInputFunction · 0.80
ArgumentsMatchMethod · 0.80
ArgumentsMatchMethod · 0.80
PrintCommandTraceMethod · 0.80
CallScopeMethod · 0.80
ExecuteCommandMethod · 0.80
DeferGetCallMethod · 0.80
ArgumentsMatchMethod · 0.80
ArgumentsMatchMethod · 0.80
ArgumentsMatchMethod · 0.80
ReplayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected