HomeSort by relevance Sort by last modified time
    Searched refs:Orphans (Results 1 - 7 of 7) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_para.cpp 34 {XFA_Attribute::Orphans, XFA_AttributeType::Integer, (void*)0},
cxfa_node_statics.cpp     [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenRegisters.cpp 70 SmallVector<Orphan, 8> Orphans;
72 // Clone inherited subregs and place duplicate entries on Orphans.
86 Orphans.push_back(Orphan(SI->second, Indices[i], SI->first));
127 for (unsigned j = 0, je = Orphans.size(); j != je; ++j)
128 if (Orphans[j].SubReg == R2)
129 Orphans[j].SubReg = 0;
132 // Now Orphans contains the inherited subregisters without a direct index.
134 for (unsigned i = 0, e = Orphans.size(); i != e; ++i) {
135 Orphan &O = Orphans[i];
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 236 SmallPtrSet<CodeGenRegister*, 8> Orphans;
238 // Clone inherited subregs and place duplicate entries in Orphans.
248 Orphans.insert(SI->second);
272 if (SubRegs.count(I->second) || !Orphans.erase(SRI->second))
280 // Now Orphans contains the inherited subregisters without a direct index.
296 while (!Indices.empty() && !Orphans.empty()) {
302 if (Orphans.erase(SI->second))
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 541 Orphans,
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 2296 Orphans orphans; local
    [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 125 milliseconds