Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/Analysis/
H A DUniformityAnalysis.cpp173 m_function = &F; in runOnFunction()
177 if (targetTransformInfo.hasBranchDivergence(m_function)) in runOnFunction()
184 OS << "UniformityInfo for function '" << m_function->getName() << "':\n"; in print()
189 m_function = nullptr; in releaseMemory()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DUniformityAnalysis.h56 Function *m_function = nullptr;
54 Function *m_function = nullptr; global() variable
/freebsd/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()