| /src/external/gpl3/binutils/dist/cpu/ |
| simplify.inc | 92 ; getter/setter, or layout specs. 109 ; getter/setter, and layout specs. 131 ; getter/setter specs. 154 x-getter x-setter) 164 (getter x-getter)
|
| /src/external/gpl3/binutils.old/dist/cpu/ |
| simplify.inc | 92 ; getter/setter, or layout specs. 109 ; getter/setter, and layout specs. 131 ; getter/setter specs. 154 x-getter x-setter) 164 (getter x-getter)
|
| /src/external/gpl3/gdb/dist/cpu/ |
| simplify.inc | 92 ; getter/setter, or layout specs. 109 ; getter/setter, and layout specs. 131 ; getter/setter specs. 154 x-getter x-setter) 164 (getter x-getter)
|
| /src/external/gpl3/gdb.old/dist/cpu/ |
| simplify.inc | 92 ; getter/setter, or layout specs. 109 ; getter/setter, and layout specs. 131 ; getter/setter specs. 154 x-getter x-setter) 164 (getter x-getter)
|
| /src/external/bsd/wpa/dist/wpa_supplicant/dbus/ |
| dbus_new_helpers.h | 42 * getter and setter functions */ 94 /* property getter function */ 95 WPADBusPropertyAccessor getter; member in struct:wpa_dbus_property_desc
|
| dbus_new_helpers.c | 38 if (dsc->getter == NULL) 50 if (!dsc->getter(dsc, &entry_iter, error, user_data)) { 52 "dbus: %s dbus_interface=%s dbus_property=%s getter failed", 172 if (dsc->getter == NULL) { 181 if (dsc->getter(dsc, &iter, &error, user_data) == FALSE) { 632 if (!dsc->getter(dsc, &entry_iter, &error, obj_dsc->user_data))
|
| dbus_new_introspect.c | 91 dsc->getter ? "read" : "",
|
| dbus_new.c | 4439 desc->getter = wpas_dbus_getter_iface_global;
|
| /src/external/mit/libuv/lib/ |
| Makefile | 60 uv-data-getter-setters.c \
|
| /src/external/gpl3/gdb/dist/gdb/ |
| command.h | 242 erased_func getter; member in struct:setting::erased_args 252 /* The getter and the setter must be both provided or both omitted. */ 275 m_getter (args.getter), 280 /* Create a setting backed by setter and getter functions. 286 typename setting_func_types<T>::get getter) 294 static_assert (sizeof (m_getter) == sizeof (getter)); 297 m_getter = reinterpret_cast<erased_func> (getter); 321 auto getter = reinterpret_cast<typename setting_func_types<T>::get> (m_getter); local 322 return getter (); 374 /* Pointer to a user provided getter. * [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| command.h | 243 erased_func getter; member in struct:setting::erased_args 253 /* The getter and the setter must be both provided or both omitted. */ 276 m_getter (args.getter), 281 /* Create a setting backed by setter and getter functions. 287 typename setting_func_types<T>::get getter) 295 static_assert (sizeof (m_getter) == sizeof (getter)); 298 m_getter = reinterpret_cast<erased_func> (getter); 322 auto getter = reinterpret_cast<typename setting_func_types<T>::get> (m_getter); local 323 return getter (); 375 /* Pointer to a user provided getter. * [all...] |
| /src/external/gpl3/gdb/dist/gdb/python/ |
| python-internal.h | 294 constexpr gdb_PyGetSetDef (const char *name_, getter get_, setter set_, 302 constexpr gdb_PyGetSetDef (const char *name_, getter get_, setter set_,
|
| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| python-internal.h | 212 constexpr gdb_PyGetSetDef (const char *name_, getter get_, setter set_, 220 constexpr gdb_PyGetSetDef (const char *name_, getter get_, setter set_,
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| tracepoint.cc | 893 /* Pointer to a getter function, used to supply computed values. */ 894 LONGEST (*getter) (void); member in struct:trace_state_variable 2074 tsv->getter = NULL; 2107 /* Call a getter function if we have one. While it's tempting to 2108 set up something to only call the getter once per tracepoint hit, 2109 it could run afoul of thread races. Better to let the getter 2111 if (tsv->getter) 2112 tsv->value = (tsv->getter) (); 2169 set_trace_state_variable_getter (int num, LONGEST (*getter) (void)) 2177 trace_debug ("No trace state variable %d, skipping getter set", num) [all...] |
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| tracepoint.cc | 893 /* Pointer to a getter function, used to supply computed values. */ 894 LONGEST (*getter) (void); member in struct:trace_state_variable 2074 tsv->getter = NULL; 2107 /* Call a getter function if we have one. While it's tempting to 2108 set up something to only call the getter once per tracepoint hit, 2109 it could run afoul of thread races. Better to let the getter 2111 if (tsv->getter) 2112 tsv->value = (tsv->getter) (); 2169 set_trace_state_variable_getter (int num, LONGEST (*getter) (void)) 2177 trace_debug ("No trace state variable %d, skipping getter set", num) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/objc/ |
| objc-act.cc | 847 if the attribute 'getter' was not specified, and is the identifier 848 corresponding to the specified getter if it was; similarly for 888 the type of the return value of the getter and the first 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 1206 "%<getter%> attribute of property %qD conflicts with " 1258 superclass has a getter returning (NSArray *) and the 1259 subclass a getter returning (NSMutableArray *). The object' 1377 tree getter = NULL_TREE; local 9663 tree getter = PROPERTY_REF_GETTER_CALL (*expr_p); local [all...] |
| /src/external/gpl3/gcc/dist/gcc/objc/ |
| objc-act.cc | 845 if the attribute 'getter' was not specified, and is the identifier 846 corresponding to the specified getter if it was; similarly for 886 the type of the return value of the getter and the first 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 1204 "%<getter%> attribute of property %qD conflicts with " 1256 superclass has a getter returning (NSArray *) and the 1257 subclass a getter returning (NSMutableArray *). The object' 1375 tree getter = NULL_TREE; local 9661 tree getter = PROPERTY_REF_GETTER_CALL (*expr_p); local [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
| gtest-internal-inl.h | 619 // Sets the OS stack trace getter. 621 // Does nothing if the input and the current OS stack trace getter 622 // are the same; otherwise, deletes the old getter and makes the 623 // input the current getter. 624 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter); 626 // Returns the current OS stack trace getter if it is not NULL; 628 // getter, and returns it. 909 // The OS stack trace getter. Will be deleted when the UnitTest 911 // but the user can set this field to use a custom getter if that is
|
| gtest.cc | 5618 // Sets the OS stack trace getter. 5620 // Does nothing if the input and the current OS stack trace getter are 5621 // the same; otherwise, deletes the old getter and makes the input the 5622 // current getter. 5624 OsStackTraceGetterInterface* getter) { 5625 if (os_stack_trace_getter_ != getter) { 5627 os_stack_trace_getter_ = getter; 5631 // Returns the current OS stack trace getter if it is not NULL; 5633 // getter, and returns it.
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| getopt.d | 950 static Tuple!(K, V) getter(string input) 962 foreach (k, v; range.map!getter)
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGObjC.cpp | 877 /// evaluation for the getter. 959 // emission for the getter. 1039 /// Generate an Objective-C property getter function. 1048 assert(OMD && "Invalid call to generate getter (empty method)"); 1057 const Expr *getter = propImpl->getGetterCXXConstructor(); local 1058 if (!getter) return true; 1066 if (getter->isGLValue()) 1070 if (const CXXConstructExpr *construct = dyn_cast<CXXConstructExpr>(getter)) 1075 assert(isa<ExprWithCleanups>(getter)); 1182 CGM.ErrorUnsupported(propImpl, "Obj-C getter requiring atomic copy") [all...] |
| /src/external/apache2/llvm/dist/clang/tools/libclang/ |
| CXIndexDataConsumer.cpp | 844 if (ObjCMethodDecl *Getter = D->getGetterMethodDecl()) { 845 getEntityInfo(Getter, GetterEntity, SA); 846 DInfo.ObjCPropDeclInfo.getter = &GetterEntity; 848 DInfo.ObjCPropDeclInfo.getter = nullptr;
|
| /src/external/apache2/llvm/dist/clang/tools/c-index-test/ |
| c-index-test.c | 1097 PRINT_PROP_ATTR(getter); 1119 printf(" (getter=%s)", CName); 3793 if (PropInfo->getter) { 3794 printEntityInfo(" <getter>", client_data, PropInfo->getter);
|
| /src/external/apache2/llvm/dist/clang/include/clang-c/ |
| Index.h | 4579 * name of the method that implements the getter. 6426 const CXIdxEntityInfo *getter; member in struct:__anon260
|
| /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
| RewriteModernObjC.cpp | 907 /// mustSynthesizeSetterGetterMethod - returns true if setter or getter has not 911 bool getter) { 912 auto *OMD = IMP->getInstanceMethod(getter ? PD->getGetterName() 938 // Generate the 'getter' function. 944 if (mustSynthesizeSetterGetterMethod(IMD, PD, true /*getter*/)) { 1106 // When method is a synthesized one, such as a getter/setter there is 7049 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) 7050 if (mustSynthesizeSetterGetterMethod(IDecl, PD, true /*getter*/)) 7051 InstanceMethods.push_back(Getter); 7299 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl() [all...] |