Home
last modified time | relevance | path

Searched refs:isNullPointer (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DAPValue.cpp347 RHS.isLValueOnePastTheEnd(), RHS.isNullPointer()); in APValue()
350 RHS.isNullPointer()); in APValue()
596 ID.AddInteger((isNullPointer() ? 1 : 0) | in Profile()
688 if (isNullPointer()) { in printPretty()
880 if (isLValue() && isNullPointer()) { in toIntegralConstant()
929 bool APValue::isNullPointer() const { in isNullPointer() function in APValue
H A DExprConstant.cpp1561 bool isNullPointer() const { return IsNullPtr;} in isNullPointer() function
1581 IsNullPtr = V.isNullPointer(); in setFrom()
5706 if (Result.isNullPointer()) in HandleCovariantReturnAdjustment()
5751 if (Ptr.isNullPointer() && !E->isGLValue()) in HandleDynamicCast()
6003 if (NonNull && V.isLValue() && V.isNullPointer()) { in EvaluateCallArg()
6720 if (Pointer.isNullPointer()) { in HandleOperatorDeleteCall()
14427 if (Pointer.isNullPointer()) { in VisitCXXDeleteExpr()
H A DItaniumMangle.cpp5452 return V.isNullPointer(); in isZeroInitialized()
5651 if (V.isNullPointer()) { in mangleValueInTemplateArg()
H A DASTImporter.cpp9273 FromValue.isNullPointer()); in ImportAPValue()
9298 FromValue.isNullPointer()); in ImportAPValue()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAPValue.h487 bool isNullPointer() const;
H A DPropertiesBase.td476 let Read = [{ node.isNullPointer() }];
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp1863 if (Value.isNullPointer()) { in tryEmitAbsolute()
H A DCGExprScalar.cpp2105 Result.Val.isNullPointer()) { in VisitCastExpr()