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

  /src/external/gpl3/gcc/dist/gcc/cp/
tree.cc 1078 build_cplus_array_type. */
1090 = build_cplus_array_type (TYPE_CANONICAL (elt_type),
1104 build_cplus_array_type (tree elt_type, tree index_type, int dependent)
1117 t = build_cplus_array_type (TYPE_MAIN_VARIANT (elt_type),
1230 return build_cplus_array_type (elt, build_index_type (size_int (n - 1)));
1431 t = build_cplus_array_type (element_type, TYPE_DOMAIN (type),
1684 result = build_cplus_array_type (type, t0, TYPE_DEPENDENT_P (t));
1103 build_cplus_array_type (tree elt_type, tree index_type, int dependent) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
tree.cc 1050 build_cplus_array_type. */
1062 = build_cplus_array_type (TYPE_CANONICAL (elt_type),
1076 build_cplus_array_type (tree elt_type, tree index_type, int dependent)
1089 t = build_cplus_array_type (TYPE_MAIN_VARIANT (elt_type),
1202 return build_cplus_array_type (elt, build_index_type (size_int (n - 1)));
1406 t = build_cplus_array_type (element_type, TYPE_DOMAIN (type),
1654 result = build_cplus_array_type (type, t0, TYPE_DEPENDENT_P (t));
1075 build_cplus_array_type (tree elt_type, tree index_type, int dependent) function

Completed in 43 milliseconds