Home
last modified time | relevance | path

Searched refs:K_DESTRUCTOR (Results 1 – 8 of 8) sorted by relevance

/dports/devel/cdecl/cdecl-cdecl-11.9/src/
H A Dc_kind.h160 K_DESTRUCTOR = (1u << 12), enumerator
198 #define K_ANY_FUNCTION_LIKE ( K_APPLE_BLOCK | K_CONSTRUCTOR | K_DESTRUCTOR \
H A Dc_ast.c156 case K_DESTRUCTOR: in c_ast_dup()
245 case K_DESTRUCTOR: in c_ast_equal()
281 case K_DESTRUCTOR: in c_ast_free()
326 case K_DESTRUCTOR: in c_ast_new()
H A Dc_kind.c53 case K_DESTRUCTOR : return "destructor"; in c_kind_name()
H A Dgibberish.c160 case K_DESTRUCTOR: in g_print_ast()
578 case K_DESTRUCTOR: in g_print_postfix()
679 case K_DESTRUCTOR: in g_print_postfix()
806 case K_DESTRUCTOR: in g_print_space_ast_name()
H A Dcheck.c414 case K_DESTRUCTOR: in c_ast_check_array()
546 case K_DESTRUCTOR: in c_ast_check_cast()
631 assert( c_ast_is_kind_any( ast, K_CONSTRUCTOR | K_DESTRUCTOR ) ); in c_ast_check_ctor_dtor()
1196 case K_DESTRUCTOR: in c_ast_check_func_params()
2226 case K_DESTRUCTOR: { in c_ast_visitor_error()
2227 if ( c_ast_is_kind_any( ast, K_CONSTRUCTOR | K_DESTRUCTOR ) && in c_ast_visitor_error()
2467 case K_DESTRUCTOR: in c_ast_visitor_warning()
H A Denglish.c146 case K_DESTRUCTOR: in c_ast_visitor_english()
H A Ddump.c162 case K_DESTRUCTOR: in c_ast_dump()
H A Dparser.y3553 c_ast_t *const ast = c_ast_new_gc( K_DESTRUCTOR, &@$ );
3613 c_ast_t *const ast = c_ast_new_gc( K_DESTRUCTOR, &@$ );
5712 $$ = c_ast_new_gc( K_DESTRUCTOR, &@$ );