Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDflags_parser.cpp113 inline bool parseBool(const char *Value, bool *b) { in parseBool() function
141 Ok = parseBool(Value, reinterpret_cast<bool *>(Flags[I].Var)); in runHandler()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
HDoptions_parser.cpp138 bool parseBool(const char *Value, bool *b) { in parseBool() function
160 Ok = parseBool(Value, reinterpret_cast<bool *>(Options[I].Var)); in setOptionToValue()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDYAMLParser.h82 std::optional<bool> parseBool(StringRef S);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDYAMLTraits.cpp914 if (std::optional<bool> Parsed = parseBool(Scalar)) { in input()
HDYAMLParser.cpp771 std::optional<bool> yaml::parseBool(StringRef S) { in parseBool() function in yaml