Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DModule.h36 class StructType; variable
DGVMaterializer.h30 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/llvm/include/llvm/Linker/
DLinker.h18 class StructType; variable
DIRMover.h21 class StructType; variable
/external/llvm/unittests/IR/
DTypesTest.cpp17 TEST(TypesTest, StructType) { in TEST() argument
/external/clang/test/Sema/
Dinvalid-decl.c28 } StructType; typedef
/external/llvm/lib/Target/NVPTX/
DNVPTXLowerKernelArgs.cpp150 Type *StructType = PType->getElementType(); in handleByValParam() 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/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.hpp140 class StructType class
146 StructType (const std::string& typeName) : m_typeName(typeName) {} in StructType() function in vkt::ubo::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.h61 class StructType; variable
/external/llvm/lib/AsmParser/
DLLParser.h41 class StructType; variable
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h27 class StructType; variable
/external/llvm/lib/Linker/
DIRMover.cpp228 Type *TypeMapTy::get(Type *Ty, SmallPtrSet<StructType *, 8> &Visited) { in get()
/external/llvm/bindings/go/llvm/
Dir.go547 func (c Context) StructType(elementTypes []Type, packed bool) (t Type) { func
561 func StructType(elementTypes []Type, packed bool) (t Type) { func