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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 3586 typedef struct var_loc_list_def var_loc_list;
3599 struct decl_loc_hasher : ggc_ptr_hash<var_loc_list>
3603 static hashval_t hash (var_loc_list *);
3604 static bool equal (var_loc_list *, const_tree);
3793 static var_loc_list *lookup_decl_loc (const_tree);
6242 /* Returns a hash value for X (which really is a var_loc_list). */
6245 decl_loc_hasher::hash (var_loc_list *x)
6250 /* Return true if decl_id of var_loc_list X is the same as
6254 decl_loc_hasher::equal (var_loc_list *x, const_tree y)
6261 static inline var_loc_list *
3581 typedef struct var_loc_list_def var_loc_list; typedef in typeref:struct:var_loc_list_def
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 3588 typedef struct var_loc_list_def var_loc_list;
3601 struct decl_loc_hasher : ggc_ptr_hash<var_loc_list>
3605 static hashval_t hash (var_loc_list *);
3606 static bool equal (var_loc_list *, const_tree);
3795 static var_loc_list *lookup_decl_loc (const_tree);
6209 /* Returns a hash value for X (which really is a var_loc_list). */
6212 decl_loc_hasher::hash (var_loc_list *x)
6217 /* Return nonzero if decl_id of var_loc_list X is the same as
6221 decl_loc_hasher::equal (var_loc_list *x, const_tree y)
6228 static inline var_loc_list *
3583 typedef struct var_loc_list_def var_loc_list; typedef in typeref:struct:var_loc_list_def
    [all...]

Completed in 44 milliseconds