Searched defs:IsNullPtr (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/AST/ |
H A D | APValue.cpp | 170 bool IsNullPtr : 1; member 1016 setLValue(LValueBase B,const CharUnits & O,NoLValuePath,bool IsNullPtr) setLValue() argument 1028 setLValueUninit(LValueBase B,const CharUnits & O,unsigned Size,bool IsOnePastTheEnd,bool IsNullPtr) setLValueUninit() argument 1041 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; global() member 1213 InitializeNonTypeDiffVariables(ASTContext & Context,const TSTiterator & Iter,NonTypeTemplateParmDecl * Default,llvm::APSInt & Value,bool & HasInt,QualType & IntType,bool & IsNullPtr,Expr * & E,ValueDecl * & VD,bool & NeedAddressOf) InitializeNonTypeDiffVariables() argument 1979 PrintValueDeclAndInteger(ValueDecl * VD,bool NeedAddressOf,bool IsNullPtr,Expr * VDExpr,bool DefaultDecl,const llvm::APSInt & Val,QualType IntType,Expr * IntExpr,bool DefaultInt) PrintValueDeclAndInteger() argument 2002 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 initFromType(QualType T,bool IsNullPtr,bool IsDefaulted) initFromType() argument
|
H A D | ExprConstant.cpp | 1611 bool IsNullPtr : 1; global() member [all...] |