Searched defs:param_info (Results 1 – 2 of 2) sorted by relevance
1981 struct param_info struct1983 tree field_id; /* The name of the copy in the coroutine frame. */1984 tree copy_var; /* The local var proxy for the frame copy. */1985 vec<tree *> *body_uses; /* Worklist of uses, void if there are none. */1986 tree frame_type; /* The type used to represent this parm in the frame. */1987 tree orig_type; /* The original type of the parm (not as passed). */1988 tree guard_var; /* If we need a DTOR on exception, this bool guards it. */1989 tree fr_copy_dtor; /* If we need a DTOR on exception, this is it. */1990 bool by_ref; /* Was passed by reference. */1991 bool pt_ref; /* Was a pointer to object. */[all …]
1958 struct param_info struct1960 tree field_id; /* The name of the copy in the coroutine frame. */1961 vec<tree *> *body_uses; /* Worklist of uses, void if there are none. */1962 tree frame_type; /* The type used to represent this parm in the frame. */1963 tree orig_type; /* The original type of the parm (not as passed). */1964 tree guard_var; /* If we need a DTOR on exception, this bool guards it. */1965 tree fr_copy_dtor; /* If we need a DTOR on exception, this is it. */1966 bool by_ref; /* Was passed by reference. */1967 bool pt_ref; /* Was a pointer to object. */1968 bool rv_ref; /* Was an rvalue ref. */[all …]