Home
last modified time | relevance | path

Searched defs:is_is_digit (Results 1 – 3 of 3) sorted by path

/dports/math/py-z3-solver/z3-z3-4.8.10/src/ast/
H A Dseq_decl_plugin.h366 bool is_is_digit(expr const* n) const { return is_app_of(n, m_fid, OP_STRING_IS_DIGIT); } in is_is_digit() function
/dports/math/z3/z3-z3-4.8.13/src/ast/
H A Dchar_decl_plugin.h94 bool is_is_digit(expr const* e) const { return is_app_of(e, m_family_id, OP_CHAR_IS_DIGIT); } in is_is_digit() function
H A Dseq_decl_plugin.h350 bool is_is_digit(expr const* n) const { return is_app_of(n, m_fid, OP_STRING_IS_DIGIT); } in is_is_digit() function