/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_min_proto_version.pod | 47 These setter functions return 1 on success and 0 on failure. The getter 62 The setter functions were added in OpenSSL 1.1.0. The getter functions
|
H A D | EVP_PKEY_CTX_get0_pkey.pod | 40 They merely act as getter functions, and should be treated as such.
|
H A D | X509_STORE_get0_param.pod | 7 - X509_STORE setter and getter functions
|
H A D | CT_POLICY_EVAL_CTX_new.pod | 105 Each setter has a matching getter for accessing the current value.
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | neigh.c | 442 int (*getter)(struct nl_addr *dst, struct nl_addr **ll_addr); member 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); in handle_encoded_mac()
|
/freebsd/contrib/wpa/wpa_supplicant/dbus/ |
H A D | dbus_new_helpers.c | 38 if (dsc->getter == NULL) in fill_dict_with_properties() 50 if (!dsc->getter(dsc, &entry_iter, error, user_data)) { in fill_dict_with_properties() 172 if (dsc->getter == NULL) { in properties_get() 181 if (dsc->getter(dsc, &iter, &error, user_data) == FALSE) { in properties_get() 632 if (!dsc->getter(dsc, &entry_iter, &error, obj_dsc->user_data)) in put_changed_properties()
|
H A D | dbus_new_helpers.h | 95 WPADBusPropertyAccessor getter; member
|
H A D | dbus_new_introspect.c | 91 dsc->getter ? "read" : "", in add_property()
|
H A D | dbus_new.c | 4439 desc->getter = wpas_dbus_getter_iface_global; in wpa_dbus_ctrl_iface_props_init()
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | evp_pkey_get1_ED25519.pod | 7 - internal ECX from EVP_PKEY getter functions
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 8085 clang::ObjCMethodDecl *getter = nullptr; in AddObjCClassProperty() local 8087 getter = isInstance ? class_interface_decl->lookupInstanceMethod(getter_sel) in AddObjCClassProperty() 8089 if (!getter_sel.isNull() && !getter) { in AddObjCClassProperty() 8099 getter = in AddObjCClassProperty() 8101 getter->setDeclName(getter_sel); in AddObjCClassProperty() 8102 getter->setReturnType(ClangUtil::GetQualType(property_clang_type_to_access)); in AddObjCClassProperty() 8103 getter->setDeclContext(class_interface_decl); in AddObjCClassProperty() 8104 getter->setInstanceMethod(isInstance); in AddObjCClassProperty() 8105 getter->setVariadic(isVariadic); in AddObjCClassProperty() 8106 getter->setPropertyAccessor(isPropertyAccessor); in AddObjCClassProperty() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | BuiltinTypes.def | 296 // of a setter and a getter, with the setter used if the
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Relocations.cpp | 467 OffsetGetter getter; member in __anon400d48340111::RelocationScanner 1458 uint64_t offset = getter.get(rel.r_offset); in scanOne() 1624 getter = OffsetGetter(s); in scanSection()
|
/freebsd/contrib/googletest/googletest/src/ |
H A D | gtest-internal-inl.h | 623 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter);
|
H A D | gtest.cc | 6280 OsStackTraceGetterInterface* getter) { in set_os_stack_trace_getter() argument 6281 if (os_stack_trace_getter_ != getter) { in set_os_stack_trace_getter() 6283 os_stack_trace_getter_ = getter; in set_os_stack_trace_getter()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 1063 const Expr *getter = propImpl->getGetterCXXConstructor(); in hasTrivialGetExpr() local 1064 if (!getter) return true; in hasTrivialGetExpr() 1072 if (getter->isGLValue()) in hasTrivialGetExpr() 1076 if (const CXXConstructExpr *construct = dyn_cast<CXXConstructExpr>(getter)) in hasTrivialGetExpr() 1081 assert(isa<ExprWithCleanups>(getter)); in hasTrivialGetExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticASTKinds.td | 959 "property %4 with %select{default |}6'%select{none|readonly|getter|assign|" 969 "property %3 with different '%select{none|readonly|getter|assign|"
|
H A D | DiagnosticParseKinds.td | 524 "expected '=' for Objective-C getter">; 528 "expected selector for Objective-C %select{setter|getter}0">; 785 "property does not specify a getter or a putter">;
|
H A D | DiagnosticSemaKinds.td | 1188 "getter %1|with setter %1}0 was selected for synthesis">, 1429 "writable atomic property %0 cannot pair a synthesized %select{getter|setter}1 " 1430 "with a user defined %select{getter|setter}2">, 1432 def note_atomic_property_fixup_suggest : Note<"setter and getter must both be " 1445 "explicitly declare getter %objcinstance0 with '%1' to return an 'unowned' " 1476 "; getter returning retained objects">; 1478 "getter name mismatch between property redeclaration (%1) and its original " 1484 "atomic by default property %0 has a user defined %select{getter|setter}1 " 1511 "%select{of type %1|without attribute '%1'|with attribute '%1'|with getter " 3535 "no %select{getter|setter}0 defined for property %1">; [all …]
|
H A D | DiagnosticGroups.td | 854 def UnusedGetterReturnValue : DiagGroup<"unused-getter-return-value">;
|
/freebsd/contrib/llvm-project/clang/include/clang-c/ |
H A D | Index.h | 6230 const CXIdxEntityInfo *getter; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.def | 1252 HANDLE_DW_APPLE_PROPERTY(0x02, getter)
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 911 bool getter) { in mustSynthesizeSetterGetterMethod() argument 912 auto *OMD = IMP->getInstanceMethod(getter ? PD->getGetterName() in mustSynthesizeSetterGetterMethod()
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 5946 OPTIONAL(getter, MDStringField, ); \ in parseDIObjCProperty() 5954 getter.Val, attributes.Val, type.Val)); in parseDIObjCProperty()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | migration_guide.pod | 575 Additionally you must use "setter" or "getter" functions to access the fields
|