Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp526 bool filterProcessor(bool AllowMixed, bool Greedy = true);
1493 bool FilterChooser::filterProcessor(bool AllowMixed, bool Greedy) { in filterProcessor() function in FilterChooser
1729 if (filterProcessor(false)) in doFilter()
1733 if (filterProcessor(true)) in doFilter()
1740 if (Num == 3 && filterProcessor(true, false)) in doFilter()