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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 293 T->isReferenceType() || T->isNullPtrType();
  /external/clang/include/clang/AST/
CanonicalType.h 282 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isNullPtrType)
Type.h     [all...]
  /external/clang/lib/Analysis/
FormatString.cpp 381 argTy->isBlockPointerType() || argTy->isNullPtrType();
  /external/clang/lib/Sema/
SemaTemplate.cpp 641 T->isNullPtrType() ||
    [all...]
SemaCast.cpp     [all...]
SemaOverload.cpp 249 getFromType()->isNullPtrType() ||
    [all...]
SemaExprCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
ExprConstant.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 56 return E->getType()->isNullPtrType();
    [all...]

Completed in 225 milliseconds