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

  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCInstMethSignature.cpp 35 if (Derived->isAnyPointerType() && Ancestor->isAnyPointerType())
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 253 return T->isAnyPointerType() || T->isBlockPointerType() ||
  /external/clang/lib/Sema/
SemaCast.cpp 472 assert((SrcType->isAnyPointerType() || SrcType->isMemberPointerType() ||
475 assert((DestType->isAnyPointerType() || DestType->isMemberPointerType() ||
    [all...]
SemaExpr.cpp     [all...]
SemaDeclAttr.cpp 249 if (QT->isAnyPointerType())
849 if (QT->isAnyPointerType() || QT->isBlockPointerType()) {
911 if (!T->isAnyPointerType() && !T->isBlockPointerType()) {
927 if (T->isAnyPointerType() || T->isBlockPointerType())
    [all...]
SemaChecking.cpp 844 if (!ValType->isIntegerType() && !ValType->isAnyPointerType() &&
    [all...]
SemaExprCXX.cpp     [all...]
SemaOverload.cpp 254 if (Second == ICK_Pointer_Conversion && FromType->isAnyPointerType())
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaType.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 224 !PointeeTy->isAnyPointerType() && !PointeeTy->isReferenceType()) {
ExprEngineC.cpp 763 if (U->getType()->isAnyPointerType())
  /external/clang/lib/AST/
MicrosoftMangle.cpp 624 if (T->isAnyPointerType() || T->isMemberPointerType() ||
640 } else if (T->isAnyPointerType() || T->isMemberPointerType() ||
    [all...]
ExprCXX.cpp 469 if (ThisArg->getType()->isAnyPointerType())
    [all...]
ASTContext.cpp     [all...]
Expr.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 273 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAnyPointerType)
Type.h     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]

Completed in 227 milliseconds