Searched defs:CompositeType (Results 1 - 5 of 5) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
H A DMoreTypes.java139 } 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/llvm/include/llvm/IR/
H A DDerivedTypes.h146 /// CompositeType - Common super class of ArrayType, StructType, PointerType
148 class CompositeType : public Type { class in namespace:llvm
150 explicit CompositeType(LLVMContext &C, TypeID tid) : Type(C, tid) {} function in class:llvm::CompositeType
190 class StructType : public CompositeType {
194 : CompositeType(C, StructTyID), SymbolTableEntry(nullptr) {}
305 class SequentialType : public CompositeType {
312 : CompositeType(ElType->getContext(), TID), ContainedType(ElType) {
/external/llvm/bindings/go/llvm/
H A DDIBuilderBindings.cpp76 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/deqp/external/vulkancts/
H A Dgen_framework.py175 class CompositeType: class in inherits:
185 names = {CompositeType.CLASS_STRUCT: 'struct', CompositeType.CLASS_UNION: 'union'}
325 return CompositeType(type, name, members)
328 typeMap = { 'struct': CompositeType.CLASS_STRUCT, 'union': CompositeType.CLASS_UNION }
861 return type.typeClass == CompositeType.CLASS_STRUCT and \
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...

Completed in 243 milliseconds