Home | History | Annotate | Download | only in src

Lines Matching full:scope_index_write

1686 static int scope_index_write(scope_index_t * scope_index,
1735 if (scope_index_write(&decl->required, num_scope_syms, fp) == -1 ||
1736 scope_index_write(&decl->declared, num_scope_syms, fp) == -1) {