CBMC
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
concurrent_cfg_baset< T, P, I > Member List

This is the complete list of members for concurrent_cfg_baset< T, P, I >, including all inherited members.

add_edge(node_indext a, node_indext b)grapht< N >inline
add_node(arguments &&... values)grapht< N >inline
add_undirected_edge(node_indext a, node_indext b)grapht< N >
base_grapht typedefcfg_baset< T, P, I >private
cfg_baset()cfg_baset< T, P, I >inline
clear()grapht< N >inline
compute_edges(const goto_functionst &goto_functions, const goto_programt &goto_program, I PC)cfg_baset< T, P, I >protected
compute_edges(const goto_functionst &goto_functions, P &goto_program)cfg_baset< T, P, I >protected
compute_edges(const goto_functionst &goto_functions)cfg_baset< T, P, I >protected
compute_edges_catch(const goto_programt &goto_program, const goto_programt::instructiont &instruction, goto_programt::const_targett next_PC, entryt &entry)cfg_baset< T, P, I >protectedvirtual
compute_edges_function_call(const goto_functionst &goto_functions, const goto_programt &goto_program, const goto_programt::instructiont &instruction, goto_programt::const_targett next_PC, entryt &entry)cfg_baset< T, P, I >protectedvirtual
compute_edges_goto(const goto_programt &goto_program, const goto_programt::instructiont &instruction, goto_programt::const_targett next_PC, entryt &entry)cfg_baset< T, P, I >protectedvirtual
compute_edges_start_thread(const goto_programt &goto_program, const goto_programt::instructiont &instruction, goto_programt::const_targett next_PC, typename cfg_baset< T, P, I >::entryt &entry)concurrent_cfg_baset< T, P, I >protectedvirtual
cfg_baset::compute_edges_start_thread(const goto_programt &goto_program, const goto_programt::instructiont &instruction, goto_programt::const_targett next_PC, entryt &entry)cfg_baset< T, P, I >protectedvirtual
compute_edges_throw(const goto_programt &goto_program, const goto_programt::instructiont &instruction, goto_programt::const_targett next_PC, entryt &entry)cfg_baset< T, P, I >protectedvirtual
connected_subgraphs(std::vector< node_indext > &subgraph_nr)grapht< N >
depth_limited_search(typename N::node_indext src, std::size_t limit) constgrapht< N >
depth_limited_search(std::vector< typename N::node_indext > &src, std::size_t limit) constgrapht< N >
depth_limited_search(std::vector< typename N::node_indext > &src, std::size_t limit, std::vector< bool > &visited) constgrapht< N >protected
disconnect_unreachable(node_indext src)grapht< N >
disconnect_unreachable(const std::vector< node_indext > &src)grapht< N >
edge(node_indext a, node_indext b)grapht< N >inline
edgest typedefgrapht< N >
edget typedefgrapht< N >
empty() constgrapht< N >inline
entries() constcfg_baset< T, P, I >inline
entry_mapcfg_baset< T, P, I >
entryt typedefcfg_baset< T, P, I >
for_each_predecessor(const node_indext &n, std::function< void(const node_indext &)> f) constgrapht< N >
for_each_successor(const node_indext &n, std::function< void(const node_indext &)> f) constgrapht< N >
get_first_node(P &program)cfg_baset< T, P, I >inlinestatic
get_last_node(P &program)cfg_baset< T, P, I >inlinestatic
get_node(const goto_programt::const_targett &program_point)cfg_baset< T, P, I >inline
get_node(const goto_programt::const_targett &program_point) constcfg_baset< T, P, I >inline
get_node_index(const goto_programt::const_targett &program_point) constcfg_baset< T, P, I >inline
get_predecessors(const node_indext &n) constgrapht< N >
get_reachable(node_indext src, bool forwards) constgrapht< N >
get_reachable(const std::vector< node_indext > &src, bool forwards) constgrapht< N >
get_successors(const node_indext &n) constgrapht< N >
has_edge(node_indext i, node_indext j) constgrapht< N >inline
in(node_indext n) constgrapht< N >inline
is_dag() constgrapht< N >inline
make_chordal()grapht< N >
node_indext typedefgrapht< N >
nodesgrapht< N >protected
nodes_empty(P &program)cfg_baset< T, P, I >inlinestatic
nodest typedefgrapht< N >
nodet typedefcfg_baset< T, P, I >
operator()(const goto_functionst &goto_functions)cfg_baset< T, P, I >inline
operator()(P &goto_program)cfg_baset< T, P, I >inline
operator[](node_indext n) constgrapht< N >inline
operator[](node_indext n)grapht< N >inline
out(node_indext n) constgrapht< N >inline
output_dot(std::ostream &out) constgrapht< N >
patht typedefgrapht< N >
remove_edge(node_indext a, node_indext b)grapht< N >inline
remove_edges(node_indext n)grapht< N >inline
remove_in_edges(node_indext n)grapht< N >
remove_out_edges(node_indext n)grapht< N >
remove_undirected_edge(node_indext a, node_indext b)grapht< N >
resize(node_indext s)grapht< N >inline
SCCs(std::vector< node_indext > &subgraph_nr) constgrapht< N >
shortest_loop(node_indext node, patht &path) constgrapht< N >inline
shortest_path(node_indext src, node_indext dest, patht &path) constgrapht< N >inline
shortest_path(node_indext src, node_indext dest, patht &path, bool non_trivial) constgrapht< N >protected
size() constgrapht< N >inline
swap(grapht &other)grapht< N >inline
tarjan(class tarjant &t, node_indext v) constgrapht< N >protected
topsort() constgrapht< N >
visit_reachable(node_indext src)grapht< N >
~cfg_baset()cfg_baset< T, P, I >inlinevirtual