Home
last modified time | relevance | path

Searched refs:CompoundType (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/JavaScriptCore/heap/
DMarkStack.cpp60 if (cell->structure()->typeInfo().type() < CompoundType) { in markChildren()
113 if (cell->structure()->typeInfo().type() < CompoundType) { in drain()
/external/webkit/Source/JavaScriptCore/runtime/
DJSType.h38 CompoundType = 7, enumerator
DExecutable.h68 …JSValue proto) { return Structure::create(globalData, proto, TypeInfo(CompoundType, StructureFlags… in createStructure()
235 …JSValue proto) { return Structure::create(globalData, proto, TypeInfo(CompoundType, StructureFlags… in createStructure()
282 …JSValue proto) { return Structure::create(globalData, proto, TypeInfo(CompoundType, StructureFlags… in createStructure()
375 …JSValue proto) { return Structure::create(globalData, proto, TypeInfo(CompoundType, StructureFlags… in createStructure()
DStructureChain.h49 …prototype) { return Structure::create(globalData, prototype, TypeInfo(CompoundType, OverridesMarkC… in createStructure()
DJSAPIValueWrapper.h41 …return Structure::create(globalData, prototype, TypeInfo(CompoundType, OverridesMarkChildren | Ove… in createStructure()
DJSTypeInfo.h57 ASSERT(type >= CompoundType || !(flags & OverridesMarkChildren)); in m_type()
DJSPropertyNameIterator.h50 …return Structure::create(globalData, prototype, TypeInfo(CompoundType, OverridesMarkChildren), Ano… in createStructure()
DScopeChain.h68 …JSValue proto) { return Structure::create(globalData, proto, TypeInfo(CompoundType, StructureFlags… in createStructure()
DStructure.h294 if (cell->structure()->typeInfo().type() >= CompoundType) in internalAppend()
DStructure.cpp201 , m_typeInfo(CompoundType, OverridesMarkChildren) in Structure()
/external/clang/lib/Sema/
DSemaExpr.cpp7643 QualType CompoundType) { in CheckAssignmentOperands() argument
7651 QualType RHSType = CompoundType.isNull() ? RHS.get()->getType() : in CheckAssignmentOperands()
7652 CompoundType; in CheckAssignmentOperands()
7654 if (CompoundType.isNull()) { in CheckAssignmentOperands()
/external/clang/include/clang/Sema/
DSema.h6663 Expr *LHSExpr, ExprResult &RHS, SourceLocation Loc, QualType CompoundType);