Home
last modified time | relevance | path

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

/freebsd/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()
756 if (isNullPointer()) { in printPretty()
961 if (isLValue() && isNullPointer()) { in toIntegralConstant()
1010 bool APValue::isNullPointer() const { in isNullPointer() function in APValue
H A DTemplateBase.cpp246 else if ((V.isLValue() && V.isNullPointer()) || in TemplateArgument()
H A DODRHash.cpp1315 if (Value.isNullPointer()) in AddStructuralValue()
H A DExprConstant.cpp1619 bool isNullPointer() const { return IsNullPtr;} in isNullPointer() function
1639 IsNullPtr = V.isNullPointer(); in setFrom()
5945 if (Result.isNullPointer()) in HandleCovariantReturnAdjustment()
5990 if (Ptr.isNullPointer() && !E->isGLValue()) in HandleDynamicCast()
6249 if (NonNull && V.isLValue() && V.isNullPointer()) { in EvaluateCallArg()
6970 if (Pointer.isNullPointer()) { in HandleOperatorDeleteCall()
7984 if (CalleeLV.isNullPointer()) { in handleCallExpr()
15671 if (Pointer.isNullPointer()) { in VisitCXXDeleteExpr()
H A DItaniumMangle.cpp6248 return V.isNullPointer(); in isZeroInitialized()
6490 if (V.isNullPointer()) { in mangleValueInTemplateArg()
H A DASTImporter.cpp10371 FromValue.isNullPointer()); in ImportAPValue()
10396 FromValue.isNullPointer()); in ImportAPValue()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DPropertiesBase.td489 let Read = [{ node.isNullPointer() }];
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2081 if (Value.isNullPointer()) { in tryEmitAbsolute()
H A DCGExprScalar.cpp2384 Result.Val.isNullPointer()) { in VisitCastExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp3792 if (Val.isNullPointer()) in visitAPValue()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp5984 if ((EvalResult.Val.isLValue() && EvalResult.Val.isNullPointer()) || in isNullPointerValueTemplateArgument()
H A DSemaInit.cpp8151 !ER.Val.isNullPointer()) { in Perform()
H A DSemaDeclCXX.cpp17063 if (V.isNullPointer()) { in ConvertAPValueToString()