HomeSort by: relevance | last modified time | path
    Searched defs:eltype2 (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
opencl-lang.c 534 struct type *type1, *type2, *eltype1, *eltype2, *rettype; local
548 eltype2 = check_typedef (type2->target_type ());
555 if (eltype1->code () != eltype2->code ()
556 || eltype1->length () != eltype2->length ()
557 || eltype1->is_unsigned () != eltype2->is_unsigned ()
779 struct type *eltype2, *type2, *type3, *eltype3; local
810 eltype2 = check_typedef (type2->target_type ());
819 if (eltype2->code () != eltype3->code ()
820 || eltype2->length () != eltype3->length ()
821 || eltype2->is_unsigned () != eltype3->is_unsigned (
    [all...]
opencl-lang.c 534 struct type *type1, *type2, *eltype1, *eltype2, *rettype; local
548 eltype2 = check_typedef (type2->target_type ());
555 if (eltype1->code () != eltype2->code ()
556 || eltype1->length () != eltype2->length ()
557 || eltype1->is_unsigned () != eltype2->is_unsigned ()
779 struct type *eltype2, *type2, *type3, *eltype3; local
810 eltype2 = check_typedef (type2->target_type ());
819 if (eltype2->code () != eltype3->code ()
820 || eltype2->length () != eltype3->length ()
821 || eltype2->is_unsigned () != eltype3->is_unsigned (
    [all...]
valarith.c 1435 struct type *type1, *type2, *eltype1, *eltype2;
1455 eltype2 = check_typedef (type2->target_type ());
1458 if (eltype1->code () != eltype2->code ()
1459 || elsize != eltype2->length ()
1460 || eltype1->is_unsigned () != eltype2->is_unsigned ()
1432 struct type *type1, *type2, *eltype1, *eltype2; local
valarith.c 1435 struct type *type1, *type2, *eltype1, *eltype2;
1455 eltype2 = check_typedef (type2->target_type ());
1458 if (eltype1->code () != eltype2->code ()
1459 || elsize != eltype2->length ()
1460 || eltype1->is_unsigned () != eltype2->is_unsigned ()
1432 struct type *type1, *type2, *eltype1, *eltype2; local
  /src/external/gpl3/gdb.old/dist/gdb/
opencl-lang.c 534 struct type *type1, *type2, *eltype1, *eltype2, *rettype; local
548 eltype2 = check_typedef (type2->target_type ());
555 if (eltype1->code () != eltype2->code ()
556 || eltype1->length () != eltype2->length ()
557 || eltype1->is_unsigned () != eltype2->is_unsigned ()
779 struct type *eltype2, *type2, *type3, *eltype3; local
810 eltype2 = check_typedef (type2->target_type ());
819 if (eltype2->code () != eltype3->code ()
820 || eltype2->length () != eltype3->length ()
821 || eltype2->is_unsigned () != eltype3->is_unsigned (
    [all...]
opencl-lang.c 534 struct type *type1, *type2, *eltype1, *eltype2, *rettype; local
548 eltype2 = check_typedef (type2->target_type ());
555 if (eltype1->code () != eltype2->code ()
556 || eltype1->length () != eltype2->length ()
557 || eltype1->is_unsigned () != eltype2->is_unsigned ()
779 struct type *eltype2, *type2, *type3, *eltype3; local
810 eltype2 = check_typedef (type2->target_type ());
819 if (eltype2->code () != eltype3->code ()
820 || eltype2->length () != eltype3->length ()
821 || eltype2->is_unsigned () != eltype3->is_unsigned (
    [all...]
valarith.c 1435 struct type *type1, *type2, *eltype1, *eltype2;
1455 eltype2 = check_typedef (type2->target_type ());
1458 if (eltype1->code () != eltype2->code ()
1459 || elsize != eltype2->length ()
1460 || eltype1->is_unsigned () != eltype2->is_unsigned ()
1432 struct type *type1, *type2, *eltype1, *eltype2; local
valarith.c 1435 struct type *type1, *type2, *eltype1, *eltype2;
1455 eltype2 = check_typedef (type2->target_type ());
1458 if (eltype1->code () != eltype2->code ()
1459 || elsize != eltype2->length ()
1460 || eltype1->is_unsigned () != eltype2->is_unsigned ()
1432 struct type *type1, *type2, *eltype1, *eltype2; local

Completed in 131 milliseconds