Searched refs:IsTuple (Results 1 - 6 of 6) sorted by relevance

/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A DPR22806_constrain_tuple_like_ctor.pass.cpp32 struct IsTuple : std::false_type {}; struct in inherits:std::false_type
35 struct IsTuple<Tuple, std::tuple<Args...>> : std::true_type {}; struct in inherits:std::true_type
44 template <class Tuple, class = typename std::enable_if<IsTuple<Tuple>::value>::type>
57 template <class Tuple, class = typename std::enable_if<IsTuple<Tuple>::value>::type>
/external/v8/src/ast/
H A Dast-types.cc148 if (type->IsTuple()) return kOtherInternal;
481 if (this->IsTuple()) {
482 if (!that->IsTuple()) return false;
1260 } else if (this->IsTuple()) {
H A Dast-types.h826 bool IsTuple() { return IsKind(AstTypeBase::kTuple); } function in class:v8::internal::AstBitsetType::AstType
/external/v8/src/compiler/
H A Dtypes.cc143 if (type->IsTuple()) return kOtherInternal;
486 if (this->IsTuple()) {
487 if (!that->IsTuple()) return false;
1026 } else if (this->IsTuple()) {
H A Dtypes.h581 bool IsTuple() { return IsKind(TypeBase::kTuple); } function in class:v8::internal::compiler::BitsetType::Type
H A Dtyper.cc854 if (type->IsTuple() && index < type->AsTuple()->Arity()) {

Completed in 617 milliseconds