| /openbsd-src/gnu/usr.bin/perl/dist/threads/t/ |
| H A D | unique.t | 11 print("1..0 # SKIP 'unique' attribute no longer exists\n"); 34 no warnings 'deprecated'; # Suppress warnings related to :unique 38 # bugid 24383 - :unique hashes weren't being made readonly on interpreter 41 our $unique_scalar : unique; 42 our @unique_array : unique; 43 our %unique_hash : unique; 46 my $TODO = ":unique needs to be re-implemented in a non-broken way"; 65 # bugid #24940 :unique should fail on my and sub declarations 67 for my $decl ('my $x : unique', 'sub foo : unique') { 72 print $@ =~ /^The 'unique' attribute may only be applied to 'our' variables/
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/ |
| H A D | tem01.C | 19 bool unique() const {return *p_refcnt == N;} in unique() function 24 if (unique()) delete p_refcnt; in decrement() 35 virtual ~ref_pointer() {if (unique()) delete the_p;} in ~ref_pointer() 58 bool unique() const {return ref_count.unique();} in unique() function 73 if (unique()) delete the_p; 83 if (unique()) delete the_p;
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBBroadcaster.cpp | 48 void SBBroadcaster::BroadcastEventByType(uint32_t event_type, bool unique) { in BroadcastEventByType() argument 49 LLDB_INSTRUMENT_VA(this, event_type, unique); in BroadcastEventByType() 54 if (unique) in BroadcastEventByType() 60 void SBBroadcaster::BroadcastEvent(const SBEvent &event, bool unique) { in BroadcastEvent() argument 61 LLDB_INSTRUMENT_VA(this, event, unique); in BroadcastEvent() 67 if (unique) in BroadcastEvent()
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | typeinfo | 128 // This implementation of type_info assumes a unique copy of the RTTI for a 138 // This implementation of type_info does not assume there is always a unique 150 // This implementation of type_info does not assume always a unique copy of 155 // to be unique within the program. If the high bit is unset, then the RTTI can 156 // be assumed to be unique within the program. 158 // When comparing type_infos, if both RTTIs can be assumed to be unique, it 160 // be unique, we must perform a deep string comparison of the type names. 161 // However, if one of the RTTIs is guaranteed unique and the other one isn't, 166 // symbol, it is given hidden visibility instead and the non-unique bit is set. 168 // a unique RTTI: the RTTI is emitted with linkonce_odr linkage and is assumed [all …]
|
| /openbsd-src/gnu/llvm/lldb/examples/darwin/heap_find/heap/ |
| H A D | heap_find.cpp | 170 bool unique; member 218 void push_back(const malloc_match &m, bool unique = false) { in push_back() argument 219 if (unique) { in push_back() 491 ((range_contains_data_callback_info_t *)info->baton)->unique = true; in foreach_zone_in_this_process() 557 g_matches.push_back(match, info->unique); in range_info_callback() 580 g_matches.push_back(match, info->unique); in range_info_callback() 628 g_matches.push_back(match, info->unique); in range_info_callback() 736 data_info.unique = false; // Set to true when iterating on the vm_regions in find_pointer_in_heap() 762 data_info.unique = false; // Set to true when iterating on the vm_regions in find_pointer_in_memory() 784 data_info.unique = false; // Set to true when iterating on the vm_regions in find_objc_objects_in_memory() [all …]
|
| /openbsd-src/gnu/llvm/libcxx/include/__algorithm/ |
| H A D | unique.h | 47 unique(_ForwardIterator __first, _ForwardIterator __last, _BinaryPredicate __pred) { in unique() function 53 unique(_ForwardIterator __first, _ForwardIterator __last) { in unique() function 54 return std::unique(__first, __last, __equal_to()); in unique()
|
| /openbsd-src/gnu/usr.bin/texinfo/info/ |
| H A D | Makefile.in | 407 mkid -fID $$unique 420 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 421 test -n "$$unique" || unique=$$empty_fix; \ 423 $$tags $$unique; \ 436 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 438 $$tags $$unique
|
| /openbsd-src/gnu/gcc/libstdc++-v3/libmath/ |
| H A D | Makefile.in | 328 unique=`for i in $$list; do \ 333 mkid -fID $$unique 341 unique=`for i in $$list; do \ 346 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 347 test -n "$$unique" || unique=$$empty_fix; \ 349 $$tags $$unique; \ 357 unique=`for i in $$list; do \ 362 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 364 $$tags $$unique
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | alpha-nat.c | 204 void *unique = ALPHA_REGSET_UNIQUE (gregsetp); in supply_gregset() local 207 alpha_supply_int_regs (-1, regp, regp + 31, unique); in supply_gregset() 214 void *unique = ALPHA_REGSET_UNIQUE (gregsetp); in fill_gregset() local 217 alpha_fill_int_regs (regno, regp, regp + 31, unique); in fill_gregset()
|
| /openbsd-src/gnu/usr.bin/texinfo/lib/ |
| H A D | Makefile.in | 305 unique=`for i in $$list; do \ 310 mkid -fID $$unique 318 unique=`for i in $$list; do \ 323 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 324 test -n "$$unique" || unique=$$empty_fix; \ 326 $$tags $$unique; \ 334 unique=`for i in $$list; do \ 339 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 341 $$tags $$unique
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBBroadcaster.i | 44 BroadcastEventByType (uint32_t event_type, bool unique = false); 47 BroadcastEvent (const lldb::SBEvent &event, bool unique = false);
|
| /openbsd-src/gnu/usr.bin/texinfo/util/ |
| H A D | Makefile.in | 407 mkid -fID $$unique 420 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 421 test -n "$$unique" || unique=$$empty_fix; \ 423 $$tags $$unique; \ 436 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 438 $$tags $$unique
|
| /openbsd-src/gnu/usr.bin/texinfo/makeinfo/ |
| H A D | Makefile.in | 405 mkid -fID $$unique 431 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 432 test -n "$$unique" || unique=$$empty_fix; \ 434 $$tags $$unique; \ 447 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 449 $$tags $$unique
|
| /openbsd-src/gnu/usr.bin/cvs/windows-NT/ |
| H A D | Makefile.in | 212 unique=`for i in $$list; do \ 217 mkid -fID $$unique $(LISP) 229 unique=`for i in $$list @CONFIG@; do \ 234 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ 235 || $(ETAGS) $(ETAGS_ARGS) $$tags $$unique $(LISP)
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBBroadcaster.h | 34 void BroadcastEventByType(uint32_t event_type, bool unique = false); 36 void BroadcastEvent(const lldb::SBEvent &event, bool unique = false);
|
| /openbsd-src/sys/dev/pci/drm/ |
| H A D | drm_ioctl.c | 79 * side-effect this fills out the unique name in the master structure. 80 * 2. Call GET_UNIQUE to read out the unique name from the master structure, 88 * means the unique name for the master node just opening is _not_ filled 92 * 3. Call GET_UNIQUE, and check whether the unique name has length zero (by 95 * copypasta from drm 1.0 times where a set unique name meant that the driver 99 * _not_ return a unique string when SET_VERSION hasn't been called yet, 100 * otherwise libdrm breaks. Even when that unique string can't ever change, and 116 * Copies the bus id from drm_device::unique into user space. 127 if (copy_to_user(u->unique, master->unique, maste in drm_getunique() [all...] |
| H A D | drm_pci.c | 71 master->unique = kasprintf(GFP_KERNEL, "pci:%04x:%02x:%02x.%d", in drm_pci_set_busid() 76 if (!master->unique) in drm_pci_set_busid() 79 master->unique_len = strlen(master->unique); in drm_pci_set_busid()
|
| /openbsd-src/gnu/usr.bin/texinfo/ |
| H A D | Makefile.in | 363 unique=`for i in $$list; do \ 368 mkid -fID $$unique 389 unique=`for i in $$list; do \ 394 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 395 test -n "$$unique" || unique=$$empty_fix; \ 397 $$tags $$unique; \ 405 unique=`for i in $$list; do \ 410 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 412 $$tags $$unique
|
| /openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/ |
| H A D | Makefile.in | 533 unique=`for i in $$list; do \ 538 mkid -fID $$unique 546 unique=`for i in $$list; do \ 551 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 552 test -n "$$unique" || unique=$$empty_fix; \ 554 $$tags $$unique; \ 562 unique=`for i in $$list; do \ 567 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 569 $$tags $$unique
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/ |
| H A D | 2-load_po_without_i_default.t | 28 is(loc("system.messages.arbitrary.unique.lexicon.key"), "system.messages.arbitrary.unique.lexicon.k…
|
| H A D | 3-load_po_with_i_default.t | 26 is(loc("system.messages.arbitrary.unique.lexicon.key"), "This is the default message", "Used i_defa… 29 is(loc("system.messages.arbitrary.unique.lexicon.key"), "This is the default message", "Translated …
|
| /openbsd-src/gnu/usr.bin/cvs/diff/ |
| H A D | Makefile.in | 170 unique=`for i in $$list; do \ 175 mkid -fID $$unique $(LISP) 182 unique=`for i in $$list @CONFIG@; do \ 187 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ 188 || $(ETAGS) $(ETAGS_ARGS) $$tags $$unique $(LISP)
|
| /openbsd-src/gnu/gcc/libssp/ |
| H A D | Makefile.in | 479 unique=`for i in $$list; do \ 484 mkid -fID $$unique 492 unique=`for i in $$list; do \ 497 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 498 test -n "$$unique" || unique=$$empty_fix; \ 500 $$tags $$unique; \ 508 unique=`for i in $$list; do \ 513 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 515 $$tags $$unique
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/libmath/ |
| H A D | Makefile.in | 263 unique=`for i in $$list; do echo $$i; done | \ 267 && mkid -f$$here/ID $$unique $(LISP) 273 unique=`for i in $$list; do echo $$i; done | \ 276 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ 277 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
|
| /openbsd-src/gnu/gcc/libmudflap/ |
| H A D | Makefile.in | 538 unique=`for i in $$list; do \ 543 mkid -fID $$unique 564 unique=`for i in $$list; do \ 569 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 570 test -n "$$unique" || unique=$$empty_fix; \ 572 $$tags $$unique; \ 580 unique=`for i in $$list; do \ 585 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 587 $$tags $$unique
|