Searched refs:UnionType (Results 1 – 7 of 7) sorted by relevance
/external/llvm/test/Transforms/ScalarRepl/ |
D | 2007-05-29-MemcpyPreserve.ll | 9 %struct.UnionType = type { %struct.LongestMember } 11 define void @_Z4testP9UnionTypePS0_(%struct.UnionType* %p, %struct.UnionType** %pointerToUnion) { 13 %tmp = alloca %struct.UnionType, align 8 14 %tmp2 = getelementptr %struct.UnionType* %tmp, i32 0, i32 0, i32 0 15 %tmp13 = getelementptr %struct.UnionType* %p, i32 0, i32 0, i32 0 17 %tmp5 = load %struct.UnionType** %pointerToUnion 18 %tmp56 = getelementptr %struct.UnionType* %tmp5, i32 0, i32 0, i32 0 19 %tmp7 = getelementptr %struct.UnionType* %tmp, i32 0, i32 0, i32 0
|
/external/chromium_org/v8/src/ |
D | types.h | 296 class UnionType; // Internal variable 312 typedef typename Config::template Handle<UnionType>::type UnionHandle; 512 UnionType* AsUnion() { return UnionType::cast(this); } in AsUnion() 692 class TypeImpl<Config>::UnionType : public StructuralType { 695 return Config::template cast<UnionType>( in New() 699 static UnionType* cast(TypeImpl* type) { in cast() 701 return static_cast<UnionType*>(type); in cast()
|
D | types.cc | 575 bool TypeImpl<Config>::UnionType::Wellformed() { in Wellformed() 634 UnionHandle result = UnionType::New(size, region); in Intersect() 762 UnionHandle result = UnionType::New(size, region); in Union() 920 UnionHandle unioned = Config::template cast<UnionType>(type_); in Advance() 952 UnionHandle unioned = UnionType::New(length, region); in Convert()
|
/external/chromium_org/tools/json_schema_compiler/test/ |
D | idl_object_types.idl | 23 dictionary UnionType {
|
/external/chromium_org/third_party/cython/src/Cython/ |
D | Shadow.py | 244 class UnionType(CythonType): class 291 class UnionInstance(UnionType):
|
/external/clang/test/SemaCXX/ |
D | type-traits.cpp | 252 typedef Union UnionType; typedef 257 { int arr[T(__is_union(UnionType))]; } in is_union()
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 6620 ExprResult &EResult, QualType UnionType, in ConstructTransparentUnion() argument 6627 Initializer->setType(UnionType); in ConstructTransparentUnion() 6632 TypeSourceInfo *unionTInfo = C.getTrivialTypeSourceInfo(UnionType); in ConstructTransparentUnion() 6633 EResult = new (C) CompoundLiteralExpr(SourceLocation(), unionTInfo, UnionType, in ConstructTransparentUnion()
|