Skip to content

Commit 40b8c03

Browse files
committed
Updates requested in PR - mainly rename of functions.
1 parent 7f868e2 commit 40b8c03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/goto-programs/remove_virtual_functions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ void remove_virtual_function(
475475
goto_program, instruction, dispatch_table, fallback_action);
476476
}
477477

478-
void get_overridden_functions(
478+
void get_virtual_function_callees(
479479
const exprt &function,
480480
const symbol_tablet &symbol_table,
481481
const class_hierarchyt &class_hierarchy,

src/goto-programs/remove_virtual_functions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ void remove_virtual_function(
7373
/// \param class_hierarchy: A class hierarchy.
7474
/// \param [out] overridden_functions: Output collection into which all
7575
/// overridden functions will be stored.
76-
void get_overridden_functions(
76+
void get_virtual_function_callees(
7777
const exprt &function,
7878
const symbol_tablet &symbol_table,
7979
const class_hierarchyt &class_hierarchy,

0 commit comments

Comments
 (0)