MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / SetDefaults

Method SetDefaults

system/lib/compiler-rt/lib/lsan/lsan_common.cpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void Flags::SetDefaults() {
63# define LSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue;
64# include "lsan_flags.inc"
65# undef LSAN_FLAG
66}
67
68void RegisterLsanFlags(FlagParser *parser, Flags *f) {
69# define LSAN_FLAG(Type, Name, DefaultValue, Description) \

Callers 1

InitializeFlagsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected