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

/external/v8/src/ast/
H A Dast-types.h277 class AstType;
315 static bitset Glb(AstType* type); // greatest lower bound that's a bitset
317 static bitset Lub(AstType* type); // least upper bound that's a bitset
332 static bool IsBitset(AstType* type) {
336 static AstType* NewForTesting(bitset bits) { return New(bits); }
339 friend class AstType;
341 static AstType* New(bitset bits) {
342 return reinterpret_cast<AstType*>(static_cast<uintptr_t>(bits | 1u));
359 friend class AstType;
375 static bool IsKind(AstType* typ
692 class AstType { class in class:v8::internal::AstBitsetType
[all...]

Completed in 131 milliseconds