Home
last modified time | relevance | path

Searched defs:Pred (Results 1 – 25 of 4339) sorted by relevance

12345678910>>...174

/dports/math/libmesh/libmesh-1.6.2/include/base/
H A Dvariant_filter_iterator.h248 struct Pred : PredBase struct
253 Pred (const PredType & v) : in Pred() function
259 virtual ~Pred () {} in ~Pred() argument
264 virtual PredBase * clone() const override in clone() argument
281 virtual typename PredBase::const_PredBase * const_clone() const override in const_clone() argument
322 PredType pred_data; argument
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail6968.d13 template Pred(A, B) in Pred() function
16 enum bool Pred = true; in Pred() local
18 enum bool Pred = false; in Pred() local
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail6968.d3 template Pred(A, B) in Pred() function
6 enum bool Pred = true; in Pred() local
8 enum bool Pred = false; in Pred() local
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail6968.d13 template Pred(A, B) in Pred() function
16 enum bool Pred = true; in Pred() local
18 enum bool Pred = false; in Pred() local
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail6968.d3 template Pred(A, B) in Pred() function
6 enum bool Pred = true; in Pred() local
8 enum bool Pred = false; in Pred() local
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail6968.d13 template Pred(A, B) in Pred() function
16 enum bool Pred = true; in Pred() local
18 enum bool Pred = false; in Pred() local
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail6968.d13 template Pred(A, B) in Pred() function
16 enum bool Pred = true; in Pred() local
18 enum bool Pred = false; in Pred() local
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail6968.d3 template Pred(A, B) in Pred() function
6 enum bool Pred = true; in Pred() local
8 enum bool Pred = false; in Pred() local
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail6968.d3 template Pred(A, B) in Pred() function
6 enum bool Pred = true; in Pred() local
8 enum bool Pred = false; in Pred() local
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail6968.d3 template Pred(A, B) in Pred() function
6 enum bool Pred = true; in Pred() local
8 enum bool Pred = false; in Pred() local
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail6968.d3 template Pred(A, B) in Pred() function
6 enum bool Pred = true; in Pred() local
8 enum bool Pred = false; in Pred() local
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/interprocess/containers/container/
H A Dset.hpp553 inline bool operator==(const set<T,Pred,Alloc>& x, in operator ==() argument
558 inline bool operator<(const set<T,Pred,Alloc>& x, in operator <() argument
563 inline bool operator!=(const set<T,Pred,Alloc>& x, in operator !=() argument
568 inline bool operator>(const set<T,Pred,Alloc>& x, in operator >() argument
573 inline bool operator<=(const set<T,Pred,Alloc>& x, in operator <=() argument
578 inline bool operator>=(const set<T,Pred,Alloc>& x, in operator >=() argument
1101 inline bool operator==(const multiset<T,Pred,Alloc>& x, in operator ==() argument
1106 inline bool operator<(const multiset<T,Pred,Alloc>& x, in operator <() argument
1111 inline bool operator!=(const multiset<T,Pred,Alloc>& x, in operator !=() argument
1116 inline bool operator>(const multiset<T,Pred,Alloc>& x, in operator >() argument
[all …]
H A Dflat_set.hpp611 inline bool operator==(const flat_set<T,Pred,Alloc>& x, in operator ==() argument
616 inline bool operator<(const flat_set<T,Pred,Alloc>& x, in operator <() argument
621 inline bool operator!=(const flat_set<T,Pred,Alloc>& x, in operator !=() argument
626 inline bool operator>(const flat_set<T,Pred,Alloc>& x, in operator >() argument
631 inline bool operator<=(const flat_set<T,Pred,Alloc>& x, in operator <=() argument
636 inline bool operator>=(const flat_set<T,Pred,Alloc>& x, in operator >=() argument
1192 inline bool operator==(const flat_multiset<T,Pred,Alloc>& x, in operator ==() argument
1197 inline bool operator<(const flat_multiset<T,Pred,Alloc>& x, in operator <() argument
1202 inline bool operator!=(const flat_multiset<T,Pred,Alloc>& x, in operator !=() argument
1207 inline bool operator>(const flat_multiset<T,Pred,Alloc>& x, in operator >() argument
[all …]
H A Dflat_map.hpp739 inline bool operator==(const flat_map<Key,T,Pred,Alloc>& x, in operator ==() argument
744 inline bool operator<(const flat_map<Key,T,Pred,Alloc>& x, in operator <() argument
749 inline bool operator!=(const flat_map<Key,T,Pred,Alloc>& x, in operator !=() argument
754 inline bool operator>(const flat_map<Key,T,Pred,Alloc>& x, in operator >() argument
759 inline bool operator<=(const flat_map<Key,T,Pred,Alloc>& x, in operator <=() argument
764 inline bool operator>=(const flat_map<Key,T,Pred,Alloc>& x, in operator >=() argument
769 inline void swap(flat_map<Key,T,Pred,Alloc>& x, in swap() argument
1376 inline bool operator==(const flat_multimap<Key,T,Pred,Alloc>& x, in operator ==() argument
1381 inline bool operator<(const flat_multimap<Key,T,Pred,Alloc>& x, in operator <() argument
1386 inline bool operator!=(const flat_multimap<Key,T,Pred,Alloc>& x, in operator !=() argument
[all …]
H A Dmap.hpp678 inline bool operator==(const map<Key,T,Pred,Alloc>& x, in operator ==() argument
683 inline bool operator<(const map<Key,T,Pred,Alloc>& x, in operator <() argument
688 inline bool operator!=(const map<Key,T,Pred,Alloc>& x, in operator !=() argument
693 inline bool operator>(const map<Key,T,Pred,Alloc>& x, in operator >() argument
698 inline bool operator<=(const map<Key,T,Pred,Alloc>& x, in operator <=() argument
703 inline bool operator>=(const map<Key,T,Pred,Alloc>& x, in operator >=() argument
1232 inline bool operator==(const multimap<Key,T,Pred,Alloc>& x, in operator ==() argument
1237 inline bool operator<(const multimap<Key,T,Pred,Alloc>& x, in operator <() argument
1242 inline bool operator!=(const multimap<Key,T,Pred,Alloc>& x, in operator !=() argument
1247 inline bool operator>(const multimap<Key,T,Pred,Alloc>& x, in operator >() argument
[all …]
/dports/net-mgmt/centreon-clib/centreon-clib-21.04.4/inc/com/centreon/
H A Dunordered_hash.hh85 bool operator==(umap<Key, T, Hash, Pred, Alloc> const& lhs, in operator ==() argument
101 bool operator!=(umap<Key, T, Hash, Pred, Alloc> const& lhs, in operator !=() argument
108 bool operator==(umultimap<Key, T, Hash, Pred, Alloc> const& lhs, in operator ==() argument
132 bool operator!=(umultimap<Key, T, Hash, Pred, Alloc> const& lhs, in operator !=() argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp80 for (auto *Pred : MBB->predecessors()) { in ReachabilityGraph() local
147 for (auto *Pred : MBB->predecessors()) { in calculate() local
166 for (auto *Pred : Looper->predecessors()) { in calculate() local
201 for (auto *Pred : Entry->predecessors()) { in calculate() local
212 for (auto *Pred : MBB->predecessors()) { in calculate() local
385 for (auto *Pred : Entry->predecessors()) { in makeSingleEntryLoop() local
394 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
409 for (auto *Pred : AllPreds) in makeSingleEntryLoop() local
419 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
450 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp80 for (auto *Pred : MBB->predecessors()) { in ReachabilityGraph() local
147 for (auto *Pred : MBB->predecessors()) { in calculate() local
166 for (auto *Pred : Looper->predecessors()) { in calculate() local
201 for (auto *Pred : Entry->predecessors()) { in calculate() local
212 for (auto *Pred : MBB->predecessors()) { in calculate() local
385 for (auto *Pred : Entry->predecessors()) { in makeSingleEntryLoop() local
394 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
409 for (auto *Pred : AllPreds) in makeSingleEntryLoop() local
419 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
450 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp80 for (auto *Pred : MBB->predecessors()) { in ReachabilityGraph() local
147 for (auto *Pred : MBB->predecessors()) { in calculate() local
166 for (auto *Pred : Looper->predecessors()) { in calculate() local
201 for (auto *Pred : Entry->predecessors()) { in calculate() local
212 for (auto *Pred : MBB->predecessors()) { in calculate() local
385 for (auto *Pred : Entry->predecessors()) { in makeSingleEntryLoop() local
394 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
409 for (auto *Pred : AllPreds) in makeSingleEntryLoop() local
419 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
450 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp79 for (auto *Pred : MBB->predecessors()) { in ReachabilityGraph() local
146 for (auto *Pred : MBB->predecessors()) { in calculate() local
165 for (auto *Pred : Looper->predecessors()) { in calculate() local
200 for (auto *Pred : Entry->predecessors()) { in calculate() local
211 for (auto *Pred : MBB->predecessors()) { in calculate() local
384 for (auto *Pred : Entry->predecessors()) { in makeSingleEntryLoop() local
393 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
408 for (auto *Pred : AllPreds) in makeSingleEntryLoop() local
418 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
449 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
/dports/devel/llvm70/llvm-7.0.1.src/lib/IR/
H A DTypeFinder.cpp58 for (const auto &A : FI.args()) in makeAllowedICmpRegion()
123 if (const auto *N = dyn_cast<MDNode>(M->getMetadata())) in makeSatisfyingICmpRegion()
124 return incorporateMDNode(N); in makeSatisfyingICmpRegion()
134 return; in makeExactICmpRegion()
135
136 // Check this type.
146 incorporateValue(&*I); in getEquivalentICmp()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp91 for (auto *Pred : MBB->predecessors()) { in ReachabilityGraph() local
158 for (auto *Pred : MBB->predecessors()) { in calculate() local
177 for (auto *Pred : Looper->predecessors()) { in calculate() local
212 for (auto *Pred : Entry->predecessors()) { in calculate() local
223 for (auto *Pred : MBB->predecessors()) { in calculate() local
395 for (auto *Pred : Entry->predecessors()) { in makeSingleEntryLoop() local
404 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
419 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
432 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
462 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp91 for (auto *Pred : MBB->predecessors()) { in ReachabilityGraph() local
158 for (auto *Pred : MBB->predecessors()) { in calculate() local
177 for (auto *Pred : Looper->predecessors()) { in calculate() local
212 for (auto *Pred : Entry->predecessors()) { in calculate() local
223 for (auto *Pred : MBB->predecessors()) { in calculate() local
395 for (auto *Pred : Entry->predecessors()) { in makeSingleEntryLoop() local
404 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
419 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
432 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
462 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp91 for (auto *Pred : MBB->predecessors()) { in ReachabilityGraph() local
158 for (auto *Pred : MBB->predecessors()) { in calculate() local
177 for (auto *Pred : Looper->predecessors()) { in calculate() local
212 for (auto *Pred : Entry->predecessors()) { in calculate() local
223 for (auto *Pred : MBB->predecessors()) { in calculate() local
395 for (auto *Pred : Entry->predecessors()) { in makeSingleEntryLoop() local
404 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
419 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
432 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
462 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp91 for (auto *Pred : MBB->predecessors()) { in ReachabilityGraph() local
158 for (auto *Pred : MBB->predecessors()) { in calculate() local
177 for (auto *Pred : Looper->predecessors()) { in calculate() local
212 for (auto *Pred : Entry->predecessors()) { in calculate() local
223 for (auto *Pred : MBB->predecessors()) { in calculate() local
395 for (auto *Pred : Entry->predecessors()) { in makeSingleEntryLoop() local
404 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
419 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
432 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
462 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local

12345678910>>...174