• Home
  • Raw
  • Download

Lines Matching refs:ret_val

1785     void* ret_val;  in OSPlugin_CreatePluginObject()  local
1789 ret_val = g_swig_create_os_plugin (class_name, in OSPlugin_CreatePluginObject()
1794 return MakeScriptObject(ret_val); in OSPlugin_CreatePluginObject()
2089 void* ret_val; in CreateSyntheticScriptedProvider() local
2093 ret_val = g_swig_synthetic_script (class_name, in CreateSyntheticScriptedProvider()
2098 return MakeScriptObject(ret_val); in CreateSyntheticScriptedProvider()
2178 bool ret_val; in GetScriptedSummary() local
2186 ret_val = g_swig_typescript_callback (python_function_name, in GetScriptedSummary()
2203 return ret_val; in GetScriptedSummary()
2246 bool ret_val = true; in BreakpointCallbackFunction() local
2249 ret_val = g_swig_breakpoint_callback (python_function_name, in BreakpointCallbackFunction()
2254 return ret_val; in BreakpointCallbackFunction()
2299 bool ret_val = true; in WatchpointCallbackFunction() local
2302 ret_val = g_swig_watchpoint_callback (python_function_name, in WatchpointCallbackFunction()
2307 return ret_val; in WatchpointCallbackFunction()
2430 uint32_t ret_val = 0; in CalculateNumChildren() local
2434 ret_val = g_swig_calc_children (implementor); in CalculateNumChildren()
2437 return ret_val; in CalculateNumChildren()
2456 lldb::ValueObjectSP ret_val; in GetChildAtIndex() local
2467 ret_val = value_sb->GetSP(); in GetChildAtIndex()
2475 return ret_val; in GetChildAtIndex()
2492 int ret_val = UINT32_MAX; in GetIndexOfChildWithName() local
2496 ret_val = g_swig_get_index_child (implementor, child_name); in GetIndexOfChildWithName()
2499 return ret_val; in GetIndexOfChildWithName()
2505 bool ret_val = false; in UpdateSynthProviderInstance() local
2508 return ret_val; in UpdateSynthProviderInstance()
2513 return ret_val; in UpdateSynthProviderInstance()
2516 return ret_val; in UpdateSynthProviderInstance()
2520 ret_val = g_swig_update_provider (implementor); in UpdateSynthProviderInstance()
2523 return ret_val; in UpdateSynthProviderInstance()
2529 bool ret_val = false; in MightHaveChildrenSynthProviderInstance() local
2532 return ret_val; in MightHaveChildrenSynthProviderInstance()
2537 return ret_val; in MightHaveChildrenSynthProviderInstance()
2540 return ret_val; in MightHaveChildrenSynthProviderInstance()
2544 ret_val = g_swig_mighthavechildren_provider (implementor); in MightHaveChildrenSynthProviderInstance()
2547 return ret_val; in MightHaveChildrenSynthProviderInstance()
2613 bool ret_val; in RunScriptFormatKeyword() local
2632ret_val = g_swig_run_script_keyword_process (impl_function, m_dictionary_name.c_str(), process_sp,… in RunScriptFormatKeyword()
2633 if (!ret_val) in RunScriptFormatKeyword()
2636 return ret_val; in RunScriptFormatKeyword()
2645 bool ret_val; in RunScriptFormatKeyword() local
2664ret_val = g_swig_run_script_keyword_thread (impl_function, m_dictionary_name.c_str(), thread_sp, o… in RunScriptFormatKeyword()
2665 if (!ret_val) in RunScriptFormatKeyword()
2668 return ret_val; in RunScriptFormatKeyword()
2677 bool ret_val; in RunScriptFormatKeyword() local
2696ret_val = g_swig_run_script_keyword_target (impl_function, m_dictionary_name.c_str(), target_sp, o… in RunScriptFormatKeyword()
2697 if (!ret_val) in RunScriptFormatKeyword()
2700 return ret_val; in RunScriptFormatKeyword()
2709 bool ret_val; in RunScriptFormatKeyword() local
2728ret_val = g_swig_run_script_keyword_frame (impl_function, m_dictionary_name.c_str(), frame_sp, out… in RunScriptFormatKeyword()
2729 if (!ret_val) in RunScriptFormatKeyword()
2732 return ret_val; in RunScriptFormatKeyword()
2972 bool ret_val = false; in RunScriptBasedCommand() local
2993 ret_val = g_swig_call_command (impl_function, in RunScriptBasedCommand()
3000 if (!ret_val) in RunScriptBasedCommand()
3005 return ret_val; in RunScriptBasedCommand()