Searched defs:is_callback (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | ScriptInterpreter.h | 194 GenerateBreakpointCommandCallbackData(StringList & input,std::string & output,bool has_extra_args,bool is_callback) GenerateBreakpointCommandCallbackData() argument 202 GenerateWatchpointCommandCallbackData(StringList & input,std::string & output,bool is_callback) GenerateWatchpointCommandCallbackData() argument 305 GenerateFunction(const char * signature,const StringList & input,bool is_callback) GenerateFunction() argument 326 SetBreakpointCommandCallback(BreakpointOptions & bp_options,const char * callback_text,bool is_callback) SetBreakpointCommandCallback() argument 358 SetWatchpointCommandCallback(WatchpointOptions * wp_options,const char * user_input,bool is_callback) SetWatchpointCommandCallback() argument
|
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
H A D | ScriptInterpreterLua.cpp | 353 SetBreakpointCommandCallback(BreakpointOptions & bp_options,const char * command_body_text,bool is_callback) SetBreakpointCommandCallback() argument 374 SetWatchpointCommandCallback(WatchpointOptions * wp_options,const char * command_body_text,bool is_callback) SetWatchpointCommandCallback() argument
|
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptInterpreterPython.cpp | 1234 SetBreakpointCommandCallback(BreakpointOptions & bp_options,const char * command_body_text,bool is_callback) SetBreakpointCommandCallback() argument 1243 SetBreakpointCommandCallback(BreakpointOptions & bp_options,const char * command_body_text,StructuredData::ObjectSP extra_args_sp,bool uses_extra_args,bool is_callback) SetBreakpointCommandCallback() argument 1267 SetWatchpointCommandCallback(WatchpointOptions * wp_options,const char * user_input,bool is_callback) SetWatchpointCommandCallback() argument 1300 GenerateFunction(const char * signature,const StringList & input,bool is_callback) GenerateFunction() argument 1797 GenerateBreakpointCommandCallbackData(StringList & user_input,std::string & output,bool has_extra_args,bool is_callback) GenerateBreakpointCommandCallbackData() argument 1826 GenerateWatchpointCommandCallbackData(StringList & user_input,std::string & output,bool is_callback) GenerateWatchpointCommandCallbackData() argument [all...] |
/llvm-project/polly/lib/External/isl/interface/ |
H A D | generator.cc | 730 bool generator::is_callback(QualType type) in is_callback() function in generator
|