Home
last modified time | relevance | path

Searched defs:of_ast (Results 1 – 5 of 5) sorted by relevance

/dports/devel/cdecl/cdecl-cdecl-11.9/src/
H A Dc_ast.h213 c_ast_t *of_ast; ///< What it's a parent of. member
220 c_ast_t *of_ast; ///< What it's an array of. member
273 c_ast_t *of_ast; ///< For `enum`, the fixed type, if any. member
328 c_ast_t *of_ast; ///< Member type. member
H A Dc_ast_util.c62 c_ast_t *of_ast ) { in c_ast_add_array_impl()
165 c_ast_t *of_ast ) { in c_ast_append_array()
502 c_ast_t* c_ast_add_array( c_ast_t *ast, c_ast_t *array_ast, c_ast_t *of_ast ) { in c_ast_add_array()
H A Dcheck.c393 c_ast_t const *const of_ast = ast->as.array.of_ast; in c_ast_check_array() local
695 c_ast_t const *const of_ast = ast->as.ecsu.of_ast; in c_ast_check_ecsu() local
/dports/math/z3/z3-z3-4.8.13/src/api/
H A Dapi_util.h51 inline Z3_ast of_ast(ast* a) { return reinterpret_cast<Z3_ast>(a); } in of_ast() function
/dports/math/py-z3-solver/z3-z3-4.8.10/src/api/
H A Dapi_util.h51 inline Z3_ast of_ast(ast* a) { return reinterpret_cast<Z3_ast>(a); } in of_ast() function