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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexport.cc76 && no->func_value()->type()->is_method())
79 && no->func_declaration_value()->type()->is_method())
H A Dgogo.cc1613 if (type->is_method())
1665 if (Gogo::unpack_hidden_name(name) == "init" && !type->is_method())
1704 else if (!type->is_method())
1848 if (!type->is_method())
2697 && !no->func_value()->is_method()
2722 if (no->is_function() && !no->func_value()->is_method())
2725 && !no->func_declaration_value()->type()->is_method()
2795 && !no->func_declaration_value()->type()->is_method()
3853 if (orig_fntype->is_method())
3902 if (orig_fntype->is_method())
4596 Function::is_method() const function in class:Function
[all...]
H A Dgogo.h945 go_assert(this->is_method());
954 go_assert(this->is_method());
963 go_assert(this->is_method());
1016 is_method() const;
H A Dtypes.cc2414 go_assert(mtype->is_method());
4140 go_assert(this->is_method());
4156 go_assert(!this->is_method());
4173 go_assert(this->is_method());
8259 go_assert(ftype->is_method());
9508 go_assert(!fntype->is_method());
9806 bool is_method = false; local
9811 &seen, NULL, &is_method,
9815 if (!is_method)
9926 bool* is_method,
9921 find_field_or_method(const Type* type, const std::string& name, bool receiver_can_be_pointer, std::vector<const Named_type*>* seen, int* level, bool* is_method, bool* found_pointer_method, std::string* ambig1, std::string* ambig2) argument
[all...]
H A Dtypes.h1255 bool* is_method, bool* found_pointer_method,
1816 is_method() const function in class:Function_type
H A Dimport.cc517 if (fntype->is_method())
H A Dexpressions.cc6269 if (fntype == NULL || !fntype->is_method())
6346 if (orig_fntype == NULL || !orig_fntype->is_method())
8889 if (!is_interface_method && fntype->is_method())
9089 if (fntype != NULL && fntype->is_method())
9179 bool is_method = fntype->is_method(); local
9180 if (is_method)
9224 if (!is_method || this->args_->size() > 1)
9245 if (is_method)
9347 && fntype->is_method()
[all...]
H A Dstatements.cc1955 if (fntype->is_method() || fntype->is_varargs())
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dgjavah.c762 int is_method = str[0] == '('; variable
768 if (is_method && ! is_init)
780 if (! is_method || ! is_init)
805 if (is_method)
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-ada-spec.c1467 int is_method, int is_constructor,
1555 if (!is_method
2880 bool is_method = TREE_CODE (TREE_TYPE (t)) == METHOD_TYPE; local
2941 (buffer, t, is_method, is_constructor, is_destructor, spc);
1466 dump_ada_function_declaration(pretty_printer *buffer, tree func, int is_method, int is_constructor, int is_destructor, int spc) argument
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dtypeck.c2579 int is_method;
2624 is_method = ((TREE_CODE (function) == TREE_LIST
2635 if (! is_method && TREE_CODE (function) == TEMPLATE_DECL)
2639 if (is_method)
2787 if (is_method)
2947 int is_method;
2999 is_method = (TREE_CODE (fntype) == POINTER_TYPE
3004 || is_method
2571 int is_method; local
2939 int is_method; local
H A Dcall.c3138 int is_method = 0; local
3199 is_method = 1;
3226 "argument passing", fn, i - is_method);
/haiku-buildtools/gcc/gcc/cp/
H A Dcall.c7064 int is_method = 0; local
7284 is_method = 1;
7352 val = convert_like_with_context (conv, arg, fn, i - is_method,
7372 fn, i - is_method,
H A Dtypeck.c3457 int is_method;
3514 is_method = (TYPE_PTR_P (fntype)
3518 || is_method
3451 int is_method; local

Completed in 325 milliseconds