OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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