Home
last modified time | relevance | path

Searched refs:ptrType (Results 1 – 2 of 2) 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.cpp3083 if (auto ptrType = type->getAs<PointerType>()) { in classifyPointerDeclarator() local
3089 type = ptrType->getPointeeType(); in classifyPointerDeclarator()
5608 const ObjCObjectPointerType *ptrType = type->getAs<ObjCObjectPointerType>(); in checkObjCKindOfType() local
5609 const ObjCObjectType *objType = ptrType ? ptrType->getObjectType() in checkObjCKindOfType()
5628 if (ptrType) { in checkObjCKindOfType()