Searched defs:Arity (Results 1 – 8 of 8) sorted by relevance
241 struct Arity<R(Types...)> { struct246 struct Arity<R(Types......)> { struct257 … // expected-error{{implicit instantiation of undefined template 'FunctionTypes::Arity<int (float,…
164 def Arity(n): function
45 Arity, // Use one table per number of function parameters. enumerator
1216 unsigned Arity; in mangleUnqualifiedName() local1634 CXXNameMangler::mangleOperatorName(OverloadedOperatorKind OO, unsigned Arity) { in mangleOperatorName()2575 void CXXNameMangler::mangleExpression(const Expr *E, unsigned Arity) { in mangleExpression()
853 int Arity() { return this->Length() - 2; } in Arity() function
2789 unsigned Arity = TypeTraitArity(Kind); in ParseTypeTrait() local
258 unsigned makeUnknown(unsigned Arity) { in makeUnknown()