HomeSort by relevance Sort by last modified time
    Searched refs:UnionType (Results 1 - 17 of 17) sorted by null

  /external/v8/src/compiler/
types.h 374 friend class UnionType;
474 class UnionType : public StructuralType {
479 UnionType(int length, Zone* zone) : StructuralType(kUnion, length, zone) {}
482 return AsType(new (zone->New(sizeof(UnionType))) UnionType(length, zone));
485 static UnionType* cast(Type* type) {
487 return static_cast<UnionType*>(FromType(type));
601 UnionType* AsUnionForTesting() { return AsUnion(); }
608 friend UnionType;
622 UnionType* AsUnion() { return UnionType::cast(this);
    [all...]
types.cc 583 bool UnionType::Wellformed() {
649 Type* result_type = UnionType::New(size, zone);
650 UnionType* result = result_type->AsUnion();
672 int Type::UpdateRange(Type* range, UnionType* result, int size, Zone* zone) {
710 int Type::IntersectAux(Type* lhs, Type* rhs, UnionType* result, int size,
862 Type* result_type = UnionType::New(size, zone);
863 UnionType* result = result_type->AsUnion();
895 int Type::AddToUnion(Type* type, UnionType* result, int size, Zone* zone) {
911 UnionType* unioned = union_type->AsUnion();
    [all...]
  /system/chre/host/msm/daemon/generated/
chre_slpi_skel.c 311 const UnionType *unionType;\
319 typedef struct UnionType UnionType;
352 struct UnionType {
chre_slpi_stub.c 311 const UnionType *unionType;\
319 typedef struct UnionType UnionType;
352 struct UnionType {
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVValue.h 183 union UnionType{
188 UnionType() {
  /prebuilts/go/darwin-x86/src/debug/dwarf/
const.go 307 TagUnionType: "UnionType",
  /prebuilts/go/linux-x86/src/debug/dwarf/
const.go 307 TagUnionType: "UnionType",
  /external/clang/test/SemaCXX/
type-traits.cpp 270 typedef Union UnionType;
275 { int arr[T(__is_union(UnionType))]; }
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/
dagger-compiler-2.6.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.7/
dagger-compiler-2.7.jar 
  /prebuilts/tools/common/m2/repository/org/jboss/forge/roaster/roaster-jdt/2.18.7.Final/
roaster-jdt-2.18.7.Final.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 944 milliseconds