Searched refs:UnionType (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dtypes.h296 class UnionType; // Internal
312 typedef typename Config::template Handle<UnionType>::type UnionHandle;
512 UnionType* AsUnion() { return UnionType::cast(this); }
692 class TypeImpl<Config>::UnionType : public StructuralType { class in class:v8::internal::TypeImpl
695 return Config::template cast<UnionType>(
699 static UnionType* cast(TypeImpl* type) {
701 return static_cast<UnionType*>(type);
H A Dtypes.cc575 bool TypeImpl<Config>::UnionType::Wellformed() {
634 UnionHandle result = UnionType::New(size, region);
762 UnionHandle result = UnionType::New(size, region);
920 UnionHandle unioned = Config::template cast<UnionType>(type_);
952 UnionHandle unioned = UnionType::New(length, region);
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp256 typedef Union UnionType; typedef
261 { int arr[T(__is_union(UnionType))]; }
/external/clang/lib/Sema/
H A DSemaExpr.cpp7018 ExprResult &EResult, QualType UnionType,
7025 Initializer->setType(UnionType);
7030 TypeSourceInfo *unionTInfo = C.getTrivialTypeSourceInfo(UnionType);
7031 EResult = new (C) CompoundLiteralExpr(SourceLocation(), unionTInfo, UnionType,
7017 ConstructTransparentUnion(Sema &S, ASTContext &C, ExprResult &EResult, QualType UnionType, FieldDecl *Field) argument

Completed in 168 milliseconds