HomeSort by relevance Sort by last modified time
    Searched refs:Arity (Results 1 - 25 of 42) sorted by null

1 2

  /external/libcxx/test/libcxx/utilities/function.objects/func.require/
bullet_7.pass.cpp 166 // Arity - the arity of 'CallSig'
169 template <class ClassType, class CallSig, int Arity,
175 BasicTest<MID, Arity, ObjCaster, ArgCaster> t;
189 // Arity - the arity of 'CallSig'
191 template <class CallSig, CallSig* FnPtr, int Arity, class ArgCaster>
196 BasicTest<FID, Arity, LValueCaster, ArgCaster> t;
212 template <class Sig, int Arity, class ArgCaster>
214 TestCaseFreeFunction<Sig, freeFunction11, Arity, ArgCaster>()
    [all...]
bullet_1_2_3.pass.cpp 134 // Arity - the arity of 'CallSig'
138 template <class ClassType, class CallSig, int Arity, class CV,
217 BasicTest<MethodID<MemPtr>, Arity, SCast, ACast> b;
227 BasicTest<MethodID<MemPtr>, Arity, SCast, ACast> b;
237 BasicTest<MethodID<MemPtr>, Arity, SCast, ACast> b;
242 template <class Sig, int Arity, class CV>
243 struct TestCase : public TestCaseImp<MemFun03, Sig, Arity, CV> {};
246 template <class Sig, int Arity, class CV, bool RValue = false>
247 struct TestCase11 : public TestCaseImp<MemFun11, Sig, Arity, CV, RValue, true> {}
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/utilities/function.objects/func.require/
bullet_7.pass.cpp 166 // Arity - the arity of 'CallSig'
169 template <class ClassType, class CallSig, int Arity,
175 BasicTest<MID, Arity, ObjCaster, ArgCaster> t;
189 // Arity - the arity of 'CallSig'
191 template <class CallSig, CallSig* FnPtr, int Arity, class ArgCaster>
196 BasicTest<FID, Arity, LValueCaster, ArgCaster> t;
212 template <class Sig, int Arity, class ArgCaster>
214 TestCaseFreeFunction<Sig, freeFunction11, Arity, ArgCaster>()
    [all...]
bullet_1_2_3.pass.cpp 134 // Arity - the arity of 'CallSig'
138 template <class ClassType, class CallSig, int Arity, class CV,
217 BasicTest<MethodID<MemPtr>, Arity, SCast, ACast> b;
227 BasicTest<MethodID<MemPtr>, Arity, SCast, ACast> b;
237 BasicTest<MethodID<MemPtr>, Arity, SCast, ACast> b;
242 template <class Sig, int Arity, class CV>
243 struct TestCase : public TestCaseImp<MemFun03, Sig, Arity, CV> {};
246 template <class Sig, int Arity, class CV, bool RValue = false>
247 struct TestCase11 : public TestCaseImp<MemFun11, Sig, Arity, CV, RValue, true> {}
    [all...]
  /external/libcxx/test/support/
