Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Doptions_parser.h20 void initOptions(const char *OptionsStr, Printf_t PrintfForWarnings = nullptr);
H A Doptions_parser.cpp217 void initOptions(const char *OptionsStr, Printf_t PrintfForWarnings) { in initOptions() argument
228 Parser.parseString(OptionsStr); in initOptions()