Home
last modified time | relevance | path

Searched refs:appendable (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/impl/conservative/
H A Dgc.d2603 GCBits appendable; // entries that are appendable
2663 appendable.alloc(nbits);
2722 appendable.Dtor();
2740 if (appendable.test(biti))
2763 appendable.data[dataIndex] &= keep;
2805 appendable.data[dataIndex] |= orWith;
2831 appendable.data[wi] &= ~w;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/conservative/
H A Dgc.d2410 if (pool.appendable.test(biti))
3507 GCBits appendable; // entries that are appendable
3610 appendable.alloc(nbits);
3692 appendable.Dtor();
3710 if (appendable.test(biti))
3733 appendable.data[dataIndex] &= keep;
3775 appendable.data[dataIndex] |= orWith;
3801 appendable.data[wi] &= ~w;
3830 appendable.data[w] = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp201 bool appendable(CHRScope *Next) { in appendable() function in __anon566c75c30211::CHRScope
1012 else if (!ConsecutiveSubscope->appendable(SubCHRScope)) { in findScopes()