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

  /src/external/gpl3/gcc/dist/gcc/
tree.cc 2176 index_elt_type = build_nonstandard_integer_type
7153 build_nonstandard_integer_type (unsigned HOST_WIDE_INT precision,
9635 pointer_sized_int_node = build_nonstandard_integer_type (POINTER_SIZE, 1);
11210 return build_nonstandard_integer_type (bits, unsignedp);
15354 tree element_type = build_nonstandard_integer_type (16, true);
7132 build_nonstandard_integer_type (unsigned HOST_WIDE_INT precision, function
  /src/external/gpl3/gcc.old/dist/gcc/
tree.cc 2192 index_elt_type = build_nonstandard_integer_type
7085 build_nonstandard_integer_type (unsigned HOST_WIDE_INT precision,
9489 pointer_sized_int_node = build_nonstandard_integer_type (POINTER_SIZE, 1);
10973 return build_nonstandard_integer_type (bits, unsignedp);
14931 tree element_type = build_nonstandard_integer_type (16, true);
7064 build_nonstandard_integer_type (unsigned HOST_WIDE_INT precision, function

Completed in 23 milliseconds