Home
last modified time | relevance | path

Searched refs:ptrType (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
DAMDILISelDAGToDAG.cpp180 Type *ptrType = ptr->getType(); in checkType() local
181 return dyn_cast<PointerType>(ptrType)->getAddressSpace() == addrspace; in checkType()
/external/clang/lib/Sema/
DSemaType.cpp3321 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()
DSemaDeclAttr.cpp3926 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/
DSkSLSPIRVCodeGenerator.cpp2538 SpvId ptrType = this->nextId(); in writeInterfaceBlock() local
2539 this->writeInstruction(SpvOpTypePointer, ptrType, storageClass, typeId, fConstantBuffer); in writeInterfaceBlock()
2540 this->writeInstruction(SpvOpVariable, ptrType, result, storageClass, fConstantBuffer); in writeInterfaceBlock()