Lines Matching defs:expand
695 bool expand;
702 expand = state->expand.expand && is_kabi_definition(cache, die);
704 if (expand) {
705 state->expand.current_fqn = cache->fqn;
713 if (expand) {
760 if (kabi_is_enumerator_ignored(state->expand.current_fqn,
765 state->expand.current_fqn, cache->fqn, &override);
838 state->expand.expand = true;
839 state->expand.current_fqn = NULL;
846 state->expand = saved->expand;
874 expansion_state_save(&state->expand, &saved);
883 state->expand.expand = false;
885 if (state->expand.expand)
904 expansion_state_restore(&state->expand, &saved);
954 expansion_state_restore(&state->expand, &saved);
1127 state.expand.current_fqn = NULL;
1130 if (parent && parent->expand.current_fqn && (use_prefix || name)) {
1135 if (asprintf(&prefix, "%s::%s", parent->expand.current_fqn,
1140 state.expand.current_fqn = prefix;
1156 state.expand.current_fqn = fqn;