Searched refs:method_type (Results 1 - 21 of 21) sorted by relevance

/haiku-buildtools/binutils/binutils/
H A Dprdbg.c1451 char *method_type;
1477 method_type = pop_type (info);
1478 if (method_type == NULL)
1496 if (! append_type (info, method_type)
1530 char *method_type;
1557 method_type = pop_type (info);
1558 if (method_type == NULL)
1566 return (append_type (info, method_type)
2305 char *method_type;
2335 method_type
1446 char *method_type; local
1525 char *method_type; local
2299 char *method_type; local
2377 char *method_type; local
[all...]
H A Ddebug.h261 bfd_boolean (*method_type) (void *, bfd_boolean, int, bfd_boolean); member in struct:debug_write_fns
H A Ddebug.c2633 return (*fns->method_type) (fhandle,
/haiku-buildtools/legacy/binutils/binutils/
H A Dprdbg.c1421 char *method_type;
1447 method_type = pop_type (info);
1448 if (method_type == NULL)
1466 if (! append_type (info, method_type)
1500 char *method_type;
1527 method_type = pop_type (info);
1528 if (method_type == NULL)
1536 return (append_type (info, method_type)
2267 char *method_type;
2294 method_type
1416 char *method_type; local
1495 char *method_type; local
2261 char *method_type; local
2324 char *method_type; local
[all...]
H A Ddebug.h261 bfd_boolean (*method_type) (void *, bfd_boolean, int, bfd_boolean); member in struct:debug_write_fns
H A Ddebug.c2636 return (*fns->method_type) (fhandle,
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dexpr.c1433 build_known_method_ref (method, method_type, self_type, method_signature, arg_list)
1434 tree method, method_type ATTRIBUTE_UNUSED, self_type,
1576 tree call, func, method, arg_list, method_type; local
1624 method_type = get_type_from_signature (method_signature);
1625 pop_arguments (TYPE_ARG_TYPES (method_type));
1628 method_type = promote_type (TREE_TYPE (method_type));
1629 push_value (convert (method_type, integer_zero_node));
1633 method_type = TREE_TYPE (method);
1634 arg_list = pop_arguments (TYPE_ARG_TYPES (method_type));
[all...]
H A Dverify.c928 tree method_type; local
929 method_type = parse_signature_string (IDENTIFIER_POINTER (sig),
931 if (TREE_CODE (method_type) != FUNCTION_TYPE)
933 pop_argument_types (TYPE_ARG_TYPES (method_type));
960 if (TREE_TYPE (method_type) != void_type_node)
961 push_type (TREE_TYPE (method_type));
H A Dclass.c409 tree method_type, fndecl; local
412 method_type = build_java_method_type (function_type,
415 fndecl = build_decl (FUNCTION_DECL, name, method_type);
H A Dparse.c7578 tree method, method_signature, method_name, method_type, name;
7584 method_type = TREE_TYPE (TREE_TYPE (method_decl));
7596 && TREE_TYPE (TREE_TYPE (method)) != method_type)
7574 tree method, method_signature, method_name, method_type, name; local
H A Dparse.y4921 tree method, method_signature, method_name, method_type, name;
4927 method_type = TREE_TYPE (TREE_TYPE (method_decl));
4939 && TREE_TYPE (TREE_TYPE (method)) != method_type)
/haiku-buildtools/gcc/gcc/java/
H A Dexpr.c1915 pop_arguments (tree method_type)
1922 FOREACH_FUNCTION_ARGS (method_type, type, fnai)
2197 build_known_method_ref (tree method, tree method_type ATTRIBUTE_UNUSED,
2441 tree call, func, method, method_type;
2548 method_type = get_type_from_signature (method_signature);
2549 pop_arguments (method_type);
2552 method_type = promote_type (TREE_TYPE (method_type));
2553 push_value (convert (method_type, integer_zero_node));
2562 method_type
1913 pop_arguments(tree method_type) argument
2437 tree call, func, method, method_type; local
[all...]
H A Dclass.c777 tree method_type, fndecl; local
779 method_type = build_java_method_type (function_type,
782 fndecl = build_decl (input_location, FUNCTION_DECL, name, method_type);
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Ddecl2.c3020 start_objects (method_type, initp)
3021 int method_type, initp;
3038 sprintf (type, "%c%c%.5u", method_type, joiner, initp);
3041 sprintf (type, "%c", method_type);
3074 finish_objects (method_type, initp)
3075 int method_type, initp;
3087 if (method_type == 'I')
3100 sprintf (buf, ".%ctors.%.5u", method_type == 'I' ? 'c' : 'd',
/haiku-buildtools/gcc/gcc/cp/
H A Ddecl2.c3344 start_objects (int method_type, int initp)
3362 sprintf (type, "sub_%c%c%.5u", method_type, joiner, initp);
3365 sprintf (type, "sub_%c", method_type);
3383 if (method_type == 'I')
3397 finish_objects (int method_type, int initp, tree body)
3405 if (method_type == 'I')
3339 start_objects(int method_type, int initp) argument
3392 finish_objects(int method_type, int initp, tree body) argument
H A Dclass.c1100 tree method_type;
1124 method_type = TREE_TYPE (method);
1126 parms2 = TYPE_ARG_TYPES (method_type);
1136 == FUNCTION_REF_QUALIFIED (method_type))
1137 && (type_memfn_quals (fn_type) != type_memfn_quals (method_type)
1138 || type_memfn_rqual (fn_type) != type_memfn_rqual (method_type)))
1145 TREE_TYPE (method_type))
1158 TREE_TYPE (method_type))))
1098 tree method_type; local
H A Dpt.c12505 tree method_type
12508 memptr = build_ptrmemfunc_type (build_pointer_type (method_type));
12504 tree method_type local
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.cc1484 Struct_type* method_type = local
1492 Type::make_builtin_named_type("method", method_type);
2357 Type* method_type = methods_type->array_type()->element_type(); local
2365 vals->push_back(this->method_constructor(gogo, method_type, p->first,
2376 Type::method_constructor(Gogo*, Type* method_type, argument
2383 const Struct_field_list* fields = method_type->struct_type()->fields();
2434 return Expression::make_struct_composite_literal(method_type, vals, bloc);
H A Dexpressions.cc11455 Function_type* method_type; local
11458 method_type = method->type();
11459 go_assert(method_type->is_method());
11463 method_type = imethod->type()->function_type();
11464 go_assert(method_type != NULL && !method_type->is_method());
11472 const Typed_identifier_list* method_parameters = method_type->parameters();
11492 const Typed_identifier_list* method_results = method_type->results();
11507 if (method_type->is_varargs())
11569 method_type
[all...]
H A Dtypes.h1209 method_constructor(Gogo*, Type* method_type, const std::string& name,
H A Dgogo.cc124 Type *method_type = Type::make_function_type(NULL, NULL, results, loc); local
125 methods->push_back(Typed_identifier("Error", method_type, loc));

Completed in 524 milliseconds