| /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
|
| /src/external/gpl3/gdb.old/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/dist/gdb/ |
| command.h | 252 erased_func getter; member in struct:setting::erased_args 262 /* The getter and the setter must be both provided or both omitted. */ 285 m_getter (args.getter), 290 /* Create a setting backed by setter and getter functions. 296 typename setting_func_types<T>::get getter) 304 static_assert (sizeof (m_getter) == sizeof (getter)); 307 m_getter = reinterpret_cast<erased_func> (getter); 331 auto getter = reinterpret_cast<typename setting_func_types<T>::get> (m_getter); local 332 return getter (); 384 /* Pointer to a user provided getter. * [all...] |
| /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/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/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/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/gdb/dist/gdbserver/ |
| tracepoint.cc | 790 /* Pointer to a getter function, used to supply computed values. */ 791 LONGEST (*getter) (void); member in struct:trace_state_variable 1968 tsv->getter = NULL; 2001 /* Call a getter function if we have one. While it's tempting to 2002 set up something to only call the getter once per tracepoint hit, 2003 it could run afoul of thread races. Better to let the getter 2005 if (tsv->getter) 2006 tsv->value = (tsv->getter) (); 2063 set_trace_state_variable_getter (int num, LONGEST (*getter) (void)) 2071 trace_debug ("No trace state variable %d, skipping getter set", num) [all...] |
| /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:__anon2571
|