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

  /src/external/gpl3/gdb/dist/gdb/
ada-lang.c 122 static int integer_type_p (struct type *);
4151 integer_type_p (struct type *type)
4163 || integer_type_p (type->target_type ()));
4249 return (!(integer_type_p (type0) && integer_type_p (type1)));
4263 return (!(numeric_type_p (type0) && integer_type_p (type1)));
8749 if (!integer_type_p (arg->type ()))
8787 if (!integer_type_p (arg->type ()))
4145 integer_type_p (struct type *type) function
ada-lang.c 122 static int integer_type_p (struct type *);
4151 integer_type_p (struct type *type)
4163 || integer_type_p (type->target_type ()));
4249 return (!(integer_type_p (type0) && integer_type_p (type1)));
4263 return (!(numeric_type_p (type0) && integer_type_p (type1)));
8749 if (!integer_type_p (arg->type ()))
8787 if (!integer_type_p (arg->type ()))
4145 integer_type_p (struct type *type) function
  /src/external/gpl3/gdb.old/dist/gdb/
ada-lang.c 121 static int integer_type_p (struct type *);
4168 integer_type_p (struct type *type)
4180 || integer_type_p (type->target_type ()));
4266 return (!(integer_type_p (type0) && integer_type_p (type1)));
4280 return (!(numeric_type_p (type0) && integer_type_p (type1)));
8784 if (!integer_type_p (arg->type ()))
8822 if (!integer_type_p (arg->type ()))
4162 integer_type_p (struct type *type) function
ada-lang.c 121 static int integer_type_p (struct type *);
4168 integer_type_p (struct type *type)
4180 || integer_type_p (type->target_type ()));
4266 return (!(integer_type_p (type0) && integer_type_p (type1)));
4280 return (!(numeric_type_p (type0) && integer_type_p (type1)));
8784 if (!integer_type_p (arg->type ()))
8822 if (!integer_type_p (arg->type ()))
4162 integer_type_p (struct type *type) function

Completed in 82 milliseconds