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

1 2 3 4 5

  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCInstMethSignature.cpp 34 if (Derived->isAnyPointerType() && Ancestor->isAnyPointerType())
NullabilityChecker.cpp 556 if (!RetExpr->getType()->isAnyPointerType())
692 if (!Param->getType()->isAnyPointerType() &&
780 if (!ReturnType->isAnyPointerType())
848 if (!RetType->isAnyPointerType())
    [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 502 assert((SrcType->isAnyPointerType() || SrcType->isMemberPointerType() ||
505 assert((DestType->isAnyPointerType() || DestType->isMemberPointerType() ||
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 272 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAnyPointerType)
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 292 return T->isAnyPointerType() || T->isBlockPointerType() ||
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 272 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAnyPointerType)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 293 return T->isAnyPointerType() || T->isBlockPointerType() ||
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
CanonicalType.h 272 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAnyPointerType)
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 308 return T->isAnyPointerType() || T->isBlockPointerType() ||
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
CanonicalType.h 272 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAnyPointerType)
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 308 return T->isAnyPointerType() || T->isBlockPointerType() ||
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
CanonicalType.h 272 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAnyPointerType)
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 308 return T->isAnyPointerType() || T->isBlockPointerType() ||
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
CanonicalType.h 272 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAnyPointerType)
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 308 return T->isAnyPointerType() || T->isBlockPointerType() ||
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
CanonicalType.h 272 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAnyPointerType)
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 308 return T->isAnyPointerType() || T->isBlockPointerType() ||
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
CanonicalType.h 272 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAnyPointerType)
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 308 return T->isAnyPointerType() || T->isBlockPointerType() ||
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 272 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAnyPointerType)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 293 return T->isAnyPointerType() || T->isBlockPointerType() ||
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
CanonicalType.h 272 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAnyPointerType)
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 308 return T->isAnyPointerType() || T->isBlockPointerType() ||
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
CanonicalType.h 272 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAnyPointerType)
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 308 return T->isAnyPointerType() || T->isBlockPointerType() ||

Completed in 467 milliseconds

1 2 3 4 5