Searched refs:ElemDesc (Results 1 – 6 of 6) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | ToHTMLStream.java | 70 m_elementFlags.put("BASEFONT", new ElemDesc(0 | ElemDesc.EMPTY)); in initTagReference() 73 new ElemDesc(0 | ElemDesc.EMPTY | ElemDesc.BLOCK)); in initTagReference() 74 m_elementFlags.put("FRAMESET", new ElemDesc(0 | ElemDesc.BLOCK)); in initTagReference() 75 m_elementFlags.put("NOFRAMES", new ElemDesc(0 | ElemDesc.BLOCK)); in initTagReference() 78 new ElemDesc(0 | ElemDesc.EMPTY | ElemDesc.BLOCK)); in initTagReference() 81 new ElemDesc(0 | ElemDesc.WHITESPACESENSITIVE)); in initTagReference() 82 m_elementFlags.put("CENTER", new ElemDesc(0 | ElemDesc.BLOCK)); in initTagReference() 83 m_elementFlags.put("DIR", new ElemDesc(0 | ElemDesc.BLOCK)); in initTagReference() 84 m_elementFlags.put("MENU", new ElemDesc(0 | ElemDesc.BLOCK)); in initTagReference() 87 m_elementFlags.put("TT", new ElemDesc(0 | ElemDesc.FONTSTYLE)); in initTagReference() [all …]
|
D | ElemDesc.java | 33 public final class ElemDesc class 125 ElemDesc(int flags) in ElemDesc() method in ElemDesc
|
D | ElemContext.java | 63 ElemDesc m_elementDesc = null;
|
/external/llvm-project/clang/lib/AST/Interp/ |
D | Descriptor.cpp | 60 D->ElemDesc->getAllocSize() + sizeof(InlineDescriptor); in ctorArrayDesc() 67 auto *SD = D->ElemDesc; in ctorArrayDesc() 76 if (auto Fn = D->ElemDesc->CtorFn) in ctorArrayDesc() 77 Fn(B, ElemLoc, Desc->IsConst, Desc->IsMutable, IsActive, D->ElemDesc); in ctorArrayDesc() 84 D->ElemDesc->getAllocSize() + sizeof(InlineDescriptor); in dtorArrayDesc() 91 if (auto Fn = D->ElemDesc->DtorFn) in dtorArrayDesc() 92 Fn(B, ElemLoc, D->ElemDesc); in dtorArrayDesc() 99 D->ElemDesc->getAllocSize() + sizeof(InlineDescriptor); in moveArrayDesc() 112 if (auto Fn = D->ElemDesc->MoveFn) in moveArrayDesc() 113 Fn(B, SrcElemLoc, DstElemLoc, D->ElemDesc); in moveArrayDesc() [all …]
|
D | Descriptor.h | 72 Descriptor *const ElemDesc = nullptr; member 144 bool isPrimitiveArray() const { return IsArray && !ElemDesc; } in isPrimitiveArray()
|
D | Pointer.h | 62 if (getFieldDesc()->ElemDesc) in atIndex() 197 if (getFieldDesc()->ElemDesc) in getOffset()
|