/external/guice/core/src/com/google/inject/internal/ |
H A D | MoreTypes.java | 139 } else if (type instanceof CompositeType) { 140 return ((CompositeType) type).isFullySpecified(); 146 return ((CompositeType) canonicalize(type)).isFullySpecified(); 160 } else if (type instanceof CompositeType) { 356 implements ParameterizedType, Serializable, CompositeType { 445 implements GenericArrayType, Serializable, CompositeType { 481 public static class WildcardTypeImpl implements WildcardType, Serializable, CompositeType { 547 private interface CompositeType { interface in class:MoreTypes
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
H A D | DerivedTypes.h | 143 /// CompositeType - Common super class of ArrayType, StructType, PointerType 145 class CompositeType : public Type { class in namespace:llvm 147 explicit CompositeType(LLVMContext &C, TypeID tid) : Type(C, tid) { } function in class:llvm::CompositeType 159 static inline bool classof(const CompositeType *) { return true; } 189 class StructType : public CompositeType { 193 : CompositeType(C, StructTyID), SymbolTableEntry(0) {} 305 class SequentialType : public CompositeType { 312 : CompositeType(ElType->getContext(), TID), ContainedType(ElType) {
|
/external/llvm/bindings/go/llvm/ |
H A D | DIBuilderBindings.cpp | 76 LLVMMetadataRef CompositeType, int IsLocalToUnit, int IsDefinition, 81 unwrap<DISubroutineType>(CompositeType), 73 LLVMDIBuilderCreateFunction( LLVMDIBuilderRef Dref, LLVMMetadataRef Scope, const char *Name, const char *LinkageName, LLVMMetadataRef File, unsigned Line, LLVMMetadataRef CompositeType, int IsLocalToUnit, int IsDefinition, unsigned ScopeLine, unsigned Flags, int IsOptimized) argument
|
/external/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 156 class CompositeType : public Type { class in namespace:llvm 158 explicit CompositeType(LLVMContext &C, TypeID tid) : Type(C, tid) {} function in class:llvm::CompositeType 196 class StructType : public CompositeType { 200 : CompositeType(C, StructTyID), SymbolTableEntry(nullptr) {} 314 class SequentialType : public CompositeType { 321 : CompositeType(ElType->getContext(), TID), ContainedType(ElType) {
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | DerivedTypes.h | 160 class CompositeType : public Type { class in namespace:llvm 162 explicit CompositeType(LLVMContext &C, TypeID tid) : Type(C, tid) {} function in class:llvm::CompositeType 199 class StructType : public CompositeType { 201 : CompositeType(C, StructTyID), SymbolTableEntry(nullptr) {} 319 class SequentialType : public CompositeType { 325 : CompositeType(ElType->getContext(), TID), ContainedType(ElType),
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsm16bitStorageTests.cpp | 537 struct CompositeType struct 546 const CompositeType cTypes[] = 648 struct CompositeType struct 660 const CompositeType cTypes[] = 803 struct CompositeType struct 812 const CompositeType cTypes[] = 897 struct CompositeType struct 909 const CompositeType cTypes[] = 1272 struct CompositeType struct 1281 const CompositeType cType 1376 struct CompositeType struct [all...] |
/external/deqp/external/vulkancts/scripts/ |
H A D | gen_framework.py | 151 class CompositeType: class in inherits: 161 names = {CompositeType.CLASS_STRUCT: 'struct', CompositeType.CLASS_UNION: 'union'} 294 return CompositeType(type, name, members) 297 typeMap = { 'struct': CompositeType.CLASS_STRUCT, 'union': CompositeType.CLASS_UNION } 851 return type.typeClass == CompositeType.CLASS_STRUCT and \
|
/external/testng/lib-supplied/ |
H A D | guice-2.0.jar | META-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ... |