Searched refs:IsNullPtr (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | APValue.h | 360 bool IsNullPtr = false) 363 setLValue(Base, Offset, NoLValuePath{}, IsNullPtr); 374 bool IsNullPtr = false) 377 setLValue(Base, Offset, Path, OnePastTheEnd, IsNullPtr); 384 bool IsNullPtr = false) 387 setLValue(Base, Offset, NoLValuePath{}, IsNullPtr); 686 bool IsNullPtr); 689 bool IsNullPtr); 762 bool OnePastTheEnd, bool IsNullPtr);
|
| H A D | TemplateBase.h | 183 void initFromType(QualType T, bool IsNullPtr, bool IsDefaulted);
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | APValue.cpp | 170 bool IsNullPtr : 1; member 1021 return ((const LV *)(const char *)&Data)->IsNullPtr; in isNullPointer() 1025 bool IsNullPtr) { in setLValue() argument 1032 LVal.IsNullPtr = IsNullPtr; in setLValue() 1037 bool IsOnePastTheEnd, bool IsNullPtr) { in setLValueUninit() argument 1043 LVal.IsNullPtr = IsNullPtr; in setLValueUninit() 1050 bool IsNullPtr) { in setLValue() argument 1052 setLValueUninit(B, O, Path.size(), IsOnePastTheEnd, IsNullPtr); in setLValue()
|
| H A D | ASTDiagnostic.cpp | 627 bool IsNullPtr = false; member 740 FlatTree[CurrentNode].FromArgInfo.IsNullPtr = FromNullPtr; in SetDeclarationDiff() 741 FlatTree[CurrentNode].ToArgInfo.IsNullPtr = ToNullPtr; in SetDeclarationDiff() 755 FlatTree[CurrentNode].FromArgInfo.IsNullPtr = FromNullPtr; in SetFromDeclarationAndToIntegerDiff() 776 FlatTree[CurrentNode].ToArgInfo.IsNullPtr = ToNullPtr; in SetFromIntegerAndToDeclarationDiff() 892 FromNullPtr = FlatTree[ReadNode].FromArgInfo.IsNullPtr; in GetDeclarationDiff() 893 ToNullPtr = FlatTree[ReadNode].ToArgInfo.IsNullPtr; in GetDeclarationDiff() 906 FromNullPtr = FlatTree[ReadNode].FromArgInfo.IsNullPtr; in GetFromDeclarationAndToIntegerDiff() 926 ToNullPtr = FlatTree[ReadNode].ToArgInfo.IsNullPtr; in GetFromIntegerAndToDeclarationDiff() 1242 QualType &IntType, bool &IsNullPtr, in InitializeNonTypeDiffVariables() argument [all …]
|
| H A D | TemplateBase.cpp | 160 void TemplateArgument::initFromType(QualType T, bool IsNullPtr, in initFromType() argument 162 TypeOrValue.Kind = IsNullPtr ? NullPtr : Type; in initFromType()
|
| H A D | ExprConstant.cpp | 1635 bool IsNullPtr : 1; member 1646 bool isNullPointer() const { return IsNullPtr;} in isNullPointer() 1653 V = APValue(Base, Offset, APValue::NoLValuePath(), IsNullPtr); in moveInto() 1657 Designator.IsOnePastTheEnd, IsNullPtr); in moveInto() 1668 IsNullPtr = V.isNullPointer(); in setFrom() 1686 IsNullPtr = false; in set() 1696 IsNullPtr = true; in setNull() 1717 if (IsNullPtr) { in checkNullPointerDiagnosingWith() 1779 IsNullPtr = false; in clearIsNullPointer() 9691 !Result.IsNullPtr; in VisitCastExpr() [all …]
|