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

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCInstMethSignature.cpp 34 if (Derived->isAnyPointerType() && Ancestor->isAnyPointerType())
  /external/clang/lib/Sema/
SemaCast.cpp 476 assert((SrcType->isAnyPointerType() || SrcType->isMemberPointerType() ||
479 assert((DestType->isAnyPointerType() || DestType->isMemberPointerType() ||
    [all...]
SemaDeclAttr.cpp 335 if (QT->isAnyPointerType())
    [all...]
SemaExpr.cpp     [all...]
SemaChecking.cpp 553 if (!ValType->isIntegerType() && !ValType->isAnyPointerType() &&
    [all...]
SemaOverload.cpp 272 if (Second == ICK_Pointer_Conversion && FromType->isAnyPointerType())
    [all...]
SemaExprCXX.cpp     [all...]
SemaLookup.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaType.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 292 return T->isAnyPointerType() || T->isBlockPointerType() ||
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 66 if (T->isAnyPointerType() || T->isReferenceType())
119 if (PointeeTy->isAnyPointerType())
    [all...]
ExprEngineC.cpp     [all...]
SimpleSValBuilder.cpp     [all...]
BugReporterVisitors.cpp     [all...]
RegionStore.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 272 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAnyPointerType)
Type.h     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 564 if (ThisArg->getType()->isAnyPointerType())
    [all...]
ASTContext.cpp     [all...]
MicrosoftMangle.cpp     [all...]
Expr.cpp     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]

Completed in 188 milliseconds

1 2