Searched refs:PrintfForWarnings (Results 1 – 2 of 2) sorted by relevance
33 explicit OptionParser(gwp_asan::Printf_t PrintfForWarnings) in OptionParser() argument34 : Printf(PrintfForWarnings) {} in OptionParser()217 void initOptions(const char *OptionsStr, Printf_t PrintfForWarnings) { in initOptions() argument221 OptionParser Parser(PrintfForWarnings); in initOptions()238 PrintfForWarnings, in initOptions()245 PrintfForWarnings, in initOptions()251 void initOptions(Printf_t PrintfForWarnings) { in initOptions() argument252 initOptions(getenv("GWP_ASAN_OPTIONS"), PrintfForWarnings); in initOptions()
18 void initOptions(Printf_t PrintfForWarnings = nullptr);20 void initOptions(const char *OptionsStr, Printf_t PrintfForWarnings = nullptr);