Home
last modified time | relevance | path

Searched refs:BitsetType (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/compiler/
Dtypes.cc58 if (this->IsBitset()) return BitsetType::Min(this->AsBitset()); in Min()
76 if (this->IsBitset()) return BitsetType::Max(this->AsBitset()); in Max()
105 bitset glb = BitsetType::Glb(AsRange()->Min(), AsRange()->Max()); in BitsetGlb()
108 return BitsetType::kNone; in BitsetGlb()
131 if (IsTuple()) return BitsetType::kOtherInternal; in BitsetLub()
135 Type::bitset BitsetType::Lub(HeapObjectType const& type) { in Lub()
350 Type::bitset BitsetType::Lub(double value) { in Lub()
359 const BitsetType::Boundary BitsetType::BoundariesArray[] = {
368 const BitsetType::Boundary* BitsetType::Boundaries() { return BoundariesArray; } in Boundaries()
370 size_t BitsetType::BoundariesSize() { in BoundariesSize()
[all …]
Dtypes.h230 class V8_EXPORT_PRIVATE BitsetType {
321 friend class BitsetType; variable
331 BitsetType::bitset bits = BitsetType::Lub(lim.min, lim.max); in New()
336 RangeType(BitsetType::bitset bitset, Limits limits) in RangeType()
339 BitsetType::bitset Lub() const { return bitset_; } in Lub()
341 BitsetType::bitset bitset_;
350 typedef BitsetType::bitset bitset; // Internal
354 static Type type() { return NewBitset(BitsetType::k##type); }
360 static Type SignedSmall() { return NewBitset(BitsetType::SignedSmall()); } in SignedSmall()
361 static Type UnsignedSmall() { return NewBitset(BitsetType::UnsignedSmall()); } in UnsignedSmall()
[all …]
/external/antlr/runtime/Cpp/include/
Dantlr3baserecognizer.hpp55 typedef typename ImplTraits::BitsetType BitsetType; typedef in BaseRecognizer
287 BitsetType* computeErrorRecoverySet();
343 BitsetType* computeCSRuleFollow();
347 BitsetType* combineFollows(bool exact);
406 void consumeUntilSet(BitsetType* set);
Dantlr3bitset.hpp70 typedef typename ImplTraits::BitsetType BitsetType; typedef in BitsetList
117 BitsetType* bitsetLoad();
119 BitsetType* bitsetCopy();
Dantlr3collections.hpp172 typedef typename ImplTraits::BitsetType BitsetType; typedef in Topo
182 BitsetType** m_edges;
228 BitsetType* m_visited;
Dantlr3exception.hpp62 typedef typename ImplTraits::BitsetType BitsetType; typedef in ANTLR_ExceptionBase
191 typedef typename ImplTraits::BitsetType BitsetType; typedef in ANTLR_Exception
Dantlr3tokenstream.hpp242 typedef typename ImplTraits::BitsetType BitsetType; typedef in CommonTokenStream
362 …void getTokensSet(ANTLR_UINT32 start, ANTLR_UINT32 stop, BitsetType* types, TokensListType& tokenS…
Dantlr3recognizersharedstate.hpp67 typedef typename ImplTraits::BitsetType BitsetType; typedef in RecognizerSharedState
Dantlr3baserecognizer.inl126 BitsetType* followClone;
127 BitsetType* viableTokensFollowingThisRule;
294 BitsetType* followSet = this->computeErrorRecoverySet();
355 typename BaseRecognizer<ImplTraits, StreamType>::BitsetType* BaseRecognizer<ImplTraits, StreamType>…
361 typename BaseRecognizer<ImplTraits, StreamType>::BitsetType* BaseRecognizer<ImplTraits, StreamType>…
367 typename BaseRecognizer<ImplTraits, StreamType>::BitsetType* BaseRecognizer<ImplTraits, StreamType>…
369 BitsetType* followSet;
370 BitsetType* localFollowSet;
376 followSet = new BitsetType(0);
546 BitsetType* follow = followBits->load();
[all …]
Dantlr3traits.hpp21 typedef Empty BitsetType; typedef in CustomTraitsBase
152 typedef typename TraitsSelector< typename UserTraits<TraitsType>::BitsetType,
153 Bitset<TraitsType> >::selected BitsetType; typedef in TraitsBase
Dantlr3bitset.inl42 typename BitsetList<ImplTraits>::BitsetType* BitsetList<ImplTraits>::bitsetLoad()
52 BitsetType* bitset = new BitsetType();
76 typename BitsetList<ImplTraits>::BitsetType* BitsetList<ImplTraits>::bitsetCopy()
78 BitsetType* bitset;
Dantlr3collections.inl588 BitsetType* edgeDeps;
608 m_edges = AllocPolicyType::alloc0(sizeof(BitsetType*) * (maxEdge + 1));
618 m_edges = AllocPolicyType::realloc(m_edges, sizeof(BitsetType*) * (maxEdge + 1));
649 edgeDeps = new BitsetType(0);
673 BitsetType* edges;
803 m_visited = new BitsetType(0);
Dantlr3tokenstream.inl675 CommonTokenStream<ImplTraits>::getTokensSet(ANTLR_UINT32 start, ANTLR_UINT32 stop, BitsetType* type…
719 BitsetType* bitSet;
731 BitsetType* bitSet;
733 bitSet = BitsetType::BitsetOf(type, -1);
Dantlr3exception.inl303 BitsetType* errBits;
/external/clang/test/Parser/
DDelayedTemplateParsing.cpp135 struct BitsetType;
138 BitsetType::New(); in Any()
143 struct TypeImpl<Config>::BitsetType { struct in PR19613::TypeImpl