Searched refs:type_path_t (Results 1 – 2 of 2) sorted by relevance
3493 typedef struct type_path_t type_path_t; typedef3494 struct type_path_t { struct3500 static __attribute__((unused)) void debug_print_type_path(const type_path_t *path) in debug_print_type_path() argument3521 static type_path_entry_t *get_type_path_top(const type_path_t *path) in get_type_path_top()3528 static type_path_entry_t *append_to_type_path(type_path_t *path) in append_to_type_path()3550 static ir_initializer_t *get_initializer_entry(type_path_t *path) in get_initializer_entry()3566 static void descend_into_subtype(type_path_t *path) in descend_into_subtype()3615 static void ascend_from_subtype(type_path_t *path) in ascend_from_subtype()3625 static void walk_designator(type_path_t *path, const designator_t *designator) in walk_designator()3691 static void advance_current_object(type_path_t *path) in advance_current_object()[all …]
1684 typedef struct type_path_t type_path_t; typedef1685 struct type_path_t { struct1695 const type_path_t *path) in debug_print_type_path() argument1728 static type_path_entry_t *get_type_path_top(const type_path_t *path) in get_type_path_top()1738 static type_path_entry_t *append_to_type_path(type_path_t *path) in append_to_type_path()1751 static void descend_into_subtype(type_path_t *path) in descend_into_subtype()1781 static void ascend_from_subtype(type_path_t *path) in ascend_from_subtype()1795 static void ascend_to(type_path_t *path, size_t top_path_level) in ascend_to()1970 static initializer_t *parse_sub_initializer(type_path_t *path, in parse_sub_initializer()2193 type_path_t path; in parse_initializer()[all …]