/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBBreakpointExtensions.i | 32 accessor = self.get_locations_access_object() 33 for idx in range(len(accessor)): 34 locations.append(accessor[idx])
|
H A D | SBProcessExtensions.i | 63 '''An accessor function that returns a modules_access() object which allows lazy thread access from a lldb.SBProcess object.''' 67 '''An accessor function that returns a list() that contains all threads in a lldb.SBProcess object.''' 69 accessor = self.get_threads_access_object() 70 for idx in range(len(accessor)): 71 threads.append(accessor[idx])
|
H A D | SBValueExtensions.i | 29 '''An accessor function that returns a children_access() object which allows lazy member variable access from a lldb.SBValue object.''' 33 '''An accessor function that returns a list() that contains all children in a lldb.SBValue object.''' 35 accessor = self.get_child_access_object() 36 for idx in range(len(accessor)): 37 children.append(accessor[idx])
|
/freebsd/crypto/openssl/ssl/record/ |
H A D | README.md | 12 3) A set of accessor macros 35 directly access its members. Instead components use accessor macros, so if code
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | mdspan.cppm |
|
/freebsd/sys/dev/ida/ |
H A D | idavar.h | 192 struct ida_access *accessor; member
|
H A D | ida_pci.c | 242 ida->cmd = *board->accessor; in ida_pci_attach()
|
/freebsd/share/doc/psd/05.sysman/ |
H A D | spell.ok | 97 accessor
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | mdspan | 32 // [mdspan.accessor.default], class template default_accessor 339 constexpr const accessor_type& accessor() const noexcept { return acc_; }
|
H A D | valarray | 751 // implementation specific accessor
|
/freebsd/contrib/llvm-project/libcxx/include/__mdspan/ |
H A D | mdspan.h | 244 _LIBCPP_HIDE_FROM_ABI constexpr const accessor_type& accessor() const noexcept { return __acc_; }; in accessor() function
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 299 auto addPropertyMethod = [&](const ObjCMethodDecl *accessor) { in PushProperty() argument 300 if (accessor) { in PushProperty() 301 std::string TypeStr = Context.getObjCEncodingForMethodDecl(accessor); in PushProperty() 303 Fields.add(MakeConstantString(accessor->getSelector().getAsString())); in PushProperty() 1158 auto addPropertyMethod = [&](const ObjCMethodDecl *accessor) { in PushProperty() argument 1159 if (accessor) { in PushProperty() 1160 std::string TypeStr = Context.getObjCEncodingForMethodDecl(accessor); in PushProperty() 1161 Fields.add(GetConstantSelector(accessor->getSelector(), TypeStr)); in PushProperty()
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | struct.subr | 149 # Unset the collection of environment variables and accessor-function
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_CMP_exec_certreq.pod | 48 also accessor functions for retrieving various results and status information
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | provider-decoder.pod | 17 /* Decoder parameter accessor and descriptor */
|
H A D | provider-encoder.pod | 17 /* Encoder parameter accessor and descriptor */
|
H A D | migration_guide.pod | 1016 Any accessor that uses an ENGINE is deprecated (such as EVP_PKEY_set1_engine()).
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | whatsnew-2.0.txt | 279 now provides accessor functions to retrieve everything from an event that 584 There are now accessor functions for the useful fields of struct http
|
/freebsd/contrib/libevent/ |
H A D | whatsnew-2.0.txt | 279 now provides accessor functions to retrieve everything from an event that 584 There are now accessor functions for the useful fields of struct http
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticParseKinds.td | 795 "property declaration specifies '%0' accessor twice">; 797 "expected name of accessor method">; 799 "expected ',' or ')' at end of property accessor list">;
|
H A D | AttrDocs.td | 461 SYCL defines some special classes (accessor, sampler, and stream) which require 483 class __attribute__((sycl_special_class)) accessor {}; 484 class [[clang::sycl_special_class]] accessor {};
|
H A D | DiagnosticSemaKinds.td | 366 "referenced in this property's accessor">, 1366 "type of property %0 does not match type of accessor %1">; 1431 InGroup<DiagGroup<"atomic-property-with-user-defined-accessor">>; 1562 "type of property %0 (%1) does not match type of accessor %2 (%3)">;
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 6301 IdentifierInfo &accessor, SourceLocation loc) in ExtVectorElementExpr() argument 6304 Base(base), Accessor(&accessor), AccessorLoc(loc) { in ExtVectorElementExpr()
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.2006 | 70 * lib/krb5/digest.c: Add sessionkey accessor functions.
|
/freebsd/crypto/openssl/ |
H A D | INSTALL.md | 1392 variables, and using the provided accessor functions where you would previously
|