Home
last modified time | relevance | path

Searched refs:isPointer (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp355 bool isPointer = false; in addBlockByrefAddress() local
362 isPointer = true; in addBlockByrefAddress()
415 if (isPointer) in addBlockByrefAddress()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp939 bool isPointer = ExpandTy->isPointerTy(); in getAddRecExprPHILiterally() local
940 bool isNegative = !isPointer && isNonConstantNegative(Step); in getAddRecExprPHILiterally()
971 if (isPointer) { in getAddRecExprPHILiterally()
/external/clang/lib/Sema/
DSemaExprCXX.cpp558 bool isPointer = false; in CheckCXXThrowOperand() local
561 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()
DSemaOverload.cpp7243 bool isPointer = false; in NoteSurrogateCandidate() local
7255 isPointer = true; in NoteSurrogateCandidate()
7260 if (isPointer) FnType = S.Context.getPointerType(FnType); in NoteSurrogateCandidate()