Searched defs:StructType (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/Sema/
H A Dinvalid-decl.c28 } StructType; typedef in typeref:struct:__anon19131
29 void f(StructType *buf) {
/external/llvm/include/llvm/IR/
H A DDerivedTypes.h142 /// CompositeType - Common super class of ArrayType, StructType, PointerType
167 /// StructType - Class to represent struct types. There are two different kinds
172 /// the StructType::get() forms.
179 /// StructType::create() forms.
187 class StructType : public CompositeType { class in namespace:llvm
188 StructType(const StructType &) LLVM_DELETED_FUNCTION;
189 const StructType &operator=(const StructType &) LLVM_DELETED_FUNCTION;
190 StructType(LLVMContex function in class:llvm::StructType
[all...]
/external/deqp/modules/glshared/
H A DglsUniformBlockCase.hpp69 class StructType;
78 explicit VarType (const StructType* structPtr);
91 const StructType& getStruct (void) const { return *m_data.structPtr; }
115 const StructType* structPtr;
141 class StructType class in namespace:deqp::gls::ub
147 StructType (const char* typeName) : m_typeName(typeName) {} function in class:deqp::gls::ub::StructType
148 ~StructType (void) {}
217 StructType& allocStruct (const char* name);
218 const StructType* findStruct (const char* name) const;
219 void getNamedStructs (std::vector<const StructType*>
[all...]
/external/chromium_org/mojo/public/python/mojo/bindings/
H A Ddescriptor.py372 class StructType(PointerType): class in inherits:PointerType
/external/deqp/framework/opengl/
H A DgluVarType.hpp36 class StructType;
55 explicit VarType (const StructType* structPtr); //!< Struct type constructor.
68 const StructType* getStructPtr (void) const { DE_ASSERT(isStructType()); return m_data.structPtr; }
110 const StructType* structPtr;
140 class StructType class in namespace:glu
146 StructType (const char* typeName) : m_typeName(typeName) {} function in class:glu::StructType
147 ~StructType (void) {}
162 bool operator== (const StructType& other) const;
163 bool operator!= (const StructType& other) const;
294 DeclareStructTypePtr (const StructType* structPtr
[all...]
/external/chromium_org/third_party/cython/src/Cython/
H A DShadow.py222 class StructType(CythonType): class in inherits:CythonType
284 class StructInstance(StructType):
/external/yaffs2/yaffs2/
H A Dyaffs_guts.h754 int StructType; member in struct:__anon34333

Completed in 276 milliseconds