| /openbsd-src/gnu/llvm/clang/docs/analyzer/checkers/ |
| H A D | callandmessage_example.c | 32 @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 D | CPAN.pm | 469 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 D | ClassCategory.m | 9 @property(atomic, assign, readwrite) int field;
|
| /openbsd-src/gnu/usr.bin/cvs/windows-NT/ |
| H A D | run.c | 419 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 D | netcat.c | 126 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 D | FileOutputBuffer.cpp | 141 fs::mapped_file_region::readwrite, Size, 0, EC); in createOnDiskBuffer()
|
| H A D | MemoryBuffer.cpp | 189 Mapmode<WriteThroughMemoryBuffer> = sys::fs::mapped_file_region::readwrite;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/ |
| H A D | Index.pm | 160 = $CPAN::META->{readwrite}{'CPAN::Distribution'}{$key} 601 $CPAN::META->{readwrite}{$class}{$id} ||=
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | ReleaseNotes.rst | 91 * ``argmemonly`` -> ``memory(argmem: readwrite)`` 94 * ``inaccessiblememonly`` -> ``memory(inaccessiblemem: readwrite)`` 98 ``memory(argmem: readwrite, inaccessiblemem: readwrite)``
|
| H A D | LangRef.rst | 1747 ``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 D | run.c | 332 my_pipe (int *readwrite) in my_pipe() argument
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 847 case readwrite: 867 case readwrite: 943 if (Mode == mapmode::readwrite && Exe && hasFlushBufferKernelBug()) {
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 1273 readwrite, ///< May access map via data and modify it. Written to path. enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 649 KEYWORD(readwrite); in LexIdentifier()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | DiagnosticASTKinds.td | 941 "readwrite|retain|copy|nonatomic|setter|atomic|weak|strong|" 951 "readwrite|retain|copy|nonatomic|setter|atomic|weak|strong|"
|
| H A D | DiagnosticSemaKinds.td | 1075 "'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 D | VM-MIB.txt | 352 readwrite(2) The virtual storage is a read-write 359 readwrite(2),
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 1150 HANDLE_DW_APPLE_PROPERTY(0x08, readwrite)
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 829 int flags = (Mode == readwrite) ? MAP_SHARED : MAP_PRIVATE;
|
| /openbsd-src/gnu/llvm/clang/tools/c-index-test/ |
| H A D | c-index-test.c | 1110 PRINT_PROP_ATTR(readwrite); in PrintCursor()
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CIndex.cpp | 8556 SET_CXOBJCPROP_ATTR(readwrite); in clang_Cursor_getObjCPropertyAttributes()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Options.td | 609 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 D | Changelog | 3999 - in unbound-anchor, use readwrite memory BIO.
|