OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Arity
(Results
1 - 5
of
5
) 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
...]
/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/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/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/clang/lib/AST/
ItaniumMangle.cpp
285
void mangleOperatorName(OverloadedOperatorKind OO, unsigned
Arity
);
309
void mangleExpression(const Expr *E, unsigned
Arity
= UnknownArity);
[
all
...]
Completed in 129 milliseconds