OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_wrapper_function_text
(Results
1 - 2
of
2
) sorted by null
/external/lldb/source/Expression/
ClangFunction.cpp
120
m_wrapper_function_text
.clear();
121
m_wrapper_function_text
.append ("extern \"C\" void ");
122
m_wrapper_function_text
.append (m_wrapper_function_name);
123
m_wrapper_function_text
.append (" (void *input)\n{\n struct ");
124
m_wrapper_function_text
.append (m_wrapper_struct_name);
125
m_wrapper_function_text
.append (" \n {\n");
126
m_wrapper_function_text
.append (" ");
127
m_wrapper_function_text
.append (return_type_str);
128
m_wrapper_function_text
.append (" (*fn_ptr) (");
182
m_wrapper_function_text
.append (type_name)
[
all
...]
/external/lldb/include/lldb/Expression/
ClangFunction.h
546
return
m_wrapper_function_text
.c_str();
630
std::string
m_wrapper_function_text
; ///< The contents of the wrapper function.
member in class:lldb_private::ClangFunction
Completed in 1123 milliseconds