Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DDerivedTypes.h147 explicit CompositeType(LLVMContext &C, TypeID tid) : Type(C, tid) { } in CompositeType() function
159 static inline bool classof(const CompositeType *) { return true; } in classof()
/external/llvm/include/llvm/IR/
DDerivedTypes.h158 explicit CompositeType(LLVMContext &C, TypeID tid) : Type(C, tid) {} in CompositeType() function
/external/guice/core/src/com/google/inject/internal/
DMoreTypes.java547 private interface CompositeType { interface in MoreTypes
/external/llvm/bindings/go/llvm/
DDIBuilderBindings.cpp76 LLVMMetadataRef CompositeType, int IsLocalToUnit, int IsDefinition, in LLVMDIBuilderCreateFunction()
/external/deqp/external/vulkancts/scripts/
Dgen_framework.py218 class CompositeType: class