Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp348 RHS.isLValueOnePastTheEnd(), RHS.isNullPointer()); in APValue()
351 RHS.isNullPointer()); in APValue()
608 ID.AddInteger((isNullPointer() ? 1 : 0) | in Profile()
766 if (isNullPointer()) { in printPretty()
970 if (isLValue() && isNullPointer()) { in toIntegralConstant()
1019 bool APValue::isNullPointer() const { in isNullPointer() function in APValue
H A DTemplateBase.cpp242 else if ((V.isLValue() && V.isNullPointer()) || in TemplateArgument()
H A DODRHash.cpp1342 if (Value.isNullPointer()) in AddStructuralValue()
H A DExprConstant.cpp1646 bool isNullPointer() const { return IsNullPtr;} in isNullPointer() function
1668 IsNullPtr = V.isNullPointer(); in setFrom()
6238 if (Result.isNullPointer()) in HandleCovariantReturnAdjustment()
6283 if (Ptr.isNullPointer() && !E->isGLValue()) in HandleDynamicCast()
6542 if (NonNull && V.isLValue() && V.isNullPointer()) { in EvaluateCallArg()
7278 if (Pointer.isNullPointer()) { in HandleOperatorDeleteCall()
8324 if (CalleeLV.isNullPointer()) { in handleCallExpr()
16564 if (Pointer.isNullPointer()) { in VisitCXXDeleteExpr()
18170 if (Val.isNullPointer() || Val.getLValueBase().isNull()) in EvaluateBuiltinIsWithinLifetime()
H A DItaniumMangle.cpp6521 return V.isNullPointer(); in isZeroInitialized()
6763 if (V.isNullPointer()) { in mangleValueInTemplateArg()
H A DTextNodeDumper.cpp756 OS << ", Null=" << Value.isNullPointer() in Visit()
H A DASTImporter.cpp10740 FromValue.isNullPointer()); in ImportAPValue()
10764 FromValue.isNullPointer()); in ImportAPValue()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h561 bool isNullPointer() const;
H A DPropertiesBase.td493 let Read = [{ node.isNullPointer() }];
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2184 if (Value.isNullPointer()) { in tryEmitAbsolute()
H A DCGExprScalar.cpp2593 Result.Val.isNullPointer()) { in VisitCastExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp4767 if (Val.isNullPointer()) in visitAPValue()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp8425 !ER.Val.isNullPointer()) { in Perform()
H A DSemaTemplate.cpp6420 if ((EvalResult.Val.isLValue() && EvalResult.Val.isNullPointer()) || in isNullPointerValueTemplateArgument()
H A DSemaDeclCXX.cpp17539 if (V.isNullPointer()) { in ConvertAPValueToString()