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

/external/clang/test/Sema/
H A Dinvalid-decl.c28 } StructType; typedef in typeref:struct:__anon16318
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/yaffs2/yaffs2/
H A Dyaffs_guts.h754 int StructType; member in struct:__anon28895

Completed in 220 milliseconds