Lines Matching refs:fn_node
46 s->bottom = (fn_node**) CLG_MALLOC("cl.context.ifs.1", in CLG_()
47 s->size * sizeof(fn_node*)); in CLG_()
133 static UWord cxt_hash_val(fn_node** fn, UInt size) in cxt_hash_val()
147 static Bool is_cxt(UWord hash, fn_node** fn, Context* cxt) in is_cxt()
150 fn_node** cxt_fn; in is_cxt()
168 static Context* new_cxt(fn_node** fn) in new_cxt()
174 fn_node* top_fn; in new_cxt()
190 sizeof(Context)+sizeof(fn_node*)*size); in new_cxt()
228 Context* CLG_(get_cxt)(fn_node** fn) in CLG_()
274 void CLG_(push_cxt)(fn_node* fn) in CLG_()
298 fn_node** new_array = (fn_node**) CLG_MALLOC("cl.context.pc.1", in CLG_()
299 new_size * sizeof(fn_node*)); in CLG_()