Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Ddwarf2out.c3370 struct GTY ((for_user)) variable_value_struct { struct
3375 struct variable_value_hasher : ggc_ptr_hash<variable_value_struct> argument
3379 static hashval_t hash (variable_value_struct *);
3380 static bool equal (variable_value_struct *, tree);
31580 variable_value_hasher::hash (variable_value_struct *x) in hash()
31589 variable_value_hasher::equal (variable_value_struct *x, tree y) in equal()
31739 struct variable_value_struct *node in resolve_variable_values()
31795 struct variable_value_struct *node; in note_variable_value_in_expr()
31796 struct variable_value_struct **slot in note_variable_value_in_expr()
31802 node = ggc_cleared_alloc<variable_value_struct> (); in note_variable_value_in_expr()