Searched refs:rpointee (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp7172 QualType rpointee = RHSPTy->getPointeeType(); local
7176 if (!Context.hasSameUnqualifiedType(lpointee, rpointee)) {
7183 Context.getCanonicalType(rpointee).getUnqualifiedType())) {
7196 if (!rpointee->isVoidType() && !rpointee->isFunctionType()) {
7197 CharUnits ElementSize = Context.getTypeSizeInChars(rpointee);
7200 << rpointee.getUnqualifiedType()
7890 QualType rpointee = RHSType->castAs<BlockPointerType>()->getPointeeType(); local
7893 !Context.typesAreCompatible(lpointee, rpointee)) {

Completed in 121 milliseconds