Home
last modified time | relevance | path

Searched defs:underlying (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libcxx/include/__format/
H A Drange_formatter.h52 _LIBCPP_HIDE_FROM_ABI constexpr formatter<_Tp, _CharT>& underlying() noexcept { return __underlying_; } in underlying() function
53 _LIBCPP_HIDE_FROM_ABI constexpr const formatter<_Tp, _CharT>& underlying() const noexcept { return __underlying_; } in underlying() function
[all...]
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.chunk.by/range.chunk.by.iter/
H A Dderef.pass.cpp36 ChunkByView view{underlying, std::ranges::less_equal{}}; in test() local
/llvm-project/mlir/test/lib/Analysis/DataFlow/
H A DTestDenseDataFlowAnalysis.h211 const UnderlyingValueLattice *underlying; getMostUnderlyingValue() local
[all...]
/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp207 auto underlying = GetUnderlyingCommand(); in Desugar() local
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4104 QualType underlying() const { return QT; } underlying() function in __anon86ccc4101511::CatchHandlerType