Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_flag_parser.h54 inline bool ParseBool(const char *value, bool *b) { in ParseBool() function
72 if (ParseBool(value, t_)) return true; in Parse()
85 if (ParseBool(value, &b)) { in Parse()