Home
last modified time | relevance | path

Searched refs:tt1 (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dvalops.c1914 struct type *tt1, *tt2; in typecmp() local
1919 tt1 = check_typedef (t1[i].type); in typecmp()
1922 if (TYPE_CODE (tt1) == TYPE_CODE_REF in typecmp()
1924 && (TYPE_CODE (check_typedef (TYPE_TARGET_TYPE (tt1))) in typecmp()
1940 while (TYPE_CODE(tt1) == TYPE_CODE_REF in typecmp()
1941 || TYPE_CODE (tt1) == TYPE_CODE_PTR) in typecmp()
1943 tt1 = check_typedef( TYPE_TARGET_TYPE(tt1) ); in typecmp()
1951 if (TYPE_CODE (tt1) == TYPE_CODE (tt2)) in typecmp()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-icf-gimple.c400 tree tt1 = TREE_TYPE (t1); in compare_operand() local
403 if (!func_checker::compatible_types_p (tt1, tt2)) in compare_operand()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-typeck.c10139 tree tt1 = TREE_TYPE (type1); in build_binary_op() local
10141 addr_space_t as1 = TYPE_ADDR_SPACE (tt1); in build_binary_op()
10157 if (pedantic && TREE_CODE (tt1) == FUNCTION_TYPE) in build_binary_op()
10161 else if (VOID_TYPE_P (tt1)) in build_binary_op()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-typeck.c11637 tree tt1 = TREE_TYPE (type1); in build_binary_op() local
11639 addr_space_t as1 = TYPE_ADDR_SPACE (tt1); in build_binary_op()
11655 if (pedantic && TREE_CODE (tt1) == FUNCTION_TYPE) in build_binary_op()
11659 else if (VOID_TYPE_P (tt1) && !TYPE_ATOMIC (tt1)) in build_binary_op()