Loading...
Searching...
No Matches
substitute_symbols.cpp File Reference
Free Symbols.
More...
+ Include dependency graph for substitute_symbols.cpp:
Go to the source code of this file.
Substitute free occurrences of the variables given by their identifiers in the keys of the map in the given expression.
Detailed Description
Function Documentation
◆ substitute_symbols()
Substitute free occurrences of the variables given by their identifiers in the keys of the map in the given expression.
Only symbol_exprt expressions are substituted.
- Returns
- expression after substitution, or {} when no substitution took place
Definition at line 111 of file substitute_symbols.cpp.
◆ substitute_symbols_rec()