Home
last modified time | relevance | path

Searched defs:Arity (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmetafunctions.cpp241 struct Arity<R(Types...)> { struct
246 …struct Arity<R(Types......)> { // expected-warning {{varargs}} expected-note {{pack}} expected-not… struct
257 … // expected-error{{implicit instantiation of undefined template 'FunctionTypes::Arity<int (float,…
/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h46 Arity, // Use one table per number of function parameters. enumerator
/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp1484 unsigned Arity = KnownArity; mangleUnqualifiedName() local
2568 mangleOperatorName(DeclarationName Name,unsigned Arity) mangleOperatorName() argument
2598 mangleOperatorName(OverloadedOperatorKind OO,unsigned Arity) mangleOperatorName() argument
4627 mangleExpression(const Expr * E,unsigned Arity,bool AsTemplateArg) mangleExpression() argument
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5825 CheckTypeTraitArity(unsigned Arity,SourceLocation Loc,size_t N) CheckTypeTraitArity() argument