Home
last modified time | relevance | path

Searched refs:start_method (Results 1 – 25 of 25) sorted by relevance

/openbsd-src/sys/dev/acpi/
H A Dtpm.c266 uint32_t start_method; in tpm_attach() local
279 start_method = tpm2_start_method(sc->sc_acpi); in tpm_attach()
280 switch (start_method) { in tpm_attach()
288 printf(": unsupported TPM2 start method %d\n", start_method); in tpm_attach()
441 return p_tpm2->start_method; in tpm2_start_method()
H A Dacpireg.h476 uint32_t start_method; member
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/
H A DMan.pm433 } elsif (my $start_method = $self->can ("start_$method")) {
434 $self->$start_method ($attrs, '');
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-1998315 (start_method): Likewise.
1444 * decl.c (start_method): Added extra parameter for attributes.
1445 * cp-tree.h (start_method): Update prototype.
1446 * parse.y (fn.def2): Update start_method parameter list.
4740 (start_method): Check for contexts that are namespaces.
4741 (start_method): Remove DECL_CHAIN processing.
5218 (start_method): Likewise.
6221 (start_method): Likewise.
6743 (start_method): Call push_template_decl for member functions of
H A DChangeLog-20044428 (start_method): Likewise.
4443 (start_method): Likewise.
4530 (start_method): Likewise.
4549 (start_method): Likewise.
5798 (start_method): Don't check IDENTIFIER_ERROR_LOCUS.
H A DChangeLog-2001207 (start_method): Call grok_special_member_properties.
943 start_method), decl2.c (grokfield, grokbitfield, grokoptypename),
2416 (start_method): Likewise.
H A DChangeLog-19942016 (start_method): Return void_type_node instead of error_mark_node.
2087 (start_method): Set DECL_IMPLICIT_INSTANTIATION on methods of a
2162 (start_method): Likewise.
3883 * decl.c (start_method): Methods defined in the class body are
4931 (start_method): Likewise.
H A Dcp-tree.h3935 extern tree start_method (cp_decl_specifier_seq *, const cp_declarator *, tree);
H A DChangeLog-20031243 (start_method): Likewise.
1426 (start_method): Use begin_scope, not pushlevel.
1995 * decl.c (start_method): Return immediately if push_template_decl
H A DChangeLog2095 (start_method): Don't call grok_special_member_properties.
2890 (start_method): Use finish_decl, not cp_finish_decl.
4220 * decl.c (start_method): Return error_mark_node for errors.
H A DChangeLog-2002355 (start_method): Return error_mark_node to indicate failure.
4190 * decl.c (start_method): Handle attrlist.
H A DChangeLog-1996774 (start_method): Likewise.
794 (start_method): Likewise.
H A DChangeLog-1995660 (shadow_tag, groktypename, start_decl, start_method): Pass a
2202 * decl.c (start_method): Call repo_template_used if this is a
H A DChangeLog-19972377 * decl.c (start_method): Delete usage.
H A DChangeLog-1999720 (start_method): Adjust call to cp_finish_decl.
3706 (start_method): Likewise.
H A DChangeLog-20001689 (start_method): Likewise.
4760 (start_method): Don't call preserve_data.
H A Ddecl.c11403 start_method (cp_decl_specifier_seq *declspecs, in start_method() function
H A Dparser.c15964 fn = start_method (decl_specifiers, declarator, attributes); in cp_parser_save_member_function_body()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dparse.y249 d = start_method (current_declspecs, declarator, prefix_attributes);
H A DChangeLog.2720 (start_method): Adjust call to cp_finish_decl.
3706 (start_method): Likewise.
7103 (start_method): Likewise.
8232 * decl.c (start_method): Added extra parameter for attributes.
8233 * cp-tree.h (start_method): Update prototype.
8234 * parse.y (fn.def2): Update start_method parameter list.
11528 (start_method): Check for contexts that are namespaces.
11529 (start_method): Remove DECL_CHAIN processing.
12006 (start_method): Likewise.
13009 (start_method): Likewise.
[all …]
H A DChangeLog.1309 (shadow_tag, groktypename, start_decl, start_method): Pass a
1851 * decl.c (start_method): Call repo_template_used if this is a
5456 (start_method): Return void_type_node instead of error_mark_node.
5527 (start_method): Set DECL_IMPLICIT_INSTANTIATION on methods of a
5602 (start_method): Likewise.
7323 * decl.c (start_method): Methods defined in the class body are
8371 (start_method): Likewise.
H A Dcp-tree.h3826 extern tree start_method PARAMS ((tree, tree, tree));
H A DChangeLog5593 * decl.c (start_method): Handle attrlist.
6184 (start_method): Call grok_special_member_properties.
6920 start_method), decl2.c (grokfield, grokbitfield, grokoptypename),
8393 (start_method): Likewise.
11561 (start_method): Likewise.
14632 (start_method): Don't call preserve_data.
H A Ddecl.c15172 start_method (declspecs, declarator, attrlist) in start_method() function
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.720341 * cp/decl.c (start_method): Handle attrlist.