Lines Matching defs:_fn_node
391 struct _fn_node { struct
392 HChar* name;
393 UInt number;
394 Context* last_cxt; /* LRU info */
395 Context* pure_cxt; /* the context with only the function itself */
396 file_node* file; /* reverse mapping for 2nd hash */
397 fn_node* next;
399 Bool dump_before :1;
400 Bool dump_after :1;
401 Bool zero_before :1;
402 Bool toggle_collect :1;
403 Bool skip :1;
404 Bool pop_on_jump : 1;
406 Bool is_malloc :1;
407 Bool is_realloc :1;
408 Bool is_free :1;
410 Int group;
411 Int separate_callers;
412 Int separate_recursions;
414 Int verbosity; /* Stores old verbosity level while in function */