Searched refs:function_list (Results 1 – 4 of 4) sorted by relevance
73 function_list(), added_functions(&function_list, mem_ctx) in lower_64bit_visitor()118 exec_list function_list; member in __anon3960539d0111::lower_64bit_visitor147 if (v.progress && !v.function_list.is_empty()) { in lower_64bit_integer_instructions()153 exec_node *const head = v.function_list.head_sentinel.next; in lower_64bit_integer_instructions()154 exec_node *const tail = v.function_list.tail_sentinel.prev; in lower_64bit_integer_instructions()
273 self.function_list = {}981 self.function_list.update(new_function_list)1027 function = self.function_list[byte_code_cp]1034 del self.function_list[byte_code_cp]1082 for function in self.function_list.values():1110 function = self.function_list[breakpoint_data[0]]
232 pprint(self.debugger.function_list)
150 void fill_implementation_functions(std::vector<VulkanFunction>& function_list, std::vector<std::str… in fill_implementation_functions() argument153 … function_list.push_back(VulkanFunction{func_names.at(i++), to_vkVoidFunction(funcs.func_zero)}); in fill_implementation_functions()154 … function_list.push_back(VulkanFunction{func_names.at(i++), to_vkVoidFunction(funcs.func_one)}); in fill_implementation_functions()155 … function_list.push_back(VulkanFunction{func_names.at(i++), to_vkVoidFunction(funcs.func_two)}); in fill_implementation_functions()156 … function_list.push_back(VulkanFunction{func_names.at(i++), to_vkVoidFunction(funcs.func_three)}); in fill_implementation_functions()157 … function_list.push_back(VulkanFunction{func_names.at(i++), to_vkVoidFunction(funcs.func_four)}); in fill_implementation_functions()