Home
last modified time | relevance | path

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

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
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,…
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
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,…
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_kernel.h50 unsigned Arity() const override { return arity_; } in Arity() function
/external/tensorflow/tensorflow/stream_executor/
Dkernel.cc83 unsigned KernelBase::Arity() const { return implementation_->Arity(); } in Arity() function in stream_executor::KernelBase
/external/googletest/googletest/scripts/
Dgen_gtest_pred_impl.py165 def Arity(n): function
/external/llvm/include/llvm/Target/
DTargetOptions.h45 Arity, // Use one table per number of function parameters. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetOptions.h42 Arity, // Use one table per number of function parameters. enumerator
/external/llvm-project/llvm/include/llvm/Target/
DTargetOptions.h46 Arity, // Use one table per number of function parameters. enumerator
/external/clang/lib/AST/
DItaniumMangle.cpp1190 unsigned Arity = KnownArity; in mangleUnqualifiedName() local
1940 void CXXNameMangler::mangleOperatorName(DeclarationName Name, unsigned Arity) { in mangleOperatorName()
1969 CXXNameMangler::mangleOperatorName(OverloadedOperatorKind OO, unsigned Arity) { in mangleOperatorName()
3171 void CXXNameMangler::mangleExpression(const Expr *E, unsigned Arity) { in mangleExpression()
/external/llvm-project/clang/lib/AST/
DItaniumMangle.cpp1269 unsigned Arity = KnownArity; in mangleUnqualifiedName() local
2194 void CXXNameMangler::mangleOperatorName(DeclarationName Name, unsigned Arity) { in mangleOperatorName()
2224 CXXNameMangler::mangleOperatorName(OverloadedOperatorKind OO, unsigned Arity) { in mangleOperatorName()
3879 void CXXNameMangler::mangleExpression(const Expr *E, unsigned Arity) { in mangleExpression()
/external/clang/lib/Parse/
DParseExprCXX.cpp2978 unsigned Arity = TypeTraitArity(Kind); in ParseTypeTrait() local
/external/llvm-project/clang/lib/Parse/
DParseExprCXX.cpp3716 unsigned Arity = TypeTraitArity(Kind); in ParseTypeTrait() local