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

  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
metafunctions.cpp 238 struct Arity;
241 struct Arity<R(Types...)> {
246 struct Arity<R(Types......)> {
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...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
lambda_fwd.hpp 33 typename Arity = int_< aux::template_arity<T>::value >
  /external/chromium/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/chromium_org/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/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/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...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
full_lambda.hpp 48 # include <boost/mpl/limits/arity.hpp>
107 AUX778076_ARITY_PARAM(typename Arity)
170 , typename Arity
173 lambda<F,Tag1,Arity>
183 typedef lambda< typename if_<is_le,arity_,Arity>::type,Tag2 > l3;
  /external/clang/lib/AST/
ItaniumMangle.cpp 346 void mangleOperatorName(OverloadedOperatorKind OO, unsigned Arity);
371 void mangleExpression(const Expr *E, unsigned Arity = UnknownArity);
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
full_lambda.hpp 36 , typename Arity
537 , typename Arity
540 lambda< F,Tag1,Arity >
549 typedef lambda< typename if_< is_le,arity_,Arity >::type, Tag2 > l3;
  /external/clang/lib/Analysis/
ThreadSafety.cpp 121 unsigned arity() const { function in class:__anon17561::SExpr::SExprNode
264 unsigned makeUnknown(unsigned Arity) {
265 NodeVec.push_back(SExprNode(EOP_Unknown, Arity, 0));
598 unsigned ni = NodeVec[i].arity();
599 unsigned nj = Other.NodeVec[j].arity();
660 unsigned NumArgs = N->arity()-1;
677 unsigned NumArgs = N->arity()-1;
701 unsigned NumChildren = N->arity();
    [all...]

Completed in 607 milliseconds