ddparser ~master (2022-05-08T05:41:52.9614299)
Dub
Repo
D_SymHash
ddparser
symtab
Undocumented in source.
struct
D_SymHash {
int
index
;
int
grow
;
Vec
!(
D_Sym
*)
syms
;
}
Members
Variables
grow
int
grow
;
Undocumented in source.
index
int
index
;
Undocumented in source.
syms
Vec
!(
D_Sym
*)
syms
;
Undocumented in source.
Meta
Source
See Implementation
ddparser
symtab
aliases
D_UserSym
functions
commit_D_Scope
current_D_Sym
enter_D_Scope
equiv_D_Scope
find_D_Sym
find_D_Sym_in_Scope
find_global_D_Sym
free_D_Scope
free_D_Sym
global_D_Scope
new_D_Scope
new_D_Sym
next_D_Sym_in_Scope
print_scope
print_sym
scope_D_Scope
update_D_Sym
update_additional_D_Sym
manifest constants
D_SCOPE_INHERIT
D_SCOPE_PARALLEL
D_SCOPE_RECURSIVE
D_SCOPE_SEQUENTIAL
INITIAL_SYMHASH_SIZE
structs
D_Scope
D_Sym
D_SymHash