Home
last modified time | relevance | path

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

12345678910

/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/record/
H A DREADME12 3) A set of accessor macros
35 directly access its members. Instead components use accessor macros, so if code
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/record/
H A DREADME.md12 3) A set of accessor macros
35 directly access its members. Instead components use accessor macros, so if code
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/frv/
H A Dfrv.c1595 frv_frame_access (frv_frame_accessor_t *accessor, rtx reg, int stack_offset) in frv_frame_access() argument
1599 accessor->base, in frv_frame_access()
1600 stack_offset - accessor->base_offset); in frv_frame_access()
1602 if (accessor->op == FRV_LOAD) in frv_frame_access()
1674 frv_frame_access_multi (frv_frame_accessor_t *accessor, in frv_frame_access_multi() argument
1684 frv_frame_access (accessor, in frv_frame_access_multi()
1698 frv_frame_accessor_t accessor; in frv_frame_access_standard_regs() local
1700 accessor.op = op; in frv_frame_access_standard_regs()
1701 accessor.base = stack_pointer_rtx; in frv_frame_access_standard_regs()
1702 accessor.base_offset = 0; in frv_frame_access_standard_regs()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/frv/
H A Dfrv.cc1584 frv_frame_access (frv_frame_accessor_t *accessor, rtx reg, int stack_offset) in frv_frame_access() argument
1588 accessor->base, in frv_frame_access()
1589 stack_offset - accessor->base_offset); in frv_frame_access()
1591 if (accessor->op == FRV_LOAD) in frv_frame_access()
1663 frv_frame_access_multi (frv_frame_accessor_t *accessor, in frv_frame_access_multi() argument
1673 frv_frame_access (accessor, in frv_frame_access_multi()
1687 frv_frame_accessor_t accessor; in frv_frame_access_standard_regs() local
1689 accessor.op = op; in frv_frame_access_standard_regs()
1690 accessor.base = stack_pointer_rtx; in frv_frame_access_standard_regs()
1691 accessor.base_offset = 0; in frv_frame_access_standard_regs()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A DChangeLog-2019113 * powerpc.cc (Target_powerpc): Add powerxx_stubs_ and accessor
142 (Cie::last_fde): New accessor.
232 * icf.h (Icf::extra_identity_list_): New data member with accessor.
H A DChangeLog-2020300 (Target_powerpc::set_power10_relocs): New accessor.
303 (Target_powerpc::has_localentry0): New accessor.
H A DChangeLog-2018182 accessor and associated constructor and destructor support.
427 (Target_powerpc::lplt_section): Associated accessor.
/netbsd-src/external/gpl3/binutils/dist/gold/
H A DChangeLog-2019113 * powerpc.cc (Target_powerpc): Add powerxx_stubs_ and accessor
142 (Cie::last_fde): New accessor.
232 * icf.h (Icf::extra_identity_list_): New data member with accessor.
H A DChangeLog-2020300 (Target_powerpc::set_power10_relocs): New accessor.
303 (Target_powerpc::has_localentry0): New accessor.
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A DREADME.template91 No accessor functions to global variable
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2016229 (FRAMEINFO_CREATES_FRAME): New macro accessor.
230 (FRAMEINFO_STATIC_CHAIN): New macro accessor.
231 (FRAMEINFO_IS_CLOSURE): New macro accessor.
232 (FRAMEINFO_TYPE): New macro accessor.
339 (THUNK_LANG_OFFSET): New macro accessor.
437 * d-tree.h (DECL_LANG_READONLY): Update accessor.
465 (IDENTIFIER_PRETTY_NAME): New macro accessor.
484 before using any DECL_LANG accessor macros.
501 * d-tree.h (DECL_LANG_IDENTIFIER): New macro accessor, use instead of
/netbsd-src/share/doc/psd/05.sysman/
H A Dspell.ok180 accessor
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp297 auto addPropertyMethod = [&](const ObjCMethodDecl *accessor) { in PushProperty() argument
298 if (accessor) { in PushProperty()
299 std::string TypeStr = Context.getObjCEncodingForMethodDecl(accessor); in PushProperty()
301 Fields.add(MakeConstantString(accessor->getSelector().getAsString())); in PushProperty()
1140 auto addPropertyMethod = [&](const ObjCMethodDecl *accessor) { in PushProperty() argument
1141 if (accessor) { in PushProperty()
1142 std::string TypeStr = Context.getObjCEncodingForMethodDecl(accessor); in PushProperty()
1143 Fields.add(GetConstantSelector(accessor->getSelector(), TypeStr)); in PushProperty()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A DChangeLog1086 * store.h (binding_cluster::get_base_region): New accessor.
1652 * supergraph.h (supernode::get_returning_call) New accessor.
2588 (concrete_binding::get_bit_range): New accessor.
2926 (saved_diagnostic::get_index): New accessor.
3544 (placeholder_svalue::get_name): New accessor.
3545 (widening_svalue::get_point): New accessor.
3546 (compound_svalue::get_map): New accessor.
3547 (conjured_svalue::get_stmt): New accessor.
3548 (conjured_svalue::get_id_region): New accessor.
3583 * region-model.h (label_region::get_label): New accessor.
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c2900 tree accessor in get_any_accessor() local
2902 if (!accessor) in get_any_accessor()
2907 if (!accessible_p (m_basetype_path, accessor, true)) in get_any_accessor()
2910 return accessor; in get_any_accessor()
2932 tree accessor = get_any_accessor (const_p); in maybe_suggest_accessor() local
2933 if (accessor == NULL_TREE) in maybe_suggest_accessor()
2936 add_fixit_hint (&richloc, accessor); in maybe_suggest_accessor()
2938 m_diag_decl, accessor); in maybe_suggest_accessor()
2972 tree accessor = afi.get_any_accessor (TYPE_READONLY (object_type)); in complain_about_unrecognized_member() local
2973 if (accessor) in complain_about_unrecognized_member()
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/gdb/tui/
H A DChangeLog-1998-2003123 (tui_update_gdb_sizes): Use accessor function rl_get_screen_size.
186 accessor function instead. Include source.h and symtab.h
188 tuiVerticalDisassemScroll): Use accessor functions for current
190 * tuiLayout.c (_extractDisplayStartAddr): Use accessor functions
/netbsd-src/external/gpl3/gdb/dist/gdb/tui/
H A DChangeLog-1998-2003123 (tui_update_gdb_sizes): Use accessor function rl_get_screen_size.
186 accessor function instead. Include source.h and symtab.h
188 tuiVerticalDisassemScroll): Use accessor functions for current
190 * tuiLayout.c (_extractDisplayStartAddr): Use accessor functions
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20071273 parameter to a "struct tinst_level *". Replace accessor macros
1283 Replace TINST_LEVEL accessor macros with field access.
2984 Update to use new CALL_EXPR and AGGR_INIT_EXPR accessor macros.
2987 of build3; use new AGGR_INIT_EXPR accessor macros.
2993 AGGR_INIT_EXPR accessor macros.
3015 AGGR_INIT_EXPR accessor macros. Replace use of build3 with
3025 AGGR_INIT_EXPRs; use new CALL_EXPR accessor macros.
3031 AGGR_INIT_EXPR accessor macros and argument iterators.
3037 CALL_EXPR accessor macros.
3045 accessor macros. Use build_call_array to construct the
H A Dtypeck.cc3068 tree accessor in get_any_accessor() local
3070 if (!accessor) in get_any_accessor()
3075 if (!accessible_p (m_basetype_path, accessor, true)) in get_any_accessor()
3078 return accessor; in get_any_accessor()
3101 tree accessor = get_any_accessor (const_p); in maybe_suggest_accessor() local
3102 if (accessor == NULL_TREE) in maybe_suggest_accessor()
3105 add_fixit_hint (&richloc, accessor); in maybe_suggest_accessor()
3107 m_diag_decl, accessor); in maybe_suggest_accessor()
3141 tree accessor = afi.get_any_accessor (TYPE_READONLY (object_type)); in complain_about_unrecognized_member() local
3142 if (accessor) in complain_about_unrecognized_member()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libobjc/
H A Daccessors.m257 accessor lock at once, we need to always lock them in the
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A Daccessors.m257 accessor lock at once, we need to always lock them in the
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_CMP_exec_certreq.pod48 also accessor functions for retrieving various results and status information
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DAPINotes.rst264 accessor methods, rather than as a computed property using ``var``.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgdbinit.in350 # These are used in accessor macros.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgdbinit.in350 # These are used in accessor macros.

12345678910