Home
last modified time | relevance | path

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

/dports/lang/cparser/cparser-0.9.14/
H A Dast2firm.c3493 typedef struct type_path_t type_path_t; typedef
3494 struct type_path_t { struct
3500 static __attribute__((unused)) void debug_print_type_path(const type_path_t *path) in debug_print_type_path() argument
3521 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 …]
H A Dparser.c1684 typedef struct type_path_t type_path_t; typedef
1685 struct type_path_t { struct
1695 const type_path_t *path) in debug_print_type_path() argument
1728 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 …]