Home | History | Annotate | Download | only in c-family

Lines Matching refs:is_constructor

1579    IS_CONSTRUCTOR whether FUNC is a C++ constructor.
1585 bool is_method, bool is_constructor,
1610 if (is_constructor)
1644 if (is_constructor)
1684 && !(num == 1 && is_method && (DECL_VINDEX (func) || is_constructor)))
1709 if (is_constructor || !VOID_TYPE_P (TREE_TYPE (type)))
1712 tree rtype = is_constructor ? DECL_CONTEXT (func) : TREE_TYPE (type);
3015 bool is_constructor = false;
3027 is_constructor = cpp_check (t, IS_CONSTRUCTOR);
3038 if (is_constructor || is_destructor)
3071 if (VOID_TYPE_P (TREE_TYPE (TREE_TYPE (t))) && !is_constructor)
3076 if (is_constructor)
3091 (buffer, t, is_method, is_constructor, is_destructor, spc);
3093 if (is_constructor && RECORD_OR_UNION_TYPE_P (type))
3110 else if (is_constructor)