Home
last modified time | relevance | path

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

/external/clang/utils/TableGen/
DNeonEmitter.cpp169 bool isPointer() const { return Pointer; } in isPointer() function in __anon66c363900111::Type
1263 if (getParamType(I).isPointer()) in emitShadowedArgs()
1371 if (ThisTy.isPointer()) in emitBodyAsBuiltinCall()
2030 if (Ty.isPointer()) in genOverloadTypeCheckCode()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp358 bool isPointer = false; in addBlockByrefAddress() local
365 isPointer = true; in addBlockByrefAddress()
418 if (isPointer) in addBlockByrefAddress()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp443 bool isPointer = false; in addBlockByrefAddress() local
450 isPointer = true; in addBlockByrefAddress()
487 if (isPointer) in addBlockByrefAddress()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionExpander.cpp1002 bool isPointer = ExpandTy->isPointerTy(); in getAddRecExprPHILiterally() local
1003 bool isNegative = !isPointer && isNonConstantNegative(Step); in getAddRecExprPHILiterally()
1034 if (isPointer) { in getAddRecExprPHILiterally()
/external/clang/lib/Sema/
DSemaExprCXX.cpp782 bool isPointer = false; in CheckCXXThrowOperand() local
785 isPointer = true; in CheckCXXThrowOperand()
787 if (!isPointer || !Ty->isVoidType()) { in CheckCXXThrowOperand()
789 isPointer ? diag::err_throw_incomplete_ptr in CheckCXXThrowOperand()
809 if (isPointer) in CheckCXXThrowOperand()
DSemaStmt.cpp3567 bool isPointer() const { return IsPointer; } in isPointer() function in __anon991fb07e0811::CatchHandlerType
3696 CatchTypePublicBases CTPB(Context, HandledTypes, HandlerCHT.isPointer()); in ActOnCXXTryBlock()
DSemaOverload.cpp9765 bool isPointer = false; in NoteSurrogateCandidate() local
9777 isPointer = true; in NoteSurrogateCandidate()
9782 if (isPointer) FnType = S.Context.getPointerType(FnType); in NoteSurrogateCandidate()
/external/llvm/docs/
DMergeFunctions.rst566 * if one of types is pointer, return result of *isPointer* flags