Searched refs:is_method (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ada-spec.c1585 bool is_method, bool is_constructor,
1684 && !(num == 1 && is_method && (DECL_VINDEX (func) || is_constructor)))
2956 bool is_method = TREE_CODE (TREE_TYPE (t)) == METHOD_TYPE; local
2999 if (DECL_ARTIFICIAL (t) || !is_method)
3031 (buffer, t, is_method, is_constructor, is_destructor, spc);
1584 dump_ada_function_declaration(pretty_printer *buffer, tree func, bool is_method, bool is_constructor, bool is_destructor, int spc) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ada-spec.cc1585 bool is_method, bool is_constructor,
1684 && !(num == 1 && is_method && (DECL_VINDEX (func) || is_constructor)))
3012 bool is_method = TREE_CODE (TREE_TYPE (t)) == METHOD_TYPE; local
3054 if (DECL_ARTIFICIAL (t) || !is_method)
3091 (buffer, t, is_method, is_constructor, is_destructor, spc);
1584 dump_ada_function_declaration(pretty_printer *buffer, tree func, bool is_method, bool is_constructor, bool is_destructor, int spc) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcp-name-parser.y123 int qualifiers, int is_method);
1192 int is_method)
1202 *inner_p = fill_comp (is_method ? MTYPE : TYPE, \
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dcp-name-parser.y123 int qualifiers, int is_method);
1197 int is_method)
1207 *inner_p = fill_comp (is_method ? MTYPE : TYPE, \
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-gimplify.cc1990 bool is_method = TREE_CODE (TREE_TYPE (fn)) == METHOD_TYPE;
2040 i - is_method, tf_warning_or_error);
2075 i - is_method, tf_warning_or_error);
1989 bool is_method = TREE_CODE (TREE_TYPE (fn)) == METHOD_TYPE; local
H A Dcall.cc9219 int is_method = 0;
9542 is_method = 1;
9591 val = convert_like_with_context (conv, arg, fn, i - is_method,
9608 fn, i - is_method,
9224 int is_method = 0; local
H A Dtypeck.cc4208 int is_method;
4265 is_method = (TYPE_PTR_P (fntype)
4269 || is_method
4192 int is_method; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-gimplify.c2172 bool is_method = TREE_CODE (TREE_TYPE (fn)) == METHOD_TYPE;
2222 i - is_method, tf_warning_or_error);
2255 i - is_method, tf_warning_or_error);
2171 bool is_method = TREE_CODE (TREE_TYPE (fn)) == METHOD_TYPE; local
H A Dcall.c8504 int is_method = 0; local
8828 is_method = 1;
8877 val = convert_like_with_context (conv, arg, fn, i - is_method,
8894 fn, i - is_method,
H A Dtypeck.c3947 int is_method;
4004 is_method = (TYPE_PTR_P (fntype)
4008 || is_method
3941 int is_method; local

Completed in 307 milliseconds