Searched refs:getter (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_helpers.h40 * getter and setter functions */
92 /* property getter function */
93 WPADBusPropertyAccessor getter; member in struct:wpa_dbus_property_desc
H A Ddbus_new_helpers.c37 if (dsc->getter == NULL)
49 if (!dsc->getter(dsc, &entry_iter, error, user_data)) {
51 "dbus: %s dbus_interface=%s dbus_property=%s getter failed",
171 if (dsc->getter == NULL) {
180 if (dsc->getter(dsc, &iter, &error, user_data) == FALSE) {
631 if (!dsc->getter(dsc, &entry_iter, &error, obj_dsc->user_data))
H A Ddbus_new_introspect.c91 dsc->getter ? "read" : "",
H A Ddbus_new.c4184 desc->getter = wpas_dbus_getter_iface_global;
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dneigh.c442 int (*getter)(struct nl_addr *dst, struct nl_addr **ll_addr); member in struct:encoded_l3_addr
447 .getter = &get_mcast_mac_ipv4},
451 .getter = &get_mcast_mac_ipv6},
455 .getter = get_link_local_mac_ipv6},
504 ret = encoded_prefixes[i].getter(dst, ll_addr);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dprops.c1733 svn_wc_canonicalize_svn_prop_get_file_t getter,
1743 /* First just ask the "getter" for the MIME type. */
1744 SVN_ERR(getter(&mime_type, NULL, getter_baton, pool));
1754 /* Now ask the getter for the contents of the file; this will do a
1763 err = getter(NULL, translating_stream, getter_baton, pool);
2167 svn_wc_canonicalize_svn_prop_get_file_t getter,
2193 SVN_ERR(validate_eol_prop_against_file(path, getter, getter_baton,
1730 validate_eol_prop_against_file(const char *path, svn_wc_canonicalize_svn_prop_get_file_t getter, void *getter_baton, apr_pool_t *pool) argument
2159 svn_wc_canonicalize_svn_prop(const svn_string_t **propval_p, const char *propname, const svn_string_t *propval, const char *path, svn_node_kind_t kind, svn_boolean_t skip_some_checks, svn_wc_canonicalize_svn_prop_get_file_t getter, void *getter_baton, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp806 /// evaluation for the getter.
887 // emission for the getter.
967 /// Generate an Objective-C property getter function.
976 assert(OMD && "Invalid call to generate getter (empty method)");
985 const Expr *getter = propImpl->getGetterCXXConstructor(); local
986 if (!getter) return true;
994 if (getter->isGLValue())
998 if (const CXXConstructExpr *construct = dyn_cast<CXXConstructExpr>(getter))
1003 assert(isa<ExprWithCleanups>(getter));
1110 CGM.ErrorUnsupported(propImpl, "Obj-C getter requirin
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp7475 clang::ObjCMethodDecl *getter = nullptr; local
7477 getter = isInstance ? class_interface_decl->lookupInstanceMethod(getter_sel)
7479 if (!getter_sel.isNull() && !getter) {
7489 getter = clang::ObjCMethodDecl::Create(
7496 if (getter) {
7498 ast->SetMetadata(getter, *metadata);
7500 getter->setMethodParams(clang_ast, llvm::ArrayRef<clang::ParmVarDecl *>(),
7502 class_interface_decl->addDecl(getter);
7505 if (getter) {
7506 getter
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h4534 * name of the method that implements the getter.
6394 const CXIdxEntityInfo *getter; member in struct:__anon209
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp906 /// mustSynthesizeSetterGetterMethod - returns true if setter or getter has not
910 bool getter) {
911 auto *OMD = IMP->getInstanceMethod(getter ? PD->getGetterName()
937 // Generate the 'getter' function.
943 if (mustSynthesizeSetterGetterMethod(IMD, PD, true /*getter*/)) {
1104 // When method is a synthesized one, such as a getter/setter there is
7039 if (mustSynthesizeSetterGetterMethod(IDecl, PD, true /*getter*/))
908 mustSynthesizeSetterGetterMethod(ObjCImplementationDecl *IMP, ObjCPropertyDecl *PD, bool getter) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp5006 /// getter: "getFoo", attributes: 7, type: !2)
5013 OPTIONAL(getter, MDStringField, ); \
5021 getter.Val, attributes.Val, type.Val));

Completed in 212 milliseconds