Home
last modified time | relevance | path

Searched defs:getValueOr (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DOptional.h132 constexpr T getValueOr(U &&value) const LLVM_LVALUE_FUNCTION { in getValueOr() function
141 T getValueOr(U &&value) && { in getValueOr() function
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DOptional.h132 LLVM_CONSTEXPR T getValueOr(U &&value) const LLVM_LVALUE_FUNCTION { in getValueOr() function
141 T getValueOr(U &&value) && { in getValueOr() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DOptional.h266 constexpr T getValueOr(U &&value) const LLVM_LVALUE_FUNCTION { in getValueOr() function
283 T getValueOr(U &&value) && { in getValueOr() function