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

123

/external/clang/lib/StaticAnalyzer/Checkers/
H A DFixedAddressChecker.cpp44 if (!T->isPointerType())
H A DCheckSizeofPointer.cpp56 if (T->isPointerType()) {
H A DMallocSizeofChecker.cpp182 if (!CastedType->isPointerType())
H A DDeadStoresChecker.cpp281 if (T->isPointerType() || T->isObjCObjectPointerType()) {
H A DCallAndMessageChecker.cpp151 if (ParamDecl->getType()->isPointerType()) {
H A DGenericTaintChecker.cpp162 (E->getType().getTypePtr()->isPointerType() &&
/external/chromium_org/tools/clang/blink_gc_plugin/
H A DConfig.h169 if (!formal_type->isPointerType())
H A DRecordInfo.cpp477 if (type->isPointerType()) {
/external/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.cpp3454 if (Type->isPointerType() && OType->isArrayType()) {
4939 assert(type->isPointerType());
5200 if (SrcTy->isPointerType())
5673 if (!PointerExpr->getType()->isPointerType() ||
5780 if (LHSTy->isPointerType() && RHSTy->isPointerType())
6653 if (it->getType()->isPointerType()) {
6657 if (RHSType->isPointerType())
6734 if ((LHSType->isPointerType() || LHSType->isObjCObjectPointerType() ||
7287 if (PExp->getType()->isPointerType()) {
[all...]
H A DSemaTemplate.cpp635 T->isPointerType() ||
4277 if (ParamType->isPointerType() &&
4370 else if (Arg->getType()->isPointerType()) {
4431 if (ParamType->isPointerType() || ParamType->isNullPtrType()) {
4524 if (ParamType->isPointerType() && !AddressTaken)
4585 } else if (!AddressTaken && ParamType->isPointerType()) {
4984 (ParamType->isPointerType() &&
5028 if (ParamType->isPointerType()) {
5242 if (ParamType->isPointerType()) {
/external/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp141 if (Ty->isPointerType())
H A DCGAtomic.cpp541 if (MemTy->isPointerType()) {
617 MemTy->isPointerType() ? getContext().getIntPtrType() : MemTy;
/external/clang/lib/Analysis/
H A DConsumed.cpp142 if (QT->isPointerType() || QT->isReferenceType())
152 if (QT->isPointerType() || QT->isReferenceType())
189 return ParamType->isPointerType() || ParamType->isReferenceType();
H A DScanfFormatString.cpp399 if (!QT->isPointerType())
H A DFormatString.cpp380 return argTy->isPointerType() || argTy->isObjCObjectPointerType() ||
H A DPrintfFormatString.cpp438 if (QT->isPointerType() && (QT->getPointeeType()->isAnyCharacterType())) {
/external/clang/include/clang/Sema/
H A DOverload.h686 while (STy->isPointerType() || STy->isReferenceType())
/external/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp127 if (E->getSubExpr()->getType()->isPointerType()) {
/external/clang/lib/AST/
H A DExpr.cpp1424 assert(getSubExpr()->getType()->isPointerType());
1441 if (!getType()->isPointerType()) {
1461 assert(getType()->isPointerType());
1466 assert(getType()->isPointerType());
1467 assert(getSubExpr()->getType()->isPointerType());
2309 return T->isPointerType() &&
2519 if ((E->getType()->isPointerType() ||
2521 (SE->getType()->isPointerType() ||
3305 return getBase()->getType()->isPointerType();
H A DExprCXX.cpp62 if (QT->isPointerType() || QT->isReferenceType())
224 if (ArgType->isDependentType() && !ArgType->isPointerType())
747 if (ParamTy->isPointerType())
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1309 if (OriginalTy->isPointerType()) {
1431 if (Ty->isPointerType())
1479 if (VDTy->isPointerType())
H A DSValBuilder.cpp466 if (castTy->isPointerType() || castTy->isReferenceType())
/external/clang/include/clang/AST/
H A DType.h1526 bool isPointerType() const;
4859 isPointerType() ||
4876 inline bool Type::isPointerType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
4880 return isPointerType() || isObjCObjectPointerType();
5156 return (isPointerType() || isReferenceType() || isBlockPointerType() ||

Completed in 1098 milliseconds

123