Home
last modified time | relevance | path

Searched refs:identify_new_type (Results 1 – 5 of 5) sorted by relevance

/dports/lang/cparser/cparser-0.9.14/
H A Dtype.c741 return identify_new_type(copy); in get_qualified_type()
1299 return identify_new_type(type); in make_atomic_type()
1315 return identify_new_type(type); in make_complex_type()
1331 return identify_new_type(type); in make_imaginary_type()
1347 return identify_new_type(type); in make_pointer_type()
1361 return identify_new_type(type); in make_reference_type()
1379 return identify_new_type(type); in make_based_pointer_type()
1392 return identify_new_type(type); in make_array_type()
1578 return identify_new_type(type); in make_function_2_type()
1592 return identify_new_type(type); in make_function_1_type()
[all …]
H A Dattribute.c163 return identify_new_type(copy); in handle_attribute_mode()
413 return identify_new_type(new_type); in change_calling_convention()
427 return identify_new_type(new_type); in add_modifiers()
H A Dtype_t.h214 type_t *identify_new_type(type_t *type);
H A Dbuiltins.c229 return identify_new_type(new_type); in add_type_modifier()
H A Dparser.c3044 type = identify_new_type(type); in parse_declaration_specifiers()
3599 type = identify_new_type(array_type); in construct_declarator_type()
4480 new_type = identify_new_type(new_type); in parse_kr_declaration_list()
5257 type = identify_new_type(copy); in parse_external_declaration()
5330 entity->declaration.type = identify_new_type(new_type); in parse_external_declaration()
5928 type_t *type = identify_new_type(ntype); in create_implicit_function()
10275 type_t *const result = identify_new_type(new_type); in complete_incomplete_arrays()