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

  /src/external/gpl3/gdb/dist/libiberty/testsuite/
test-strtol.c 67 typedef unsigned long long integer_type; typedef
69 typedef unsigned long integer_type; typedef
77 integer_type res;
127 integer_type res;
  /src/external/gpl3/gdb.old/dist/libiberty/testsuite/
test-strtol.c 67 typedef unsigned long long integer_type; typedef
69 typedef unsigned long integer_type; typedef
77 integer_type res;
127 integer_type res;
  /src/external/gpl3/gdb/dist/gdb/
amdgpu-tdep.c 673 const auto &integer_type local
676 switch (integer_type.bit_size ())
679 if (integer_type.is_unsigned ())
685 if (integer_type.is_unsigned ())
  /src/external/gpl3/gdb.old/dist/gdb/
amdgpu-tdep.c 675 const auto &integer_type local
678 switch (integer_type.bit_size ())
681 if (integer_type.is_unsigned ())
687 if (integer_type.is_unsigned ())
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli 609 (** [integer_type c n] returns an integer type of bitwidth [n] in the context
611 val integer_type : llcontext -> int -> lltype var
  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-store-merging.cc 318 if (TREE_CODE (lhs_type) != INTEGER_TYPE
4699 tree integer_type local
4702 integer_type, tem);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-store-merging.cc 318 if (TREE_CODE (lhs_type) != INTEGER_TYPE
4595 tree integer_type local
4598 integer_type, tem);
  /src/external/gpl3/gcc/dist/gcc/cp/
class.cc 7042 tree integer_type = integer_types[itk_char];
7050 integer_type = next;
7060 TYPE_SIZE (integer_type));
7077 DECL_SIZE (field) = TYPE_SIZE (integer_type);
7078 SET_DECL_ALIGN (field, TYPE_ALIGN (integer_type));
7079 DECL_USER_ALIGN (field) = TYPE_USER_ALIGN (integer_type);
7038 tree integer_type = integer_types[itk_char]; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
class.cc 6733 tree integer_type = integer_types[itk_char];
6741 integer_type = next;
6751 TYPE_SIZE (integer_type));
6768 DECL_SIZE (field) = TYPE_SIZE (integer_type);
6769 SET_DECL_ALIGN (field, TYPE_ALIGN (integer_type));
6770 DECL_USER_ALIGN (field) = TYPE_USER_ALIGN (integer_type);
6729 tree integer_type = integer_types[itk_char]; local

Completed in 38 milliseconds