HomeSort by: relevance | last modified time | path
    Searched refs:appendable (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/gc/impl/conservative/
gc.d 2065 else if ((bits & BlkAttr.APPENDABLE) && (typeid(ti) is typeid(TypeInfo_Class)))
2410 if (pool.appendable.test(biti))
3507 GCBits appendable; // entries that are appendable
3610 appendable.alloc(nbits);
3692 appendable.Dtor();
3710 if (appendable.test(biti))
3711 bits |= BlkAttr.APPENDABLE;
3732 if (mask & BlkAttr.APPENDABLE)
3733 appendable.data[dataIndex] &= keep
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
ControlHeightReduction.cpp 201 bool appendable(CHRScope *Next) { function in class:__anon5360::CHRScope
202 // The next scope is appendable only if this scope is directly connected to
1012 else if (!ConsecutiveSubscope->appendable(SubCHRScope)) {

Completed in 83 milliseconds