Home
last modified time | relevance | path

Searched refs:PrintfForWarnings (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Doptions_parser.cpp33 explicit OptionParser(gwp_asan::Printf_t PrintfForWarnings) in OptionParser() argument
34 : Printf(PrintfForWarnings) {} in OptionParser()
217 void initOptions(const char *OptionsStr, Printf_t PrintfForWarnings) { in initOptions() argument
221 OptionParser Parser(PrintfForWarnings); in initOptions()
238 PrintfForWarnings, in initOptions()
245 PrintfForWarnings, in initOptions()
251 void initOptions(Printf_t PrintfForWarnings) { in initOptions() argument
252 initOptions(getenv("GWP_ASAN_OPTIONS"), PrintfForWarnings); in initOptions()
H A Doptions_parser.h18 void initOptions(Printf_t PrintfForWarnings = nullptr);
20 void initOptions(const char *OptionsStr, Printf_t PrintfForWarnings = nullptr);