Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Parser/
H A Dtools.h51 template <typename A, typename B> static const A *Unwrap(B *p) { in Unwrap() function
60 static const A *Unwrap(const common::Indirection<B, COPY> &x) { in Unwrap() function
65 static const A *Unwrap(const std::variant<Bs...> &x) { in Unwrap() function
70 static const A *Unwrap(const std::tuple<Bs...> &x) { in Unwrap() function
82 static const A *Unwrap(const std::optional<B> &o) { in Unwrap() function
91 static const A *Unwrap(const UnlabeledStatement<B> &x) { in Unwrap() function
95 static const A *Unwrap(const Statement<B> &x) { in Unwrap() function
99 template <typename A, typename B> static const A *Unwrap(B &x) { in Unwrap() function
114 template <typename A, typename B> const A *Unwrap(const B &x) { in Unwrap() function
117 template <typename A, typename B> A *Unwrap(B &x) { in Unwrap() function
/llvm-project/flang/include/flang/Common/
H A Dunwrap.h106 static A *Unwrap(std::variant<Bs...> &u) { in Unwrap() function
/llvm-project/third-party/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1351 T Unwrap() { return std::move(value_); } in Unwrap() function
1372 T& Unwrap() { return *value_ptr_; } in Unwrap() function
/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp604 auto Unwrap = [&](QualType T) { unwrapCastAwayConstnessLevel() local