Searched defs:IsNullPtr (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | APValue.cpp | 170 bool IsNullPtr : 1; member 1012 return ((const LV *)(const char *)&Data)->IsNullPtr; in setLValue() argument 1024 setLValueUninit(LValueBase B,const CharUnits & O,unsigned Size,bool IsOnePastTheEnd,bool IsNullPtr) setLValueUninit() argument 1037 setLValue(LValueBase B,const CharUnits & O,ArrayRef<LValuePathEntry> Path,bool IsOnePastTheEnd,bool IsNullPtr) setLValue() argument [all...] |
H A D | ASTDiagnostic.cpp | 598 bool IsNullPtr = false; member 1213 QualType &IntType, bool &IsNullPtr, in InitializeNonTypeDiffVariables() argument 1952 PrintValueDeclAndInteger(ValueDecl * VD,bool NeedAddressOf,bool IsNullPtr,Expr * VDExpr,bool DefaultDecl,const llvm::APSInt & Val,QualType IntType,Expr * IntExpr,bool DefaultInt) PrintValueDeclAndInteger() argument 1975 PrintIntegerAndValueDecl(const llvm::APSInt & Val,QualType IntType,Expr * IntExpr,bool DefaultInt,ValueDecl * VD,bool NeedAddressOf,bool IsNullPtr,Expr * VDExpr,bool DefaultDecl) PrintIntegerAndValueDecl() argument [all...] |
H A D | TemplateBase.cpp | 164 void TemplateArgument::initFromType(QualType T, bool IsNullPtr, in initFromType() argument
|
H A D | ExprConstant.cpp | 1606 bool IsNullPtr : 1; global() member [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Pointer.cpp | 87 bool IsNullPtr; toAPValue() local
|