Home
last modified time | relevance | path

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

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