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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 3627 typedef struct cached_dw_loc_list_def cached_dw_loc_list;
3629 struct dw_loc_list_hasher : ggc_ptr_hash<cached_dw_loc_list>
3634 static hashval_t hash (cached_dw_loc_list *);
3635 static bool equal (cached_dw_loc_list *, const_tree);
6272 dw_loc_list_hasher::hash (cached_dw_loc_list *x)
6277 /* Return true if decl_id of cached_dw_loc_list X is the same as
6281 dw_loc_list_hasher::equal (cached_dw_loc_list *x, const_tree y)
20933 cached_dw_loc_list *cache;
20996 cached_dw_loc_list **slot
21000 cache = ggc_cleared_alloc<cached_dw_loc_list> ();
3622 typedef struct cached_dw_loc_list_def cached_dw_loc_list; typedef in typeref:struct:cached_dw_loc_list_def
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 3629 typedef struct cached_dw_loc_list_def cached_dw_loc_list;
3631 struct dw_loc_list_hasher : ggc_ptr_hash<cached_dw_loc_list>
3636 static hashval_t hash (cached_dw_loc_list *);
3637 static bool equal (cached_dw_loc_list *, const_tree);
6239 dw_loc_list_hasher::hash (cached_dw_loc_list *x)
6244 /* Return nonzero if decl_id of cached_dw_loc_list X is the same as
6248 dw_loc_list_hasher::equal (cached_dw_loc_list *x, const_tree y)
20836 cached_dw_loc_list *cache;
20899 cached_dw_loc_list **slot
20903 cache = ggc_cleared_alloc<cached_dw_loc_list> ();
3624 typedef struct cached_dw_loc_list_def cached_dw_loc_list; typedef in typeref:struct:cached_dw_loc_list_def
    [all...]

Completed in 103 milliseconds