Searched refs:isPointerType (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DFixedAddressChecker.cpp44 if (!T->isPointerType())
H A DCheckSizeofPointer.cpp54 if (T->isPointerType()) {
H A DMallocSizeofChecker.cpp183 if (!CastedType->isPointerType())
H A DDeadStoresChecker.cpp277 if (T->isPointerType() || T->isObjCObjectPointerType()) {
H A DGenericTaintChecker.cpp163 (E->getType().getTypePtr()->isPointerType() &&
H A DRetainCountChecker.cpp1067 if (RetTy->isPointerType()) {
1224 } else if (!RetTy->isPointerType()) {
3117 } else if (ResultTy->isPointerType()) {
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp294 if (InTy->isIntegerType() || InTy->isPointerType())
301 if (OutTy->isIntegerType() || OutTy->isPointerType())
H A DSemaFixItUtils.cpp186 if (T.isPointerType() || T.isMemberPointerType()) {
H A DSemaExpr.cpp3350 if (Type->isPointerType() && OType->isArrayType()) {
4855 assert(type->isPointerType());
5068 if (SrcTy->isPointerType())
5503 if (!PointerExpr->getType()->isPointerType() ||
5610 if (LHSTy->isPointerType() && RHSTy->isPointerType())
6486 if (it->getType()->isPointerType()) {
6490 if (RHSType->isPointerType())
6567 if ((LHSType->isPointerType() || LHSType->isObjCObjectPointerType() ||
7081 if (PExp->getType()->isPointerType()) {
[all...]
H A DSemaTemplate.cpp640 T->isPointerType() ||
4172 if (ParamType->isPointerType() &&
4236 if (ParamType->isPointerType() || ParamType->isNullPtrType()) {
4281 else if (Arg->getType()->isPointerType()) {
4412 if (ParamType->isPointerType() && !AddressTaken)
4473 } else if (!AddressTaken && ParamType->isPointerType()) {
4870 (ParamType->isPointerType() &&
4914 if (ParamType->isPointerType()) {
5128 if (ParamType->isPointerType()) {
H A DSemaTemplateDeduction.cpp3065 if (!ParamWasReference && ParamType->isPointerType() &&
3191 if (ArgType->isPointerType() || ArgType->isMemberPointerType() ||
3836 if ((P->isPointerType() && A->isPointerType()) ||
3862 assert(A->isPointerType() &&
H A DSemaChecking.cpp1032 if (IsAddSub && !ValType->isIntegerType() && !ValType->isPointerType()) {
1042 } else if (IsN && !ValType->isIntegerType() && !ValType->isPointerType()) {
4002 if (lhsType->isPointerType() ||
4137 if (!Base->getType()->isPointerType()) Base = B->getRHS();
4139 assert (Base->getType()->isPointerType());
4672 if (BO->getLHS()->getType()->isPointerType())
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp141 if (Ty->isPointerType())
H A DCGExprAgg.cpp331 if (!Field->getType()->isPointerType() ||
356 if (Field->getType()->isPointerType() &&
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp126 if (E->getSubExpr()->getType()->isPointerType()) {
H A DObjCMT.cpp933 if (OrigT == T || !T->isPointerType())
1235 if (!Ty->isPointerType())
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DScanfFormatString.cpp384 if (!QT->isPointerType())
H A DFormatString.cpp380 return argTy->isPointerType() || argTy->isObjCObjectPointerType() ||
H A DPrintfFormatString.cpp457 if (QT->isPointerType() && (QT->getPointeeType()->isAnyCharacterType())) {
H A DConsumed.cpp147 if (QT->isPointerType() || QT->isReferenceType())
180 return !(ParamType->isPointerType() || ParamType->isReferenceType());
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp1436 assert(getSubExpr()->getType()->isPointerType());
1453 if (!getType()->isPointerType()) {
1473 assert(getType()->isPointerType());
2303 return T->isPointerType() &&
2492 if ((E->getType()->isPointerType() ||
2494 (SE->getType()->isPointerType() ||
3266 return getBase()->getType()->isPointerType();
H A DExprCXX.cpp62 if (QT->isPointerType() || QT->isReferenceType())
225 if (ArgType->isDependentType() && !ArgType->isPointerType())
748 if (ParamTy->isPointerType())
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1307 if (OriginalTy->isPointerType()) {
1429 if (Ty->isPointerType())
1477 if (VDTy->isPointerType())
H A DSValBuilder.cpp466 if (castTy->isPointerType() || castTy->isReferenceType())
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1527 bool isPointerType() const;
4830 isPointerType() ||
4847 inline bool Type::isPointerType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
4851 return isPointerType() || isObjCObjectPointerType();
5127 return (isPointerType() || isReferenceType() || isBlockPointerType() ||

Completed in 245 milliseconds

123