HomeSort by relevance Sort by last modified time
    Searched defs:StructType (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Sema/
invalid-decl.c 28 } StructType;
29 void f(StructType *buf) {
  /external/llvm/include/llvm/IR/
DerivedTypes.h 142 /// 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 {
188 StructType(const StructType &) LLVM_DELETED_FUNCTION;
189 const StructType &operator=(const StructType &) LLVM_DELETED_FUNCTION;
190 StructType(LLVMContext &C
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.h 493 int structType;
754 int StructType;
767 int structType;
785 int structType;

Completed in 48 milliseconds