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

  /src/external/gpl3/gcc.old/dist/gcc/
internal-fn.cc 81 typedef hash_map<nofree_string_hash, internal_fn> name_to_fn_map_type; typedef
82 static name_to_fn_map_type *name_to_fn_map;
86 name_to_fn_map = new name_to_fn_map_type (IFN_LAST);
internal-fn.cc 81 typedef hash_map<nofree_string_hash, internal_fn> name_to_fn_map_type; typedef
82 static name_to_fn_map_type *name_to_fn_map;
86 name_to_fn_map = new name_to_fn_map_type (IFN_LAST);
  /src/external/gpl3/gcc/dist/gcc/
internal-fn.cc 82 typedef hash_map<nofree_string_hash, internal_fn> name_to_fn_map_type; typedef
83 static name_to_fn_map_type *name_to_fn_map;
87 name_to_fn_map = new name_to_fn_map_type (IFN_LAST);
internal-fn.cc 82 typedef hash_map<nofree_string_hash, internal_fn> name_to_fn_map_type; typedef
83 static name_to_fn_map_type *name_to_fn_map;
87 name_to_fn_map = new name_to_fn_map_type (IFN_LAST);

Completed in 35 milliseconds