Lines Matching defs:IsNullPtr
170 bool IsNullPtr : 1;
1012 return ((const LV *)(const char *)&Data)->IsNullPtr;
1016 bool IsNullPtr) {
1023 LVal.IsNullPtr = IsNullPtr;
1028 bool IsOnePastTheEnd, bool IsNullPtr) {
1034 LVal.IsNullPtr = IsNullPtr;
1041 bool IsNullPtr) {
1043 setLValueUninit(B, O, Path.size(), IsOnePastTheEnd, IsNullPtr);
1093 bool OnePastTheEnd, bool IsNullPtr);