Searched refs:singleton (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dsingleton.C4 // singleton.C:26: warning: `class singleton' only defines private constructors and has no friends
7 // singleton::instance() is considered constructed although the ctor
10 class singleton { class
12 static singleton& instance() {
13 static singleton s;
19 singleton() : initialized(1) { function in class:singleton
23 singleton( const singleton& rhs );
24 void operator=( const singleton
[all...]
/haiku-buildtools/gcc/gcc/
H A Dgensupport.h71 enum rtx_code singleton; /* if pred takes only one code, that code */ member in struct:pred_data
H A Dgenrecog.c819 && pred->singleton != PARALLEL)
824 code = pred->singleton;
H A Dgensupport.c2776 pred->singleton = code;
2778 pred->singleton = UNKNOWN;
H A Dira-build.c3421 less likely to use the preferred singleton register. */
3433 int singleton = ira_class_singleton[pref][ALLOCNO_MODE (a)];
3434 if (singleton < 0)
3436 index = ira_class_hard_reg_index[(int) aclass][singleton];
3418 int singleton = ira_class_singleton[pref][ALLOCNO_MODE (a)]; local
/haiku-buildtools/gcc/libvtv/
H A Dvtv_set.h347 return (singleton (s) ?
355 { return (s == NULL) ? 0 : (singleton (s) ? 1 : s->num_entries); }
364 singleton (const insert_only_hash_set *s) function in class:insert_only_hash_sets::insert_only_hash_set
367 /* Return the representation of a singleton set containing the
373 /* Given a singleton set, what key does it contain? */
377 VTV_DEBUG_ASSERT (singleton (s));
454 size_type capacity = singleton (s) ? 1 : s->num_buckets;
463 if (singleton (s))
490 if (singleton (s))
/haiku-buildtools/cloog/test/
H A DMakefile.am120 singleton \
/haiku-buildtools/legacy/gcc/gcc/
H A Dexpr.c7591 /* If we would have a "singleton" (see below) were it not for a
7625 tree singleton = 0;
7660 singleton = TREE_OPERAND (exp, 2), binary_op = TREE_OPERAND (exp, 1);
7664 singleton = TREE_OPERAND (exp, 1), binary_op = TREE_OPERAND (exp, 2);
7668 singleton = TREE_OPERAND (exp, 2), unary_op = TREE_OPERAND (exp, 1);
7672 singleton = TREE_OPERAND (exp, 1), unary_op = TREE_OPERAND (exp, 2);
7683 || (singleton && GET_CODE (original_target) == REG
7685 && original_target == var_rtx (singleton)))
7704 if (temp && singleton && binary_op
7726 if (singleton
7609 tree singleton = 0; local
[all...]
/haiku-buildtools/isl/doc/
H A Dimplementation.tex940 If all the $\Delta_i$s are singleton sets
944 \label{eq:transitive:singleton}
954 If some of the $\Delta_i$s are not singleton sets or if
1002 Those that correspond to singleton $\Delta_i$s are grouped together
1003 and handled as in \eqref{eq:transitive:singleton}.
1628 using \eqref{eq:transitive:singleton}.
1717 usually be a singleton.
/haiku-buildtools/binutils/gold/
H A Daarch64.cc711 // Simple singleton class that creates/initializes/stores all types of stub
724 static Stub_template_repertoire<big_endian> singleton; local
725 return singleton.stub_templates_[type];
H A Darm.cc822 static Stub_factory singleton;
823 return singleton;
863 // A Stub_factory may not be copied since it is a singleton.

Completed in 269 milliseconds