Home
last modified time | relevance | path

Searched refs:get_unary_user_operator_name (Results 1 – 3 of 3) sorted by relevance

/dports/cad/freehdl/freehdl-0.0.7/v2cc/
H A Dv2cc.h882 string get_unary_user_operator_name (const string &str);
H A Dv2cc-expr.cc136 string VHDLOperators::get_unary_user_operator_name (const string &str) in get_unary_user_operator_name() function in VHDLOperators
H A Dv2cc-util.cc379 …string op_name = unary? operators.get_unary_user_operator_name (string(fd->declarator->text.to_cha… in nid()