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

  /external/v8/src/ast/
ast-types.h 479 friend class AstUnionType;
671 class AstUnionType : public AstStructuralType {
676 AstUnionType(int length, Zone* zone)
680 return AsType(new (zone->New(sizeof(AstUnionType)))
681 AstUnionType(length, zone));
684 static AstUnionType* cast(AstType* type) {
686 return static_cast<AstUnionType*>(FromType(type));
898 AstUnionType* AsUnionForTesting() { return AsUnion(); }
905 friend AstUnionType;
921 AstUnionType* AsUnion() { return AstUnionType::cast(this);
    [all...]
ast-types.cc 697 bool AstUnionType::Wellformed() {
774 AstType* result_type = AstUnionType::New(size, zone);
775 AstUnionType* result = result_type->AsUnion();
798 int AstType::UpdateRange(AstType* range, AstUnionType* result, int size,
838 int AstType::IntersectAux(AstType* lhs, AstType* rhs, AstUnionType* result,
    [all...]

Completed in 64 milliseconds