Searched refs:accessor (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/asn1/
H A DREADME.template91 No accessor functions to global variable
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/frv/
H A Dfrv.c1605 frv_frame_access (frv_frame_accessor_t *accessor, rtx reg, int stack_offset)
1609 accessor->base,
1610 stack_offset - accessor->base_offset);
1612 if (accessor->op == FRV_LOAD)
1684 frv_frame_access_multi (frv_frame_accessor_t *accessor,
1694 frv_frame_access (accessor,
1708 frv_frame_accessor_t accessor;
1710 accessor.op = op;
1711 accessor.base = stack_pointer_rtx;
1712 accessor
1595 frv_frame_access(frv_frame_accessor_t *accessor, rtx reg, int stack_offset) argument
1674 frv_frame_access_multi(frv_frame_accessor_t *accessor, frv_stack_t *info, int reg_set) argument
1698 frv_frame_accessor_t accessor; local
1725 frv_frame_accessor_t accessor; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/frv/
H A Dfrv.cc1593 frv_frame_access (frv_frame_accessor_t *accessor, rtx reg, int stack_offset)
1597 accessor->base,
1598 stack_offset - accessor->base_offset);
1600 if (accessor->op == FRV_LOAD)
1672 frv_frame_access_multi (frv_frame_accessor_t *accessor,
1682 frv_frame_access (accessor,
1696 frv_frame_accessor_t accessor;
1698 accessor.op = op;
1699 accessor.base = stack_pointer_rtx;
1700 accessor
1584 frv_frame_access(frv_frame_accessor_t *accessor, rtx reg, int stack_offset) argument
1663 frv_frame_access_multi(frv_frame_accessor_t *accessor, frv_stack_t *info, int reg_set) argument
1687 frv_frame_accessor_t accessor; local
1714 frv_frame_accessor_t accessor; local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp151 /// LLVM type for C ptrdiff_t. Mainly used in property accessor functions.
297 auto addPropertyMethod = [&](const ObjCMethodDecl *accessor) {
298 if (accessor) {
299 std::string TypeStr = Context.getObjCEncodingForMethodDecl(accessor);
301 Fields.add(MakeConstantString(accessor->getSelector().getAsString()));
1140 auto addPropertyMethod = [&](const ObjCMethodDecl *accessor) {
1141 if (accessor) {
1142 std::string TypeStr = Context.getObjCEncodingForMethodDecl(accessor);
1143 Fields.add(GetConstantSelector(accessor->getSelector(), TypeStr));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c2896 accessor function for the pertinent field.
2905 tree accessor
2907 if (!accessor)
2910 /* The accessor must itself be accessible for it to be a reasonable
2912 if (!accessible_p (m_basetype_path, accessor, true))
2915 return accessor;
2919 replacing the primary location in RICHLOC with "accessor()". */
2931 accessor function for the pertinent field, and if one is
2937 tree accessor = get_any_accessor (const_p);
2938 if (accessor
2932 tree accessor = get_any_accessor (const_p); local
2972 tree accessor = afi.get_any_accessor (TYPE_READONLY (object_type)); local
[all...]
H A Dcp-tree.h2243 checking accessor for the sole survivor. */
3503 /* If NODE is a type alias, this accessor returns the template info
3567 template arguments by using the accessor macros
5152 /* STMT_EXPR accessor. */
5155 /* EXPR_STMT accessor. This gives the expression associated with an
6348 an accessor (from a context in which the constness of the object
6365 static void add_fixit_hint (rich_location *richloc, tree accessor);
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc3064 accessor function for the pertinent field.
3073 tree accessor
3075 if (!accessor)
3078 /* The accessor must itself be accessible for it to be a reasonable
3080 if (!accessible_p (m_basetype_path, accessor, true))
3083 return accessor;
3087 replacing the primary location in RICHLOC with "accessor()". */
3100 accessor function for the pertinent field, and if one is
3106 tree accessor = get_any_accessor (const_p);
3107 if (accessor
3101 tree accessor = get_any_accessor (const_p); local
3141 tree accessor = afi.get_any_accessor (TYPE_READONLY (object_type)); local
[all...]
H A Dcp-tree.h2404 checking accessor for the sole survivor. */
3715 /* If NODE is a type alias, this accessor returns the template info
3780 template arguments by using the accessor macros
4096 /* Guarded helper for the above accessor macro that takes a (templated)
5371 /* STMT_EXPR accessor. */
5374 /* EXPR_STMT accessor. This gives the expression associated with an
6609 an accessor (from a context in which the constness of the object
6626 static void add_fixit_hint (rich_location *richloc, tree accessor);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h1046 "invalid accessor");
1054 "invalid accessor");
5837 IdentifierInfo &accessor, SourceLocation loc)
5840 Base(base), Accessor(&accessor), AccessorLoc(loc) {

Completed in 471 milliseconds