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

  /external/llvm/utils/TableGen/
SetTheory.h 15 // expanders can be added to a SetTheory instance to teach it how to find the
81 /// set into a fully expanded list of elements. Expanders provide a way for
100 // Typed expanders by class name.
101 StringMap<Expander*> Expanders;
SetTheory.cpp 263 Expanders[ClassName] = E;
308 if (Expander *Exp = Expanders.lookup(SC[i]->getName())) {

Completed in 120 milliseconds