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

  /src/external/gpl3/gcc/dist/gcc/fortran/
f95-lang.cc 636 builtin_type_for_size (int size, bool unsignedp) function
  /src/external/gpl3/gcc/dist/gcc/lto/
lto-lang.cc 641 builtin_type_for_size (int size, bool unsignedp) function
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-builtins.cc 740 builtin_type_for_size (int size, bool unsignedp) function
1038 (see builtin_type_for_size). In which case the function type as a whole
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
f95-lang.cc 611 builtin_type_for_size (int size, bool unsignedp) function
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-lang.cc 627 builtin_type_for_size (int size, bool unsignedp) function
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 4171 (see builtin_type_for_size). In which case the function type as a whole
7235 builtin_type_for_size (int size, bool unsignedp)
7819 I_type = builtin_type_for_size (BITS_PER_UNIT * n, 1);
7899 I_type = builtin_type_for_size (BITS_PER_UNIT * n, 1);
7969 I_type = builtin_type_for_size (BITS_PER_UNIT * n, 1);
8028 I_type = builtin_type_for_size (BITS_PER_UNIT * n, 1);
7217 builtin_type_for_size (int size, bool unsignedp) function
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 4107 (see builtin_type_for_size). In which case the function type as a whole
7045 builtin_type_for_size (int size, bool unsignedp)
7613 I_type = builtin_type_for_size (BITS_PER_UNIT * n, 1);
7688 I_type = builtin_type_for_size (BITS_PER_UNIT * n, 1);
7753 I_type = builtin_type_for_size (BITS_PER_UNIT * n, 1);
7812 I_type = builtin_type_for_size (BITS_PER_UNIT * n, 1);
7027 builtin_type_for_size (int size, bool unsignedp) function

Completed in 39 milliseconds