Searched refs:ptrType (Results 1 – 6 of 6) sorted by relevance
/external/syzkaller/prog/ |
D | target.go | 172 func (g *Gen) Alloc(ptrType Type, data Arg) (Arg, []*Call) { 173 return g.r.allocAddr(g.s, ptrType, data.Size(), data), nil
|
/external/swiftshader/src/Pipeline/ |
D | SpirvShader.cpp | 209 auto ptrType = getType(object.definition.word(1)).definition; in ProcessInterfaceVariable() local 210 assert(ptrType.opcode() == spv::OpTypePointer); in ProcessInterfaceVariable() 211 auto pointeeType = ptrType.word(3); in ProcessInterfaceVariable()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 3321 if (auto ptrType = type->getAs<PointerType>()) { in classifyPointerDeclarator() local 3327 type = ptrType->getPointeeType(); in classifyPointerDeclarator() 5918 const ObjCObjectPointerType *ptrType = type->getAs<ObjCObjectPointerType>(); in checkObjCKindOfType() local 5919 const ObjCObjectType *objType = ptrType ? ptrType->getObjectType() in checkObjCKindOfType() 5939 if (ptrType) { in checkObjCKindOfType()
|
D | SemaDeclAttr.cpp | 3926 if (auto ptrType = type->getAs<PointerType>()) { in isValidSwiftIndirectResultType() local 3927 type = ptrType->getPointeeType(); in isValidSwiftIndirectResultType() 3938 if (auto ptrType = type->getAs<PointerType>()) { in isValidSwiftErrorResultType() local 3939 type = ptrType->getPointeeType(); in isValidSwiftErrorResultType()
|
/external/skia/src/sksl/ |
D | SkSLSPIRVCodeGenerator.cpp | 2647 SpvId ptrType = this->nextId(); in writeInterfaceBlock() local 2648 this->writeInstruction(SpvOpTypePointer, ptrType, storageClass, typeId, fConstantBuffer); in writeInterfaceBlock() 2649 this->writeInstruction(SpvOpVariable, ptrType, result, storageClass, fConstantBuffer); in writeInterfaceBlock()
|
/external/skqp/src/sksl/ |
D | SkSLSPIRVCodeGenerator.cpp | 2659 SpvId ptrType = this->nextId(); in writeInterfaceBlock() local 2660 this->writeInstruction(SpvOpTypePointer, ptrType, storageClass, typeId, fConstantBuffer); in writeInterfaceBlock() 2661 this->writeInstruction(SpvOpVariable, ptrType, result, storageClass, fConstantBuffer); in writeInterfaceBlock()
|