Searched refs:IsNullPtr (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/Interp/ |
| H A D | Pointer.cpp | 79 bool IsNullPtr; in toAPValue() local 84 IsNullPtr = true; in toAPValue() 98 IsNullPtr = false; in toAPValue() 132 return APValue(Base, Offset, Path, IsOnePastEnd, IsNullPtr); in toAPValue()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | APValue.cpp | 170 bool IsNullPtr : 1; member 1002 return ((const LV *)(const char *)&Data)->IsNullPtr; in isNullPointer() 1006 bool IsNullPtr) { in setLValue() argument 1013 LVal.IsNullPtr = IsNullPtr; in setLValue() 1018 bool IsOnePastTheEnd, bool IsNullPtr) { in setLValueUninit() argument 1024 LVal.IsNullPtr = IsNullPtr; in setLValueUninit() 1031 bool IsNullPtr) { in setLValue() argument 1033 setLValueUninit(B, O, Path.size(), IsOnePastTheEnd, IsNullPtr); in setLValue() 1083 bool OnePastTheEnd, bool IsNullPtr);
|
| H A D | ASTDiagnostic.cpp | 598 bool IsNullPtr = false; member 712 FlatTree[CurrentNode].ToArgInfo.IsNullPtr = ToNullPtr; in SetDeclarationDiff() 747 FlatTree[CurrentNode].ToArgInfo.IsNullPtr = ToNullPtr; in SetFromIntegerAndToDeclarationDiff() 863 FromNullPtr = FlatTree[ReadNode].FromArgInfo.IsNullPtr; in GetDeclarationDiff() 864 ToNullPtr = FlatTree[ReadNode].ToArgInfo.IsNullPtr; in GetDeclarationDiff() 897 ToNullPtr = FlatTree[ReadNode].ToArgInfo.IsNullPtr; in GetFromIntegerAndToDeclarationDiff() 1235 IsNullPtr = true; in InitializeNonTypeDiffVariables() 1265 IsNullPtr = true; in InitializeNonTypeDiffVariables() 1941 PrintValueDecl(VD, NeedAddressOf, VDExpr, IsNullPtr); in PrintValueDeclAndInteger() 1946 PrintValueDecl(VD, NeedAddressOf, VDExpr, IsNullPtr); in PrintValueDeclAndInteger() [all …]
|
| H A D | ExprConstant.cpp | 1549 bool IsNullPtr : 1; member 1557 bool isNullPointer() const { return IsNullPtr;} in isNullPointer() 1564 V = APValue(Base, Offset, APValue::NoLValuePath(), IsNullPtr); in moveInto() 1568 Designator.IsOnePastTheEnd, IsNullPtr); in moveInto() 1577 IsNullPtr = V.isNullPointer(); in setFrom() 1594 IsNullPtr = false; in set() 1603 IsNullPtr = true; in setNull() 1623 if (IsNullPtr) { in checkNullPointerDiagnosingWith() 1679 IsNullPtr = false; in clearIsNullPointer() 8875 !Result.IsNullPtr && in VisitCastExpr() [all …]
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | APValue.h | 331 bool IsNullPtr = false) 333 MakeLValue(); setLValue(B, O, N, IsNullPtr); 336 bool OnePastTheEnd, bool IsNullPtr = false) 338 MakeLValue(); setLValue(B, O, Path, OnePastTheEnd, IsNullPtr); 612 bool IsNullPtr); 615 bool IsNullPtr); 688 bool OnePastTheEnd, bool IsNullPtr);
|