OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SameType
(Results
1 - 5
of
5
) sorted by null
/external/clang/test/CXX/temp/temp.type/
p1-0x.cpp
10
using
SameType
= decltype(y); // expected-note {{here}}
11
using
SameType
= decltype(z); // expected-error {{different types}}
21
using
SameType
= decltype(y);
22
using
SameType
= decltype(z); // ok
/external/llvm/include/llvm/Support/
YAMLTraits.h
183
struct
SameType
;
196
static char test(
SameType
<Signature_enumeration, &U::enumeration>*);
213
static char test(
SameType
<Signature_bitset, &U::bitset>*);
231
static char test(
SameType
<Signature_input, &U::input> *,
232
SameType
<Signature_output, &U::output> *,
233
SameType
<Signature_mustQuote, &U::mustQuote> *);
251
static char test(
SameType
<Signature_input, &U::input> *,
252
SameType
<Signature_output, &U::output> *);
269
static char test(
SameType
<Signature_mapping, &U::mapping>*);
285
static char test(
SameType
<Signature_validate, &U::validate>*)
[
all
...]
/external/eigen/Eigen/src/Core/
CwiseBinaryOp.h
72
SameType
= is_same<typename _LhsNested::Scalar,typename _RhsNested::Scalar>::value,
79
| (functor_traits<BinaryOp>::PacketAccess && StorageOrdersAgree &&
SameType
? PacketAccessBit : 0)
Assign.h
495
SameType
= internal::is_same<typename Derived::Scalar,typename OtherDerived::Scalar>::value
500
EIGEN_STATIC_ASSERT(
SameType
,YOU_MIXED_DIFFERENT_NUMERIC_TYPES__YOU_NEED_TO_USE_THE_CAST_METHOD_OF_MATRIXBASE_TO_CAST_NUMERIC_TYPES_EXPLICITLY)
506
internal::assign_impl<Derived, OtherDerived, int(
SameType
) ? int(internal::assign_traits<Derived, OtherDerived>::Traversal)
/external/eigen/Eigen/src/Core/products/
CoeffBasedProduct.h
65
SameType
= is_same<typename _LhsNested::Scalar,typename _RhsNested::Scalar>::value,
90
| (
SameType
&& (CanVectorizeLhs || CanVectorizeRhs) ? PacketAccessBit : 0),
102
CanVectorizeInner =
SameType
Completed in 219 milliseconds