Home
last modified time | relevance | path

Searched defs:function_symbol_table (Results 1 – 3 of 3) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/formula/
H A Dfunction.hpp232 class function_symbol_table class
255 function_symbol_table(builtins_tag_t) in function_symbol_table() function in wfl::function_symbol_table
H A Dfunction.cpp1430 function_symbol_table::function_symbol_table(std::shared_ptr<function_symbol_table> parent) in function_symbol_table() function in wfl::function_symbol_table
1547 return std::shared_ptr<function_symbol_table>(&functions_table, [](function_symbol_table*) {}); in get_builtins() argument
/dports/games/frogatto/frogatto-1.3.1/src/
H A Dformula_function.hpp178 class function_symbol_table { class
182 function_symbol_table() : backup_(0) {} in function_symbol_table() function in game_logic::function_symbol_table