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

  /external/v8/src/compiler/
types.h 393 friend class UnionType;
493 class UnionType : public StructuralType {
498 UnionType(int length, Zone* zone) : StructuralType(kUnion, length, zone) {}
501 return AsType(new (zone->New(sizeof(UnionType))) UnionType(length, zone));
504 static UnionType* cast(Type* type) {
506 return static_cast<UnionType*>(FromType(type));
620 UnionType* AsUnionForTesting() { return AsUnion(); }
627 friend UnionType;
641 UnionType* AsUnion() { return UnionType::cast(this);
    [all...]
types.cc 598 bool UnionType::Wellformed() {
664 Type* result_type = UnionType::New(size, zone);
665 UnionType* result = result_type->AsUnion();
687 int Type::UpdateRange(Type* range, UnionType* result, int size, Zone* zone) {
725 int Type::IntersectAux(Type* lhs, Type* rhs, UnionType* result, int size,
868 Type* result_type = UnionType::New(size, zone);
869 UnionType* result = result_type->AsUnion();
901 int Type::AddToUnion(Type* type, UnionType* result, int size, Zone* zone) {
917 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/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 1350 milliseconds