Searched defs:CompoundType (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSType.h37 // The CompoundType value must come before any JSType that may have children
38 CompoundType = 7, enumerator in enum:JSC::JSType
/external/clang/lib/Sema/
H A DSemaExpr.cpp7643 QualType CompoundType) {
7651 QualType RHSType = CompoundType.isNull() ? RHS.get()->getType() :
7652 CompoundType;
7654 if (CompoundType.isNull()) {
7641 CheckAssignmentOperands(Expr *LHSExpr, ExprResult &RHS, SourceLocation Loc, QualType CompoundType) argument

Completed in 59 milliseconds