Home
last modified time | relevance | path

Searched refs:PredicateSet (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/contrib/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp68 typedef SetVector<std::string> PredicateSet; typedef
73 PredicateSet Predicates;
104 PredicateSet &Predicates,
875 emitPredicateFunction(formatted_raw_ostream &OS, PredicateSet &Predicates, in emitPredicateFunction()
886 for (PredicateSet::const_iterator I = Predicates.begin(), E = Predicates.end(); in emitPredicateFunction()
1206 PredicateSet::const_iterator P = std::find(TableInfo.Predicates.begin(), in getPredicateIndex()