Home
last modified time | relevance | path

Searched defs:random_condition (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dthrow_allocator.h500 struct random_condition : public condition_base in _GLIBCXX_VISIBILITY() struct
505 struct adjustor_base in _GLIBCXX_VISIBILITY()
518 struct group_adjustor : public adjustor_base in _GLIBCXX_VISIBILITY()
527 struct never_adjustor : public adjustor_base in _GLIBCXX_VISIBILITY()
533 struct always_adjustor : public adjustor_base in _GLIBCXX_VISIBILITY()
538 random_condition() in _GLIBCXX_VISIBILITY() function
545 set_probability(double __p) in _GLIBCXX_VISIBILITY()
549 throw_conditionally() in _GLIBCXX_VISIBILITY()
556 seed(unsigned long __s) in _GLIBCXX_VISIBILITY()
561 typedef std::uniform_real_distribution<double> distribution_type; in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dthrow_allocator.h500 struct random_condition : public condition_base in _GLIBCXX_VISIBILITY() struct
505 struct adjustor_base in _GLIBCXX_VISIBILITY()
518 struct group_adjustor : public adjustor_base in _GLIBCXX_VISIBILITY()
527 struct never_adjustor : public adjustor_base in _GLIBCXX_VISIBILITY()
533 struct always_adjustor : public adjustor_base in _GLIBCXX_VISIBILITY()
538 random_condition() in _GLIBCXX_VISIBILITY() function
545 set_probability(double __p) in _GLIBCXX_VISIBILITY()
549 throw_conditionally() in _GLIBCXX_VISIBILITY()
556 seed(unsigned long __s) in _GLIBCXX_VISIBILITY()
561 typedef std::uniform_real_distribution<double> distribution_type; in _GLIBCXX_VISIBILITY()
[all …]