Home
last modified time | relevance | path

Searched refs:FunctionReturnRight (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h97 FunctionReturnRight, enumerator
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp134 Definition("return-right", EntryType::FunctionReturnRight),
396 ENUM_TO_CSTR(FunctionReturnRight); in TypeToCString()
1847 case Entry::Type::FunctionReturnRight: in Format()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp2094 case FormatEntity::Entry::Type::FunctionReturnRight: { in HandleFrameFormatVariable()