Home
last modified time | relevance | path

Searched refs:StructureType (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/client/windows/unittests/
Ddump_analysis.h70 template <class StructureType>
71 bool HasMemory(ULONG64 address, StructureType** structure = NULL) const {
79 template <class StructureType>
80 bool HasMemory(const void* addr_in, StructureType** structure = NULL) const {
81 return HasMemoryImpl(addr_in, sizeof(StructureType),
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp6743 enum class StructureType enum
7031 StructureType sType = StructureType::eApplicationInfo;
7114 StructureType sType = StructureType::eDeviceQueueCreateInfo;
7228 StructureType sType = StructureType::eDeviceCreateInfo;
7330 StructureType sType = StructureType::eInstanceCreateInfo;
7398 StructureType sType = StructureType::eMemoryAllocateInfo;
7470 StructureType sType = StructureType::eMappedMemoryRange;
7583 StructureType sType = StructureType::eWriteDescriptorSet;
7693 StructureType sType = StructureType::eCopyDescriptorSet;
7786 StructureType sType = StructureType::eBufferViewCreateInfo;
[all …]
/external/clang/lib/CodeGen/
DCGBlocks.cpp33 LocalAddress(Address::invalid()), StructureType(nullptr), Block(block), in CGBlockInfo()
330 info.StructureType = in computeBlockInfo()
447 info.StructureType = in computeBlockInfo()
555 info.StructureType = in computeBlockInfo()
579 blockInfo.LocalAddress = CGF.CreateTempAlloca(blockInfo.StructureType, in enterBlockScope()
1129 BlockInfo->StructureType->getPointerTo(), in setBlockContextParameter()
1362 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateCopyHelperFunction()
1537 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateDestroyHelperFunction()
DCGBlocks.h229 llvm::StructType *StructureType; variable
DCGDebugInfo.cpp3295 target.getStructLayout(blockInfo.StructureType) in EmitDeclareOfBlockDeclRefVariable()
3368 CGM.getDataLayout().getStructLayout(block.StructureType); in EmitDeclareOfBlockLiteralArgVariable()
DCGObjCMac.cpp2601 CGM.getDataLayout().getStructLayout(blockInfo.StructureType); in BuildRCBlockLayout()