Home
last modified time | relevance | path

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

/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
Dantlr3traits.hpp21 typedef Empty BitsetType; typedef in CustomTraitsBase
152 typedef typename TraitsSelector< typename UserTraits<TraitsType>::BitsetType,
153 Bitset<TraitsType> >::selected BitsetType; typedef in TraitsBase
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 …]
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/llvm-project/clang/test/Parser/
DDelayedTemplateParsing.cpp119 struct BitsetType;
122 BitsetType::New(); in Any()
127 struct TypeImpl<Config>::BitsetType { struct in PR19613::TypeImpl
/external/clang/test/Parser/
DDelayedTemplateParsing.cpp135 struct BitsetType;
138 BitsetType::New(); in Any()
143 struct TypeImpl<Config>::BitsetType { struct in PR19613::TypeImpl