Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp347 RHS.isLValueOnePastTheEnd(), RHS.isNullPointer()); in APValue()
350 RHS.isNullPointer()); in APValue()
598 ID.AddInteger((isNullPointer() ? 1 : 0) | in Profile()
753 if (isNullPointer()) { in printPretty()
957 if (isLValue() && isNullPointer()) { in toIntegralConstant()
1006 bool APValue::isNullPointer() const { in isNullPointer() function in APValue
H A DTemplateBase.cpp241 else if ((V.isLValue() && V.isNullPointer()) || in TemplateArgument()
H A DODRHash.cpp1298 if (Value.isNullPointer()) in AddStructuralValue()
H A DExprConstant.cpp1614 bool isNullPointer() const { return IsNullPtr;} in isNullPointer() function
1634 IsNullPtr = V.isNullPointer(); in setFrom()
5884 if (Result.isNullPointer()) in HandleCovariantReturnAdjustment()
5929 if (Ptr.isNullPointer() && !E->isGLValue()) in HandleDynamicCast()
6188 if (NonNull && V.isLValue() && V.isNullPointer()) { in EvaluateCallArg()
6909 if (Pointer.isNullPointer()) { in HandleOperatorDeleteCall()
7921 if (CalleeLV.isNullPointer()) { in handleCallExpr()
15259 if (Pointer.isNullPointer()) { in VisitCXXDeleteExpr()
H A DItaniumMangle.cpp6217 return V.isNullPointer(); in isZeroInitialized()
6459 if (V.isNullPointer()) { in mangleValueInTemplateArg()
H A DASTImporter.cpp10277 FromValue.isNullPointer()); in ImportAPValue()
10302 FromValue.isNullPointer()); in ImportAPValue()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h495 bool isNullPointer() const;
H A DPropertiesBase.td486 let Read = [{ node.isNullPointer() }];
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1915 if (Value.isNullPointer()) { in tryEmitAbsolute()
H A DCGExprScalar.cpp2206 Result.Val.isNullPointer()) { in VisitCastExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp6707 if ((EvalResult.Val.isLValue() && EvalResult.Val.isNullPointer()) || in isNullPointerValueTemplateArgument()
H A DSemaDeclCXX.cpp17207 if (V.isNullPointer()) { in ConvertAPValueToString()