Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/include/__format/
H A Drange_formatter.h53 _LIBCPP_HIDE_FROM_ABI constexpr formatter<_Tp, _CharT>& underlying() { return __underlying_; } in underlying() function
54 …_LIBCPP_HIDE_FROM_ABI constexpr const formatter<_Tp, _CharT>& underlying() const { return __underl… in underlying() function
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DCommandAlias.cpp206 auto underlying = GetUnderlyingCommand(); in Desugar() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp4365 QualType underlying() const { return QT; } in underlying() function in __anonf4d0b06a1511::CatchHandlerType
/openbsd/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c9948 struct drm_plane *cursor = crtc->cursor, *plane, *underlying; in dm_check_crtc_cursor() local