Home
last modified time | relevance | path

Searched defs:StructType (Results 1 – 21 of 21) sorted by relevance

/external/llvm/unittests/IR/
DTypesTest.cpp17 TEST(TypesTest, StructType) { in TEST() argument
/external/llvm/include/llvm/IR/
DModule.h35 class StructType; variable
DGVMaterializer.h28 class StructType; variable
DTypeFinder.h24 class StructType; variable
DConstants.h35 class StructType; variable
DDerivedTypes.h193 StructType(LLVMContext &C) in StructType() function
DDataLayout.h39 class StructType; variable
/external/clang/test/Sema/
Dinvalid-decl.c28 } StructType; typedef
/external/llvm/include/llvm/Linker/
DLinker.h20 class StructType; variable
/external/llvm/lib/Target/NVPTX/
DNVPTXLowerStructArgs.cpp66 Type *StructType = PType->getElementType(); in handleParam() local
/external/clang/lib/CodeGen/
DCGObjCRuntime.h29 class StructType; variable
DCGRecordLayout.h20 class StructType; variable
DCodeGenTypes.h30 class StructType; variable
DCGOpenMPRuntime.h31 class StructType; variable
/external/deqp/modules/glshared/
DglsUniformBlockCase.hpp141 class StructType class
147 StructType (const char* typeName) : m_typeName(typeName) {} in StructType() function in deqp::gls::ub::StructType
/external/deqp/framework/opengl/
DgluVarType.hpp140 class StructType class
146 StructType (const char* typeName) : m_typeName(typeName) {} in StructType() function in glu::StructType
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h60 class StructType; variable
/external/llvm/lib/AsmParser/
DLLParser.h40 class StructType; variable
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h26 class StructType; variable
/external/llvm/lib/Linker/
DLinkModules.cpp254 Type *TypeMapTy::get(Type *Ty, SmallPtrSet<StructType *, 8> &Visited) { in get()
/external/llvm/bindings/go/llvm/
Dir.go545 func (c Context) StructType(elementTypes []Type, packed bool) (t Type) { func
559 func StructType(elementTypes []Type, packed bool) (t Type) { func