/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
H A D | singleton.C | 9 class singleton { 11 static singleton& instance() { in instance() 12 static singleton s; in instance() 18 singleton() : initialized(1) { in singleton() function 22 singleton( const singleton& rhs ); 23 void operator=( const singleton& rhs ); 28 int singleton::counter; 34 return singleton::instance().check()-2; in main()
|
/openbsd/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/ |
H A D | tsan_mutex.cpp | 166 atomic_uintptr_t *singleton = (atomic_uintptr_t *)param; in singleton_thread() local 168 int *val = (int *)atomic_load(singleton, memory_order_acquire); in singleton_thread() 169 __tsan_acquire(singleton); in singleton_thread() 188 atomic_uintptr_t singleton; in TEST() local 189 __tsan_release(&singleton); in TEST() 190 atomic_store(&singleton, (uintptr_t)&val, memory_order_release); in TEST() 194 pthread_create(&threads[t], 0, singleton_thread, &singleton); in TEST()
|
/openbsd/usr.bin/lex/ |
H A D | parse.y | 534 series : series singleton 542 | singleton 609 singleton : singleton '*' 616 | singleton '+' 622 | singleton '?' 628 | singleton BEGIN_REPEAT_FLEX NUMBER ',' NUMBER END_REPEAT_FLEX 656 | singleton BEGIN_REPEAT_FLEX NUMBER ',' END_REPEAT_FLEX 670 | singleton BEGIN_REPEAT_FLEX NUMBER END_REPEAT_FLEX
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/ |
H A D | Transition.pod | 36 =head2 Replacing the Test::Builder singleton 40 Some test modules would replace the Test::Builder singleton instance with their 44 The Test::Builder singleton is now a simple compatibility wrapper around 45 Test2. The Test::Builder singleton is no longer the central place for 46 results. Many results bypass the Test::Builder singleton completely, which 47 breaks and behavior intended when replacing the singleton. 65 Some modules look directly at hash keys on the Test::Builder singleton. The 66 problem here is that the Test::Builder singleton no longer holds anything 231 hash values on the singleton. A new version has been released that uses the 294 the singleton. It has not yet been fixed. [all …]
|
/openbsd/lib/libpcap/ |
H A D | pcap.c | 89 struct singleton { struct 98 struct singleton *sp = (struct singleton *)userData; in pcap_oneshot() argument 106 struct singleton s; in pcap_next()
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | OpenCLImageTypes.def | 8 // This file extends builtin types database with OpenCL image singleton types. 13 // with given ID, singleton ID access type and a codegen suffix
|
H A D | AArch64SVEACLETypes.def | 27 // - Context.SingletonId is the global singleton of this type.
|
H A D | RISCVVTypes.def | 27 // - SingletonId is the global singleton of this type.
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/ |
H A D | Builder.pm | 141 $Test = $class->create(singleton => 1); 146 $Test->reset(singleton => 1); 168 if ($params{singleton}) { 441 unless $params{singleton}; 448 unless ($params{singleton}) { 465 $self->{Exported_To} = undef unless $params{singleton}; 477 $self->no_header(0) unless $params{singleton}; 478 $self->no_ending(0) unless $params{singleton};
|
/openbsd/gnu/gcc/gcc/ |
H A D | gensupport.h | 79 enum rtx_code singleton; /* if pred takes only one code, that code */ member
|
H A D | genrecog.c | 395 pred->singleton = UNKNOWN; in process_define_predicate() 398 pred->singleton = i; in process_define_predicate() 1015 && pred->singleton != PARALLEL) in add_to_sequence() 1020 code = pred->singleton; in add_to_sequence()
|
H A D | gensupport.c | 1388 pred->singleton = std_preds[i].codes[0]; in init_predicate_table()
|
/openbsd/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ |
H A D | ParseXS.pod | 25 # Legacy non-OO interface using a singleton: 60 interface) and will then use a singleton as invocant. 140 interface) and will then use a singleton as invocant.
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | BuiltinTypes.def | 9 // This file defines the database about various builtin singleton types. 13 // Context.SingletonId is the global singleton of this type. Some global 31 // to a builtin which uses a shared singleton type.
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | expr.c | 8718 tree singleton = 0; local 8780 || (singleton && GET_CODE (original_target) == REG 8782 && original_target == var_rtx (singleton))) 8801 if (temp && singleton && binary_op 8822 if (singleton == TREE_OPERAND (exp, 1)) 8837 (safe_from_p (temp, singleton, 1) 8842 op1 = expand_expr (singleton, NULL_RTX, VOIDmode, 0); 8852 if (singleton && ! TREE_SIDE_EFFECTS (TREE_OPERAND (exp, 0))) 8865 store_expr (singleton, temp, 8869 expand_expr (singleton, [all …]
|
H A D | FSFChangeLog.11 | 8150 to "singleton" cases. 10538 (expand_expr, case COND_EXPR): Also use target if same as singleton.
|
/openbsd/usr.sbin/pkg_add/OpenBSD/ |
H A D | Intro.pod | 460 (should use a singleton pattern instead).
|
/openbsd/gnu/llvm/llvm/docs/TableGen/ |
H A D | BackGuide.rst | 281 value. The static function ``get()`` can be used to obtain the singleton
|
/openbsd/gnu/usr.bin/binutils/ld/ |
H A D | ldint.texinfo | 671 thunk is singleton vector (__nm_th_<symbol>) pointing to
|
/openbsd/gnu/usr.bin/binutils-2.17/ld/ |
H A D | ldint.texinfo | 671 thunk is singleton vector (__nm_th_<symbol>) pointing to
|
/openbsd/usr.sbin/amd/doc/ |
H A D | amdref.texinfo | 982 The location-selection, and singleton @dfn{location-list},
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/ |
H A D | ChangeLog | 2976 * g++.old-deja/g++.other/singleton.C: Likewise. 13245 * g++.other/singleton.C: Return error value instead of taking 13250 * g++.other/singleton.C: New test. Warning is under dispute.
|
/openbsd/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/ |
H A D | AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md | 2047 > happens to end with a non-singleton stack, it will not simply put a
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst | 1530 happens to end with a non-singleton stack, it will not simply put a
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ChangeLog-2003 | 1853 (can_run_code_for): Use the OO term "singleton".
|