Home
last modified time | relevance | path

Searched refs:variable_value_struct (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.cc3514 struct GTY ((for_user)) variable_value_struct { struct
3519 struct variable_value_hasher : ggc_ptr_hash<variable_value_struct> argument
3523 static hashval_t hash (variable_value_struct *);
3524 static bool equal (variable_value_struct *, tree);
32612 variable_value_hasher::hash (variable_value_struct *x) in hash()
32621 variable_value_hasher::equal (variable_value_struct *x, tree y) in equal()
32771 struct variable_value_struct *node in resolve_variable_values()
32827 struct variable_value_struct *node; in note_variable_value_in_expr()
32828 struct variable_value_struct **slot in note_variable_value_in_expr()
32834 node = ggc_cleared_alloc<variable_value_struct> (); in note_variable_value_in_expr()
H A DChangeLog-201737006 (struct variable_value_struct): New type.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c3413 struct GTY ((for_user)) variable_value_struct { struct
3418 struct variable_value_hasher : ggc_ptr_hash<variable_value_struct> argument
3422 static hashval_t hash (variable_value_struct *);
3423 static bool equal (variable_value_struct *, tree);
31788 variable_value_hasher::hash (variable_value_struct *x) in hash()
31797 variable_value_hasher::equal (variable_value_struct *x, tree y) in equal()
31947 struct variable_value_struct *node in resolve_variable_values()
32003 struct variable_value_struct *node; in note_variable_value_in_expr()
32004 struct variable_value_struct **slot in note_variable_value_in_expr()
32010 node = ggc_cleared_alloc<variable_value_struct> (); in note_variable_value_in_expr()