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

  /external/clang/lib/Analysis/
FormatString.cpp 340 argTy->isBlockPointerType() || argTy->isNullPtrType();
  /external/clang/include/clang/AST/
CanonicalType.h 282 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isNullPtrType)
Type.h     [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp 643 T->isNullPtrType() ||
    [all...]
SemaCast.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp 231 getFromType()->isNullPtrType() ||
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
Expr.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 55 return E->getType()->isNullPtrType();
    [all...]

Completed in 273 milliseconds