Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isAnyPointerType

97     if ((I->capturesVariableByCopy() && !ArgType->isAnyPointerType()) ||
142 if (I->capturesVariableByCopy() && FD->getType()->isAnyPointerType()) {
171 assert(!FD->getType()->isAnyPointerType() &&