Home
last modified time | relevance | path

Searched refs:readwrite (Results 1 – 23 of 23) sorted by relevance

/openbsd-src/gnu/llvm/clang/docs/analyzer/checkers/
H A Dcallandmessage_example.c32 @property (readwrite,assign) id x; in property() argument
44 @property (readwrite,assign) id x; in property() argument
59 @property (readwrite,assign) id x; in property() argument
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/
H A DCPAN.pm469 for my $dm (sort keys %{$CPAN::META->{readwrite}{"CPAN::$class"}}) {
470 next unless $CPAN::META->{readwrite}{"CPAN::$class"}{$dm}{incommandcolor};
472 delete $CPAN::META->{readwrite}{"CPAN::$class"}{$dm}{incommandcolor};
706 values %{ $META->{readwrite}{$class} }; # unsafe meta access, ok
1016 $exists ||= exists $META->{readwrite}{$class}{$id}; # unsafe meta access, ok
1023 delete $META->{readwrite}{$class}{$id}; # unsafe meta access, ok
1322 return $META->{readwrite}{$class}{$id} if exists $META->{readwrite}{$class}{$id};
1323 $META->{readwrite}{$class}{$id} ||= $class->new(ID => $id);
/openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/corpus_examples/objc/
H A DClassCategory.m9 @property(atomic, assign, readwrite) int field;
/openbsd-src/gnu/usr.bin/cvs/windows-NT/
H A Drun.c419 my_pipe (HANDLE *readwrite, enum inherit_pipe end) in my_pipe() argument
444 readwrite[0] = read; in my_pipe()
445 readwrite[1] = write; in my_pipe()
/openbsd-src/usr.bin/nc/
H A Dnetcat.c126 void readwrite(int, struct tls *);
591 readwrite(s, NULL); in main()
621 readwrite(s, NULL); in main()
639 readwrite(connfd, tls_cctx); in main()
641 readwrite(connfd, NULL); in main()
656 readwrite(s, NULL); in main()
719 readwrite(s, tls_ctx); in main()
1092 * readwrite() in local_listen()
1096 readwrite(int net_fd, struct tls *tls_ctx)
1100 readwrite(int net_fd, struct tls *tls_ctx) readwrite() function
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DFileOutputBuffer.cpp141 fs::mapped_file_region::readwrite, Size, 0, EC); in createOnDiskBuffer()
H A DMemoryBuffer.cpp189 Mapmode<WriteThroughMemoryBuffer> = sys::fs::mapped_file_region::readwrite;
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DIndex.pm160 = $CPAN::META->{readwrite}{'CPAN::Distribution'}{$key}
601 $CPAN::META->{readwrite}{$class}{$id} ||=
/openbsd-src/gnu/llvm/llvm/docs/
H A DReleaseNotes.rst91 * ``argmemonly`` -> ``memory(argmem: readwrite)``
94 * ``inaccessiblememonly`` -> ``memory(inaccessiblemem: readwrite)``
98 ``memory(argmem: readwrite, inaccessiblemem: readwrite)``
H A DLangRef.rst1747 ``read``, ``write``, or ``readwrite``) for the possible memory location
1754 - ``memory(readwrite)``: May read or write any memory.
1758 - ``memory(read, argmem: readwrite)``: May read any memory (default mode)
1760 - ``memory(readwrite, argmem: none)``: May access any memory apart from
1777 If the ``memory`` attribute is not specified, then ``memory(readwrite)``
/openbsd-src/gnu/usr.bin/cvs/os2/
H A Drun.c332 my_pipe (int *readwrite) in my_pipe() argument
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DPath.inc847 case readwrite:
867 case readwrite:
943 if (Mode == mapmode::readwrite && Exe && hasFlushBufferKernelBug()) {
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DFileSystem.h1273 readwrite, ///< May access map via data and modify it. Written to path. enumerator
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLLexer.cpp649 KEYWORD(readwrite); in LexIdentifier()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticASTKinds.td941 "readwrite|retain|copy|nonatomic|setter|atomic|weak|strong|"
951 "readwrite|retain|copy|nonatomic|setter|atomic|weak|strong|"
H A DDiagnosticSemaKinds.td1075 "'readwrite' of property inherited from %1">,
1357 "%0 because it is 'readwrite' but it will be synthesized 'readonly' "
1387 " (attribute must be 'readwrite', while its primary must be 'readonly')">;
1392 "illegal redeclaration of 'readwrite' property in class extension %0"
1393 " (perhaps you intended this to be a 'readwrite' redeclaration of a "
1486 "property should be changed to be readwrite">;
/openbsd-src/share/snmp/
H A DVM-MIB.txt352 readwrite(2) The virtual storage is a read-write
359 readwrite(2),
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1150 HANDLE_DW_APPLE_PROPERTY(0x08, readwrite)
/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/
H A DPath.inc829 int flags = (Mode == readwrite) ? MAP_SHARED : MAP_PRIVATE;
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c1110 PRINT_PROP_ATTR(readwrite); in PrintCursor()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp8556 SET_CXOBJCPROP_ATTR(readwrite); in clang_Cursor_getObjCPropertyAttributes()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td609 def objcmt_migrate_readwrite_property : Flag<["-"], "objcmt-migrate-readwrite-property">, Flags<[CC…
610 HelpText<"Enable migration to modern ObjC readwrite property">,
/openbsd-src/usr.sbin/unbound/doc/
H A DChangelog3999 - in unbound-anchor, use readwrite memory BIO.