Home
last modified time | relevance | path

Searched defs:IsNullPtr (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp170 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 DASTDiagnostic.cpp598 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 DTemplateBase.cpp164 void TemplateArgument::initFromType(QualType T, bool IsNullPtr, in initFromType() argument
H A DExprConstant.cpp1606 bool IsNullPtr : 1; global() member
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp87 bool IsNullPtr; toAPValue() local