Searched defs:RPT (Results 1 - 1 of 1) sorted by path

/external/clang/lib/Sema/
H A DSemaExpr.cpp8151 const PointerType *RPT = RHSType->getAs<PointerType>(); local
8152 if (LPT || RPT) {
8154 bool RPtrToVoid = RPT ? RPT->getPointeeType()->isVoidType() : false;
8166 RPT ? CK_BitCast :CK_CPointerToObjCPointerCast);

Completed in 293 milliseconds