Home
last modified time | relevance | path

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

/dports/devel/radare2/radare2-5.1.1/shlr/tcc/
H A Dtccgen.c76 static int is_compatible_types(CType *type1, CType *type2);
603 if (!is_compatible_types (&s1->type, &s2->type)) { in is_compatible_func()
655 return is_compatible_types (type1, type2); in compare_types()
668 static int is_compatible_types(CType *type1, CType *type2) { in is_compatible_types() function
2017 vpushi (is_compatible_types (&type1, &type2)); in unary()
2934 if (!is_compatible_types (&sym->type, type)) { in decl_initializer_alloc()
3160 if (!is_compatible_types (&sym->type, &type)) { in decl0()
/dports/databases/sqliteodbc/sqliteodbc-0.9998/
H A Dtcc-0.9.23.patch506 static int is_compatible_types(CType *type1, CType *type2);
663 - if (!is_compatible_types(&s1->type, &s2->type))
679 -static int is_compatible_types(CType *type1, CType *type2)
701 +static int is_compatible_types(CType *type1, CType *type2)
/dports/devel/upp/upp/bazaar/plugin/tcc/
H A Dtcc.c825 static int is_compatible_types(CType *type1, CType *type2);
4674 if (!is_compatible_types(&s->type, type)) in external_sym()
5729 if (!is_compatible_types(&tmp_type1, &tmp_type2)) { in check_comparison_pointer_types()
6191 if (!is_compatible_types(&s1->type, &s2->type)) in is_compatible_func()
6238 return is_compatible_types(type1, type2); in compare_types()
6251 static int is_compatible_types(CType *type1, CType *type2) in is_compatible_types() function
6387 !is_compatible_types(pointed_type(dt), st)) in gen_assign_cast()
6404 if (!is_compatible_types(&tmp_type1, &tmp_type2)) in gen_assign_cast()
6426 if (!is_compatible_types(&tmp_type1, &tmp_type2)) { in gen_assign_cast()
7553 vpushi(is_compatible_types(&type1, &type2)); in unary()
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/perf/
H A Dtinycc.c5446 static int is_compatible_types(CType *type1, CType *type2);
10183 if (!is_compatible_types(&s->type, type)) in external_sym()
11217 if (!is_compatible_types(&tmp_type1, &tmp_type2)) { in check_comparison_pointer_types()
11651 if (!is_compatible_types(&s1->type, &s2->type)) in is_compatible_func()
11664 if (!is_compatible_types(&s1->type, &s2->type)) in is_compatible_func()
11679 static int is_compatible_types(CType *type1, CType *type2) in is_compatible_types() function
11693 return is_compatible_types(type1, type2); in is_compatible_types()
11827 !is_compatible_types(pointed_type(dt), st)) in gen_assign_cast()
11866 if (!is_compatible_types(&tmp_type1, &tmp_type2)) { in gen_assign_cast()
12936 vpushi(is_compatible_types(&type1, &type2)); in unary()
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/perf/
H A Dtinycc.c5446 static int is_compatible_types(CType *type1, CType *type2);
10183 if (!is_compatible_types(&s->type, type)) in external_sym()
11217 if (!is_compatible_types(&tmp_type1, &tmp_type2)) { in check_comparison_pointer_types()
11651 if (!is_compatible_types(&s1->type, &s2->type)) in is_compatible_func()
11664 if (!is_compatible_types(&s1->type, &s2->type)) in is_compatible_func()
11679 static int is_compatible_types(CType *type1, CType *type2) in is_compatible_types() function
11693 return is_compatible_types(type1, type2); in is_compatible_types()
11827 !is_compatible_types(pointed_type(dt), st)) in gen_assign_cast()
11866 if (!is_compatible_types(&tmp_type1, &tmp_type2)) { in gen_assign_cast()
12936 vpushi(is_compatible_types(&type1, &type2)); in unary()
[all …]