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

  /src/external/gpl3/gcc/dist/gcc/
tree.cc 7373 build_array_type_1 (tree elt_type, tree index_type, bool typeless_storage,
7417 = build_array_type_1 (TYPE_CANONICAL (elt_type),
7426 /* Wrapper around build_array_type_1 with SHARED set to true. */
7432 build_array_type_1 (elt_type, index_type, typeless_storage, true, true);
7435 /* Wrapper around build_array_type_1 with SHARED set to false. */
7440 return build_array_type_1 (elt_type, index_type, false, false, true);
7352 build_array_type_1 (tree elt_type, tree index_type, bool typeless_storage, function
  /src/external/gpl3/gcc.old/dist/gcc/
tree.cc 7265 build_array_type_1 (tree elt_type, tree index_type, bool typeless_storage,
7298 = build_array_type_1 (TYPE_CANONICAL (elt_type),
7307 /* Wrapper around build_array_type_1 with SHARED set to true. */
7313 build_array_type_1 (elt_type, index_type, typeless_storage, true, true);
7316 /* Wrapper around build_array_type_1 with SHARED set to false. */
7321 return build_array_type_1 (elt_type, index_type, false, false, true);
7244 build_array_type_1 (tree elt_type, tree index_type, bool typeless_storage, function

Completed in 100 milliseconds