Searched defs:cpp_db_s (Results 1 – 1 of 1) sorted by relevance
29 typedef struct cpp_db_s { struct30 sysdem_ops_t *cpp_ops;31 jmp_buf cpp_jmp;32 name_t cpp_name;33 sub_t cpp_subs;34 templ_t cpp_templ;35 unsigned cpp_cv;36 unsigned cpp_ref;37 unsigned cpp_depth;38 boolean_t cpp_parsed_ctor_dtor_cv;[all …]