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

References

tools/clang/unittests/CodeGen/IRMatchers.h
   79     MatchStack.push_back(Query(V, N));
   82   void pop() { MatchStack.pop_back(); }
   85   const T *top() const { return MatchStack.back().get<T>(); }
   87   size_t size() const { return MatchStack.size(); }
   89   unsigned getOperandNo() const { return MatchStack.back().getOperandNo(); }
   96     assert(MatchStack.size() > Offset);
   97     return MatchStack[MatchStack.size() - 1 - Offset];
   97     return MatchStack[MatchStack.size() - 1 - Offset];