Searched refs:isPointer (Results 1 – 4 of 4) sorted by relevance
355 bool isPointer = false; in addBlockByrefAddress() local362 isPointer = true; in addBlockByrefAddress()415 if (isPointer) in addBlockByrefAddress()
939 bool isPointer = ExpandTy->isPointerTy(); in getAddRecExprPHILiterally() local940 bool isNegative = !isPointer && isNonConstantNegative(Step); in getAddRecExprPHILiterally()971 if (isPointer) { in getAddRecExprPHILiterally()
558 bool isPointer = false; in CheckCXXThrowOperand() local561 isPointer = true; in CheckCXXThrowOperand()563 if (!isPointer || !Ty->isVoidType()) { in CheckCXXThrowOperand()565 PDiag(isPointer ? diag::err_throw_incomplete_ptr in CheckCXXThrowOperand()615 if (isPointer) in CheckCXXThrowOperand()
7243 bool isPointer = false; in NoteSurrogateCandidate() local7255 isPointer = true; in NoteSurrogateCandidate()7260 if (isPointer) FnType = S.Context.getPointerType(FnType); in NoteSurrogateCandidate()