| /freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_common.cpp | 329 Accessor &accessor) { in ScanForPointers() argument 334 accessor.Init(begin, end); in ScanForPointers() 339 void *p = accessor.LoadPtr(pp); in ScanForPointers() 376 DirectMemoryAccessor accessor; in ScanRangeForPointers() local 377 ScanForPointers(begin, end, frontier, region_type, tag, accessor); in ScanRangeForPointers() 399 const char *region_type, Accessor &accessor) { in ScanRanges() argument 402 kReachable, accessor); in ScanRanges() 408 DirectMemoryAccessor accessor; in ScanExtraStackRanges() local 409 ScanRanges(ranges, frontier, "FAKE STACK", accessor); in ScanExtraStackRanges() 451 Frontier *frontier, Accessor &accessor) { in ProcessThread() argument [all …]
|
| /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 | 48 accessor = self.get_child_access_object() 49 for idx in range(len(accessor)): 50 children.append(accessor[idx])
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | mdspan.inc | 28 // [mdspan.accessor.default], class template default_accessor 32 // [mdspan.accessor.aligned], class template aligned_accessor
|
| H A D | mdspan.cppm | |
| /freebsd/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ |
| H A D | kdb_ldap.c | 245 extern krb5int_access accessor; 252 return krb5int_accessor (&accessor, KRB5INT_ACCESS_VERSION); in kldap_init_fn()
|
| H A D | ldap_principal2.c | 391 krb5int_access accessor; variable 413 return accessor.asn1_ldap_encode_sequence_of_keys(&val, code); in asn1_encode_sequence_of_keys() 433 err = accessor.asn1_ldap_decode_sequence_of_keys(in, &p); in asn1_decode_sequence_of_keys()
|
| /freebsd/krb5/lib/krb5/os/ |
| H A D | Makefile.inc | 12 SRCS+= accessor.c \
|
| /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 36 // [mdspan.accessor.aligned], class template aligned_accessor 375 constexpr const accessor_type& accessor() const noexcept { return acc_; }
|
| /freebsd/contrib/llvm-project/libcxx/include/__mdspan/ |
| H A D | mdspan.h | 243 _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 | 298 auto addPropertyMethod = [&](const ObjCMethodDecl *accessor) { in PushProperty() argument 299 if (accessor) { in PushProperty() 300 std::string TypeStr = Context.getObjCEncodingForMethodDecl(accessor); in PushProperty() 302 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/crypto/openssl/doc/designs/ |
| H A D | fast-param-find.md | 120 - "field" is an accessor to the field itself
|
| /freebsd/usr.sbin/bsdconfig/share/ |
| H A D | struct.subr | 149 # Unset the collection of environment variables and accessor-function
|
| /freebsd/crypto/krb5/src/lib/krb5/os/ |
| H A D | deps | 4 accessor.so accessor.po $(OUTPRE)accessor.$(OBJEXT): \ 15 accessor.c os-proto.h
|
| /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 */
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OSSL_CMP_exec_certreq.pod | 62 also accessor functions for retrieving various results and status information
|
| /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 | 826 "property declaration specifies '%0' accessor twice">; 828 "expected name of accessor method">; 830 "expected ',' or ')' at end of property accessor list">;
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 6498 IdentifierInfo &accessor, SourceLocation loc) in ExtVectorElementExpr() argument 6501 Base(base), Accessor(&accessor), AccessorLoc(loc) { in ExtVectorElementExpr()
|