Searched refs:isNullPtrType (Results 1 - 14 of 14) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h293 T->isReferenceType() || T->isNullPtrType();
/external/clang/include/clang/AST/
H A DCanonicalType.h282 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isNullPtrType)
H A DType.h1570 bool isNullPtrType() const; // C++0x nullptr_t
5083 inline bool Type::isNullPtrType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
5157 isObjCObjectPointerType() || isNullPtrType());
/external/clang/lib/Analysis/
H A DFormatString.cpp381 argTy->isBlockPointerType() || argTy->isNullPtrType();
/external/clang/lib/Sema/
H A DSemaTemplate.cpp641 T->isNullPtrType() ||
4229 if (Arg->getType()->isNullPtrType())
4431 if (ParamType->isPointerType() || ParamType->isNullPtrType()) {
5075 if (ParamType->isNullPtrType()) {
5319 } else if (T->isNullPtrType()) {
H A DSemaCast.cpp1818 if (SrcType->isNullPtrType() && DestType->isIntegralType(Self.Context)) {
H A DSemaOverload.cpp249 getFromType()->isNullPtrType() ||
1594 FromType->isNullPtrType())) {
2041 if (ToType->isNullPtrType() &&
6766 } else if (Ty->isNullPtrType()) {
H A DSemaExprCXX.cpp4642 if (T1->isNullPtrType() &&
4647 if (T2->isNullPtrType() &&
H A DSemaExpr.cpp8065 if (LHSType->isNullPtrType() && RHSType->isNullPtrType())
8071 ((LHSType->isAnyPointerType() || LHSType->isNullPtrType()) ||
8081 ((RHSType->isAnyPointerType() || RHSType->isNullPtrType()) ||
H A DSemaDecl.cpp8067 FT->getReturnType()->isNullPtrType())
/external/clang/lib/AST/
H A DExpr.cpp3165 if (getType()->isNullPtrType())
H A DExprConstant.cpp6921 if (LHSTy->isNullPtrType()) {
6923 assert(RHSTy->isNullPtrType() && "missing pointer conversion");
H A DASTContext.cpp1888 if (E->getType()->isNullPtrType()) return true;
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp56 return E->getType()->isNullPtrType();

Completed in 6075 milliseconds