Searched defs:_fn_node (Results 1 – 1 of 1) sorted by relevance
423 struct _fn_node { struct424 HChar* name;425 UInt number;426 Context* last_cxt; /* LRU info */427 Context* pure_cxt; /* the context with only the function itself */428 file_node* file; /* reverse mapping for 2nd hash */429 fn_node* next;431 Bool dump_before :1;432 Bool dump_after :1;433 Bool zero_before :1;[all …]