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

  /external/antlr/runtime/Cpp/include/
antlr3bitset.hpp 70 typedef typename ImplTraits::BitsetType BitsetType;
117 BitsetType* bitsetLoad();
119 BitsetType* bitsetCopy();
antlr3collections.hpp 172 typedef typename ImplTraits::BitsetType BitsetType;
182 BitsetType** m_edges;
228 BitsetType* m_visited;
antlr3baserecognizer.hpp 55 typedef typename ImplTraits::BitsetType BitsetType;
287 BitsetType* computeErrorRecoverySet();
343 BitsetType* computeCSRuleFollow();
347 BitsetType* combineFollows(bool exact);
406 void consumeUntilSet(BitsetType* set);
antlr3exception.hpp 62 typedef typename ImplTraits::BitsetType BitsetType;
191 typedef typename ImplTraits::BitsetType BitsetType;
antlr3recognizersharedstate.hpp 67 typedef typename ImplTraits::BitsetType BitsetType;
antlr3tokenstream.hpp 242 typedef typename ImplTraits::BitsetType BitsetType;
362 void getTokensSet(ANTLR_UINT32 start, ANTLR_UINT32 stop, BitsetType* types, TokensListType& tokenSet);
antlr3traits.hpp 21 typedef Empty BitsetType;
152 typedef typename TraitsSelector< typename UserTraits<TraitsType>::BitsetType,
153 Bitset<TraitsType> >::selected BitsetType;
  /external/v8/src/compiler/
types.cc 58 if (this->IsBitset()) return BitsetType::Min(this->AsBitset());
76 if (this->IsBitset()) return BitsetType::Max(this->AsBitset());
105 bitset glb = BitsetType::Glb(AsRange()->Min(), AsRange()->Max());
108 return BitsetType::kNone;
131 if (IsTuple()) return BitsetType::kOtherInternal;
135 Type::bitset BitsetType::Lub(HeapObjectType const& type) {
350 Type::bitset BitsetType::Lub(double value) {
359 const BitsetType::Boundary BitsetType::BoundariesArray[] = {
368 const BitsetType::Boundary* BitsetType::Boundaries() { return BoundariesArray;
    [all...]
types.h 230 class V8_EXPORT_PRIVATE BitsetType {
321 friend class BitsetType;
331 BitsetType::bitset bits = BitsetType::Lub(lim.min, lim.max);
336 RangeType(BitsetType::bitset bitset, Limits limits)
339 BitsetType::bitset Lub() const { return bitset_; }
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());
    [all...]
  /external/clang/test/Parser/
DelayedTemplateParsing.cpp 135 struct BitsetType;
138 BitsetType::New();
143 struct TypeImpl<Config>::BitsetType {

Completed in 137 milliseconds