Lines Matching defs:is_constructor
1581 IS_CONSTRUCTOR whether FUNC is a C++ constructor.
1587 bool is_method, bool is_constructor,
1612 if (is_constructor)
1646 if (is_constructor)
1686 && !(num == 1 && is_method && (DECL_VINDEX (func) || is_constructor)))
1711 if (is_constructor || !VOID_TYPE_P (TREE_TYPE (type)))
1714 tree rtype = is_constructor ? DECL_CONTEXT (func) : TREE_TYPE (type);
3062 bool is_constructor = false;
3074 is_constructor = cpp_check (t, IS_CONSTRUCTOR);
3085 if (is_constructor || is_destructor)
3118 if (VOID_TYPE_P (TREE_TYPE (TREE_TYPE (t))) && !is_constructor)
3123 if (is_constructor)
3138 (buffer, t, is_method, is_constructor, is_destructor, spc);
3140 if (is_constructor && RECORD_OR_UNION_TYPE_P (type))
3157 else if (is_constructor)