Home
last modified time | relevance | path

Searched defs:has_value (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/CPP/
H A Dexpected.h42 LIBC_INLINE constexpr bool has_value() const { return is_expected; } in has_value() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCustomizableOptional.h83 constexpr bool has_value() const { return Storage.has_value(); } in has_value() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAny.h105 bool has_value() const { return !!Storage; } in has_value() function
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-misc_test.cc707 bool has_value() const { return has_value_; } in has_value() function in testing::gmock_matchers_test::__anonebb175b30111::SampleOptionalWithoutBoolConversion