Searched refs:isAnyPointerType (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCInstMethSignature.cpp34 if (Derived->isAnyPointerType() && Ancestor->isAnyPointerType())
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp475 assert((SrcType->isAnyPointerType() || SrcType->isMemberPointerType() ||
478 assert((DestType->isAnyPointerType() || DestType->isMemberPointerType() ||
1850 SrcType->isAnyPointerType() ||
1858 bool destIsPtr = DestType->isAnyPointerType() ||
1860 bool srcIsPtr = SrcType->isAnyPointerType() ||
2118 if ((SrcType->isAnyPointerType() || SrcType->isBlockPointerType())
2119 && (DestType->isAnyPointerType() || DestType->isBlockPointerType()))
H A DSemaExpr.cpp5353 if ((!PointerTy->isAnyPointerType() && !PointerTy->isBlockPointerType()) ||
6744 if (LHSNull == RHSNull || NonNullType->isAnyPointerType() ||
6833 assert(LHS->getType()->isAnyPointerType());
6834 assert(RHS->getType()->isAnyPointerType());
6849 assert(Pointer->getType()->isAnyPointerType());
6863 assert(Operand->getType()->isAnyPointerType() &&
6881 if (!Operand->getType()->isAnyPointerType()) return true;
6909 bool isLHSPointer = LHSExpr->getType()->isAnyPointerType();
6910 bool isRHSPointer = RHSExpr->getType()->isAnyPointerType();
7005 if (!StringType->isAnyPointerType())
[all...]
H A DSemaDeclAttr.cpp372 if (QT->isAnyPointerType())
1390 if (QT->isAnyPointerType() || QT->isBlockPointerType()) {
1428 if (!getFunctionType(D)->getResultType()->isAnyPointerType()) {
1460 if (!T->isAnyPointerType() && !T->isBlockPointerType()) {
1476 if (T->isAnyPointerType() || T->isBlockPointerType())
1578 if (!T->isAnyPointerType() && !T->isBlockPointerType())
1801 if (RetTy->isAnyPointerType() || RetTy->isBlockPointerType()) {
H A DSemaChecking.cpp522 if (!ValType->isIntegerType() && !ValType->isAnyPointerType() &&
1254 if (!ValType->isIntegerType() && !ValType->isAnyPointerType() &&
4086 assert((E->getType()->isAnyPointerType() ||
5408 == Expr::NPCK_GNUNull) && !Target->isAnyPointerType()
6286 if (EltType->isAnyPointerType())
H A DSemaOverload.cpp271 if (Second == ICK_Pointer_Conversion && FromType->isAnyPointerType())
1580 FromType->isAnyPointerType() ||
2629 if (!IsCStyleOrFunctionalCast && !FromType->isAnyPointerType() &&
6461 (!(PointeeTy->isAnyPointerType() || PointeeTy->isReferenceType()))))
6843 if (HasRestrict && CandidateTy->isAnyPointerType() &&
H A DSemaExprCXX.cpp4668 if (!T1->isAnyPointerType() && !T1->isMemberPointerType() &&
4669 !T2->isAnyPointerType() && !T2->isMemberPointerType()) {
H A DSemaLookup.cpp4589 if (ValType->isAnyPointerType() || ValType->isReferenceType())
H A DSemaTemplateDeduction.cpp2723 if ((A->isAnyPointerType() || A->isMemberPointerType()) &&
H A DSemaType.cpp1210 if (T->isAnyPointerType() || T->isReferenceType() ||
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h292 return T->isAnyPointerType() || T->isBlockPointerType() ||
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp66 if (T->isAnyPointerType() || T->isReferenceType())
120 if (PointeeTy->isAnyPointerType())
H A DExprEngineC.cpp910 if (U->getType()->isAnyPointerType())
H A DSimpleSValBuilder.cpp917 if (resultTy->isAnyPointerType())
H A DBugReporterVisitors.cpp1627 if (!(T->isAnyPointerType() || T->isReferenceType())) {
H A DRegionStore.cpp1917 if (T->isAnyPointerType() || T->isReferenceType())
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h273 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAnyPointerType)
H A DType.h1528 bool isAnyPointerType() const; // Any C pointer or ObjC object pointer
4850 inline bool Type::isAnyPointerType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp922 if (!T->isAnyPointerType())
1252 if (!AT->isAnyPointerType() && !AT->isBlockPointerType())
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp565 if (ThisArg->getType()->isAnyPointerType())
H A DMicrosoftMangle.cpp1139 bool IsPointer = T->isAnyPointerType() || T->isMemberPointerType() ||
H A DASTContext.cpp1887 if (E->getType()->isAnyPointerType() &&
2056 if (Pointee->isAnyPointerType()) {
6404 assert(CT->isAnyPointerType() || CT->isBlockPointerType());
H A DExpr.cpp1463 assert(getSubExpr()->getType()->isAnyPointerType() &&
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp2331 Context.getPreferredType()->isAnyPointerType());
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1368 bool isPointerSizedReturn = (ResultType->isAnyPointerType() ||

Completed in 683 milliseconds

12