HomeSort by relevance Sort by last modified time
    Searched refs:isAnyPointerType (Results 1 - 25 of 34) sorted by null

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCInstMethSignature.cpp 34 if (Derived->isAnyPointerType() && Ancestor->isAnyPointerType())
NullabilityChecker.cpp 475 if (!RetExpr->getType()->isAnyPointerType())
561 if (!Param->getType()->isAnyPointerType() &&
633 if (!ReturnType->isAnyPointerType())
701 if (!RetType->isAnyPointerType())
814 if (!OriginType->isAnyPointerType())
816 if (!DestType->isAnyPointerType())
    [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 501 assert((SrcType->isAnyPointerType() || SrcType->isMemberPointerType() ||
504 assert((DestType->isAnyPointerType() || DestType->isMemberPointerType() ||
    [all...]
SemaExpr.cpp     [all...]
SemaDeclAttr.cpp 381 if (QT->isAnyPointerType())
    [all...]
SemaChecking.cpp 817 if (!ValType->isIntegerType() && !ValType->isAnyPointerType() &&
    [all...]
SemaOpenMP.cpp     [all...]
SemaOverload.cpp 245 if (Second == ICK_Pointer_Conversion && FromType->isAnyPointerType())
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 272 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAnyPointerType)
Type.h     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 292 return T->isAnyPointerType() || T->isBlockPointerType() ||
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 63 if (T->isAnyPointerType() || T->isReferenceType())
137 if (PointeeTy->isAnyPointerType())
    [all...]
SimpleSValBuilder.cpp     [all...]
ExprEngineC.cpp     [all...]
BugReporterVisitors.cpp     [all...]
RegionStore.cpp     [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 437 return QT->isAnyPointerType() && QT->getPointeeType().isConstQualified();
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 97 if ((I->capturesVariableByCopy() && !ArgType->isAnyPointerType()) ||
142 if (I->capturesVariableByCopy() && FD->getType()->isAnyPointerType()) {
171 assert(!FD->getType()->isAnyPointerType() &&
    [all...]
CGOpenMPRuntime.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 557 if (ThisArg->getType()->isAnyPointerType())
    [all...]
Expr.cpp     [all...]
MicrosoftMangle.cpp     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]

Completed in 231 milliseconds

1 2