Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp33 m_passthrough_sema(nullptr), m_sema(nullptr), m_function(function), in ASTStructExtractor()
94 m_function.m_struct_size = in ExtractFromFunctionDecl()
97 m_function.m_return_offset = in ExtractFromFunctionDecl()
99 m_function.m_return_size = in ExtractFromFunctionDecl()
100 struct_layout->getDataSize().getQuantity() - m_function.m_return_offset; in ExtractFromFunctionDecl()
104 m_function.m_member_offsets.push_back( in ExtractFromFunctionDecl()
108 m_function.m_struct_valid = true; in ExtractFromFunctionDecl()
126 !m_function.m_wrapper_function_name.compare( in ExtractFromTopLevelDecl()
H A DASTStructExtractor.h124 ClangFunctionCaller &m_function; ///< The function to populate with variable
/freebsd-13.1/contrib/bsnmp/tests/
H A Dcatch.hpp4203 Func m_function; member in Catch::Generators::MapGenerator
4210 m_function(std::forward<F2>(function)), in MapGenerator()
4211 m_cache(m_function(m_generator.get())) in MapGenerator()
4220 m_cache = m_function(m_generator.get()); in next()