uses_alloc_types.hpp 267 template <class Alloc, size_t Arity>
268 class UsesAllocatorV1 : public UsesAllocatorTestBase<UsesAllocatorV1<Alloc, Arity>, Alloc>
283 template <class ...Args, EnableIfB<sizeof...(Args) == Arity> = false>
293 template <class First, class ...Args, EnableIfB<sizeof...(Args) == Arity> Dummy = false>
301 template <class Alloc, size_t Arity>
302 class UsesAllocatorV2 : public UsesAllocatorTestBase<UsesAllocatorV2<Alloc, Arity>, Alloc>
317 template <class ...Args, EnableIfB<sizeof...(Args) == Arity> = false>
321 template <class ...Args, EnableIfB<sizeof...(Args) == Arity + 1> = false>
327 template <class Alloc, size_t Arity>
328 class UsesAllocatorV3 : public UsesAllocatorTestBase<UsesAllocatorV3<Alloc, Arity>, Alloc
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
uses_alloc_types.hpp 190 template <class Alloc, size_t Arity>
202 template <class ...Args, EnableIfB<sizeof...(Args) == Arity> = false>
212 template <class _First, class ...Args, EnableIfB<sizeof...(Args) == Arity> _Dummy = false>
220 template <class Alloc, size_t Arity>
232 template <class ...Args, EnableIfB<sizeof...(Args) == Arity> = false>
236 template <class ...Args, EnableIfB<sizeof...(Args) == Arity + 1> = false>
242 template <class Alloc, size_t Arity>
254 template <class ...Args, EnableIfB<sizeof...(Args) == Arity> = false>
264 template <class ...Args, EnableIfB<sizeof...(Args) == Arity + 1> = false>
270 template <class Alloc, size_t Arity>
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
metafunctions.cpp 238 struct Arity;
241 struct Arity<R(Types...)> {
246 struct Arity<R(Types......)> { // expected-warning {{varargs}} expected-note {{pack}} expected-note {{insert ','}}
251 struct Arity<R(T1, T2, T3, T4)>; // expected-note{{template is declared here}}
253 int check0[Arity<int()>::value == 0? 1 : -1];
254 int check1[Arity<int(float, double)>::value == 2? 1 : -1];
255 int check2[Arity<int(float...)>::value == 1? 1 : -1];
256 int check3[Arity<int(float, double, long double...)>::value == 3? 1 : -1];
257 Arity<int(float, double, long double, char)> check4; // expected-error{{implicit instantiation of undefined template 'FunctionTypes::Arity<int (float, double, long double, char)>'}
    [all...]
  /external/google-breakpad/src/testing/gtest/scripts/
gen_gtest_pred_impl.py 69 n: the maximum arity of the predicate macros to be generated.
148 // For now we only support predicates whose arity is at most %(n)s.
164 def Arity(n):
165 """Returns the English name of the given arity."""
213 'arity' : Arity(n),
214 'Arity' : Title(Arity(n))
278 // %(Arity)s predicate assertion macros.
316 """Given the maximum arity n, updates the header file that implement
    [all...]
  /external/googletest/googletest/scripts/
gen_gtest_pred_impl.py 69 n: the maximum arity of the predicate macros to be generated.
148 // For now we only support predicates whose arity is at most %(n)s.
164 def Arity(n):
165 """Returns the English name of the given arity."""
213 'arity' : Arity(n),
214 'Arity' : Title(Arity(n))
278 // %(Arity)s predicate assertion macros.
316 """Given the maximum arity n, updates the header file that implement
    [all...]
  /external/protobuf/gtest/scripts/
gen_gtest_pred_impl.py 69 n: the maximum arity of the predicate macros to be generated.
148 // For now we only support predicates whose arity is at most %(n)s.
164 def Arity(n):
165 """Returns the English name of the given arity."""
213 'arity' : Arity(n),
214 'Arity' : Title(Arity(n))
280 // %(Arity)s predicate assertion macros.
318 """Given the maximum arity n, updates the header file that implement
    [all...]
  /external/v8/testing/gtest/scripts/
gen_gtest_pred_impl.py 69 n: the maximum arity of the predicate macros to be generated.
148 // For now we only support predicates whose arity is at most %(n)s.
164 def Arity(n):
165 """Returns the English name of the given arity."""
213 'arity' : Arity(n),
214 'Arity' : Title(Arity(n))
278 // %(Arity)s predicate assertion macros.
316 """Given the maximum arity n, updates the header file that implement
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
gen_gtest_pred_impl.py 69 n: the maximum arity of the predicate macros to be generated.
148 // For now we only support predicates whose arity is at most %(n)s.
164 def Arity(n):
165 """Returns the English name of the given arity."""
213 'arity' : Arity(n),
214 'Arity' : Title(Arity(n))
278 // %(Arity)s predicate assertion macros.
316 """Given the maximum arity n, updates the header file that implement
    [all...]
  /build/kati/
func.go 37 // Arity is max function's arity.
38 // ',' will not be handled as argument separator more than arity.
40 Arity() int
171 func (f *funcSubst) Arity() int { return 3 }
200 func (f *funcPatsubst) Arity() int { return 3 }
237 func (f *funcStrip) Arity() int { return 1 }
259 func (f *funcFindstring) Arity() int { return 2 }
283 func (f *funcFilter) Arity() int { return 2 }
315 func (f *funcFilterOut) Arity() int { return 2
    [all...]
  /frameworks/compile/mclinker/include/mcld/Script/
Operator.h 28 enum Arity { NULLARY, UNARY, BINARY, TERNARY };
90 Operator(Arity pArity, Type pType);
98 Arity arity() const { return m_Arity; } function in class:mcld::Operator
117 Arity m_Arity;
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
function_traits.h 21 // provides accessor types for individual arguments, argument-arity, and type
32 enum : std::size_t { Arity = sizeof...(Args_) };
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetOptions.h 43 Arity, // Use one table per number of function parameters.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetOptions.h 43 Arity, // Use one table per number of function parameters.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetOptions.h 43 Arity, // Use one table per number of function parameters.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetOptions.h 43 Arity, // Use one table per number of function parameters.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetOptions.h 43 Arity, // Use one table per number of function parameters.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetOptions.h 43 Arity, // Use one table per number of function parameters.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetOptions.h 43 Arity, // Use one table per number of function parameters.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetOptions.h 43 Arity, // Use one table per number of function parameters.
  /external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
RubyBuilder.java 94 if (block.arity() == Arity.ONE_ARGUMENT) {
123 if (block.arity() == Arity.ONE_ARGUMENT) {
  /external/llvm/include/llvm/Target/
TargetOptions.h 45 Arity, // Use one table per number of function parameters.

Completed in 682 milliseconds

1 2