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

  /external/v8/src/ast/
ast-types.cc 619 return SemanticMaybe(that);
622 bool AstType::SemanticMaybe(AstType* that) {
628 if (this->AsUnion()->Get(i)->SemanticMaybe(that)) return true;
636 if (this->SemanticMaybe(that->AsUnion()->Get(i))) return true;
667 return that->SemanticMaybe(this); // This case is handled above.
    [all...]
ast-types.h 926 bool SemanticMaybe(AstType* that);
    [all...]

Completed in 57 milliseconds