reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/TableGen/SequenceToOffsetTable.h
   35   typedef typename SeqT::value_type ElemT;
   41     bool operator()(const SeqT &A, const SeqT &B) const {
   41     bool operator()(const SeqT &A, const SeqT &B) const {
   49   typedef std::map<SeqT, unsigned, SeqLess> SeqMap;
   58   static bool isSuffix(const SeqT &A, const SeqT &B) {
   58   static bool isSuffix(const SeqT &A, const SeqT &B) {
   67   void add(const SeqT &Seq) {
  103   unsigned get(const SeqT &Seq) const {
  120       for (typename SeqT::const_iterator SI = I->first.begin(),