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

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVValue.h 183 union UnionType{
188 UnionType() {
  /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...]
  /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/clang/test/SemaCXX/
type-traits.cpp 270 typedef Union UnionType;
275 { int arr[T(__is_union(UnionType))]; }
    [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 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 634 milliseconds