Searched refs:arg_sids (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | region-model.cc | 3089 vec<svalue_id> *arg_sids, in push_frame() argument 3104 if (arg_sids) in push_frame() 3116 if (idx >= arg_sids->length ()) in push_frame() 3118 svalue_id arg_sid = (*arg_sids)[idx]; in push_frame() 6098 auto_vec<svalue_id> arg_sids (gimple_call_num_args (call_stmt)); in update_for_call_superedge() local 6103 arg_sids.quick_push (get_rvalue (arg, ctxt)); in update_for_call_superedge() 6106 push_frame (call_edge.get_callee_function (), &arg_sids, ctxt); in update_for_call_superedge() 6280 region_model::push_frame (function *fun, vec<svalue_id> *arg_sids, in push_frame() argument 6283 return get_root_region ()->push_frame (this, fun, arg_sids, ctxt); in push_frame()
|
H A D | region-model.h | 1575 vec<svalue_id> *arg_sids, 1744 region_id push_frame (function *fun, vec<svalue_id> *arg_sids,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | region-model.h | 663 const region *push_frame (function *fun, const vec<const svalue *> *arg_sids,
|