Searched refs:Poly (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h307 static void mergePolyMatchers(const PolyMatcher &Poly, argument
312 static void mergePolyMatchers(const PolyMatcher &Poly, argument
314 Out.push_back(ast_matchers::internal::Matcher<typename TypeList::head>(Poly));
315 mergePolyMatchers(Poly, Out, typename TypeList::tail());
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp148 Poly, enumerator in enum:__anon964::Type::TypeKind
190 bool isPoly() const { return Kind == Poly; }
720 T.Kind = Poly;
788 Kind = Poly;
816 // Poly doesn't have a 128x1 type.
850 Kind = Poly;

Completed in 62 milliseconds