Searched refs:IsNullPtr (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DPointer.cpp79 bool IsNullPtr; local
84 IsNullPtr = true;
98 IsNullPtr = false;
132 return APValue(Base, Offset, Path, IsOnePastEnd, IsNullPtr);
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DASTDiagnostic.cpp565 bool IsNullPtr = false; member in struct:__anon296::TemplateDiff::DiffTree::TemplateArgumentInfo
678 FlatTree[CurrentNode].FromArgInfo.IsNullPtr = FromNullPtr;
679 FlatTree[CurrentNode].ToArgInfo.IsNullPtr = ToNullPtr;
693 FlatTree[CurrentNode].FromArgInfo.IsNullPtr = FromNullPtr;
714 FlatTree[CurrentNode].ToArgInfo.IsNullPtr = ToNullPtr;
830 FromNullPtr = FlatTree[ReadNode].FromArgInfo.IsNullPtr;
831 ToNullPtr = FlatTree[ReadNode].ToArgInfo.IsNullPtr;
844 FromNullPtr = FlatTree[ReadNode].FromArgInfo.IsNullPtr;
864 ToNullPtr = FlatTree[ReadNode].ToArgInfo.IsNullPtr;
1177 QualType &IntType, bool &IsNullPtr,
1173 InitializeNonTypeDiffVariables(ASTContext &Context, const TSTiterator &Iter, NonTypeTemplateParmDecl *Default, llvm::APSInt &Value, bool &HasInt, QualType &IntType, bool &IsNullPtr, Expr *&E, ValueDecl *&VD, bool &NeedAddressOf) argument
1898 PrintValueDeclAndInteger(ValueDecl *VD, bool NeedAddressOf, bool IsNullPtr, Expr *VDExpr, bool DefaultDecl, const llvm::APSInt &Val, QualType IntType, Expr *IntExpr, bool DefaultInt) argument
1920 PrintIntegerAndValueDecl(const llvm::APSInt &Val, QualType IntType, Expr *IntExpr, bool DefaultInt, ValueDecl *VD, bool NeedAddressOf, bool IsNullPtr, Expr *VDExpr, bool DefaultDecl) argument
[all...]
H A DAPValue.cpp170 bool IsNullPtr : 1; member in struct:__anon291::LVBase
931 return ((const LV *)(const char *)&Data)->IsNullPtr;
935 bool IsNullPtr) {
942 LVal.IsNullPtr = IsNullPtr;
947 bool IsOnePastTheEnd, bool IsNullPtr) {
953 LVal.IsNullPtr = IsNullPtr;
960 bool IsNullPtr) {
962 setLValueUninit(B, O, Path.size(), IsOnePastTheEnd, IsNullPtr);
934 setLValue(LValueBase B, const CharUnits &O, NoLValuePath, bool IsNullPtr) argument
946 setLValueUninit(LValueBase B, const CharUnits &O, unsigned Size, bool IsOnePastTheEnd, bool IsNullPtr) argument
958 setLValue(LValueBase B, const CharUnits &O, ArrayRef<LValuePathEntry> Path, bool IsOnePastTheEnd, bool IsNullPtr) argument
[all...]
H A DExprConstant.cpp1553 bool IsNullPtr : 1; member in struct:__anon321::LValue
1561 bool isNullPointer() const { return IsNullPtr;}
1568 V = APValue(Base, Offset, APValue::NoLValuePath(), IsNullPtr);
1572 Designator.IsOnePastTheEnd, IsNullPtr);
1581 IsNullPtr = V.isNullPointer();
1598 IsNullPtr = false;
1607 IsNullPtr = true;
1627 if (IsNullPtr) {
1683 IsNullPtr = false;
6977 APValue::NoLValuePath{}, /*IsNullPtr
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAPValue.h331 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);

Completed in 335 milliseconds