| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_write_add_filter.c | 41 struct { int code; int (*setter)(struct archive *); } codes[] = member in struct:__anon7090 66 return ((codes[i].setter)(a));
|
| archive_write_add_filter_by_name.c | 45 struct { const char *name; int (*setter)(struct archive *); } names[] = member in struct:__anon7091 70 return ((names[i].setter)(a));
|
| archive_write_set_format_by_name.c | 44 struct { const char *name; int (*setter)(struct archive *); } names[] = member in struct:__anon7097 87 return ((names[i].setter)(a));
|
| archive_write_set_format.c | 42 struct { int code; int (*setter)(struct archive *); } codes[] = member in struct:__anon7094 75 return ((codes[i].setter)(a));
|
| /src/external/bsd/wpa/dist/wpa_supplicant/dbus/ |
| dbus_new_helpers.h | 42 * getter and setter functions */ 96 /* property setter function */ 97 WPADBusPropertyAccessor setter; member in struct:wpa_dbus_property_desc
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| command.h | 241 erased_func setter; member in struct:setting::erased_args 252 /* The getter and the setter must be both provided or both omitted. */ 276 m_setter (args.setter) 280 /* Create a setting backed by setter and getter functions. 285 typename setting_func_types<T>::set setter, 295 static_assert (sizeof (m_setter) == sizeof (setter)); 298 m_setter = reinterpret_cast<erased_func> (setter); 332 If we have a user-provided setter, use it to set the setting. Otherwise 351 auto setter = reinterpret_cast<typename setting_func_types<T>::set> (m_setter); local 352 setter (v) [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| command.h | 251 erased_func setter; member in struct:setting::erased_args 262 /* The getter and the setter must be both provided or both omitted. */ 286 m_setter (args.setter) 290 /* Create a setting backed by setter and getter functions. 295 typename setting_func_types<T>::set setter, 305 static_assert (sizeof (m_setter) == sizeof (setter)); 308 m_setter = reinterpret_cast<erased_func> (setter); 342 If we have a user-provided setter, use it to set the setting. Otherwise 361 auto setter = reinterpret_cast<typename setting_func_types<T>::set> (m_setter); local 362 setter (v) [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| postreload-gcse.cc | 612 find_mem_conflicts (rtx dest, const_rtx setter ATTRIBUTE_UNUSED, 649 rtx_insn *setter = list_entry->insn; 653 && INSN_CUID (setter) < uid_limit) 655 && INSN_CUID (setter) > uid_limit)) 661 /* If SETTER is a call everything is clobbered. Note that calls 664 if (CALL_P (setter)) 667 /* SETTER must be an insn of some kind that sets memory. Call 670 conflict between X and SETTER. */ 672 note_stores (setter, find_mem_conflicts, x); 730 record_last_set_info (rtx dest, const_rtx setter ATTRIBUTE_UNUSED, void *data 639 rtx_insn *setter = list_entry->insn; local [all...] |
| gimple-loop-versioning.cc | 914 gimple *setter = maybe_get_stmt (term.expr); local 915 if (!setter) 918 class loop *wrt_loop = loop_containing_stmt (setter);
|
| gcse.cc | 341 no side effects so we can re-issue the setter value. */ 991 mems_conflict_for_gcse_p (rtx dest, const_rtx setter ATTRIBUTE_UNUSED, 1033 rtx_insn *setter; 1040 FOR_EACH_VEC_ELT_REVERSE (list, ix, setter) 1046 && DF_INSN_LUID (setter) < uid_limit) 1048 && DF_INSN_LUID (setter) > uid_limit)) 1051 /* If SETTER is a call everything is clobbered. Note that calls 1054 if (CALL_P (setter)) 1057 /* SETTER must be an INSN of some kind that sets memory. Call 1061 note_stores (setter, mems_conflict_for_gcse_p, &mci) 1024 rtx_insn *setter; local [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaPseudoObject.cpp | 23 // as a message-send of the associated 'setter' selector, typically: 248 /// setter call or the value that was passed to the setter? 270 ObjCMethodDecl *Setter; 278 InstanceReceiver(nullptr), Getter(nullptr), Setter(nullptr) { 609 ObjCMethodDecl *setter = RefExpr->getImplicitPropertySetter(); local 610 assert(setter && "both setter and getter are null - cannot happen"); 612 setter->getSelector().getIdentifierInfoForSlot(0); 626 /// Try to find the most accurate setter declaration for the propert [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-loop-versioning.cc | 914 gimple *setter = maybe_get_stmt (term.expr); local 915 if (!setter) 918 class loop *wrt_loop = loop_containing_stmt (setter);
|
| postreload-gcse.cc | 611 find_mem_conflicts (rtx dest, const_rtx setter ATTRIBUTE_UNUSED, 648 rtx_insn *setter = list_entry->insn; 652 && INSN_CUID (setter) < uid_limit) 654 && INSN_CUID (setter) > uid_limit)) 660 /* If SETTER is a call everything is clobbered. Note that calls 663 if (CALL_P (setter)) 666 /* SETTER must be an insn of some kind that sets memory. Call 669 conflict between X and SETTER. */ 671 note_stores (setter, find_mem_conflicts, x); 729 record_last_set_info (rtx dest, const_rtx setter ATTRIBUTE_UNUSED, void *data 638 rtx_insn *setter = list_entry->insn; local [all...] |
| gcse.cc | 341 no side effects so we can re-issue the setter value. */ 990 mems_conflict_for_gcse_p (rtx dest, const_rtx setter ATTRIBUTE_UNUSED, 1032 rtx_insn *setter; 1039 FOR_EACH_VEC_ELT_REVERSE (list, ix, setter) 1045 && DF_INSN_LUID (setter) < uid_limit) 1047 && DF_INSN_LUID (setter) > uid_limit)) 1050 /* If SETTER is a call everything is clobbered. Note that calls 1053 if (CALL_P (setter)) 1056 /* SETTER must be an INSN of some kind that sets memory. Call 1060 note_stores (setter, mems_conflict_for_gcse_p, &mci) 1023 rtx_insn *setter; local [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-sparc.c | 3637 long setter; 3641 setter = bfd_getb32 (buf - 4); 3643 setter = bfd_getl32 (buf - 4); 3644 if ((setter & (0xffffffff ^ RD (~0))) 3655 if (reg != ((setter & RD (~0)) >> 25) 3624 long setter; local
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-sparc.c | 3636 long setter; 3640 setter = bfd_getb32 (buf - 4); 3642 setter = bfd_getl32 (buf - 4); 3643 if ((setter & (0xffffffff ^ RD (~0))) 3654 if (reg != ((setter & RD (~0)) >> 25) 3623 long setter; local
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGObjC.cpp | 876 /// Use objc_setProperty for the setter, but use expression 945 // Using standard expression emission for the setter is only 1370 Expr *setter = PID->getSetterCXXAssignment(); local 1371 if (!setter) return true; 1381 if (CallExpr *call = dyn_cast<CallExpr>(setter)) { 1389 assert(isa<ExprWithCleanups>(setter)); 1406 // Just use the setter expression if Sema gave us one and it's 1462 CGM.ErrorUnsupported(propImpl, "Obj-C optimized setter - NYI"); 1469 CGM.ErrorUnsupported(propImpl, "Obj-C setter requiring atomic copy"); 1571 /// Generate an Objective-C property setter function [all...] |
| /src/external/gpl3/gcc/dist/gcc/objc/ |
| objc-act.cc | 887 argument of the setter) can't be a bitfield (as return values 969 " attribute conflicts with %<setter%> attribute"); 971 inform (attrs[OBJC_PROPATTR_GROUP_SETTER]->prop_loc, "%<setter%>" 997 In this case, both the variable and the getter/setter must be provided 1074 /* Now determine the final property getter and setter names. They 1078 /* Adjust, or fill in, setter and getter names. We overwrite the 1080 with the final setter and getter identifiers that will be 1084 /* The setter should be terminated by ':', but the parser only 1212 /* We can only compare the setter names if both the old and new property have a setter. * 1376 tree setter = NULL_TREE; local 1898 tree setter; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/objc/ |
| objc-act.cc | 889 argument of the setter) can't be a bitfield (as return values 971 " attribute conflicts with %<setter%> attribute"); 973 inform (attrs[OBJC_PROPATTR_GROUP_SETTER]->prop_loc, "%<setter%>" 999 In this case, both the variable and the getter/setter must be provided 1076 /* Now determine the final property getter and setter names. They 1080 /* Adjust, or fill in, setter and getter names. We overwrite the 1082 with the final setter and getter identifiers that will be 1086 /* The setter should be terminated by ':', but the parser only 1214 /* We can only compare the setter names if both the old and new property have a setter. * 1378 tree setter = NULL_TREE; local 1900 tree setter; local [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang-c/ |
| Index.h | 4585 * name of the method that implements the setter, if any. 6427 const CXIdxEntityInfo *setter; member in struct:__anon2571
|