Home
last modified time | relevance | path

Searched refs:InvalidBase (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1607 bool InvalidBase : 1; member
1623 assert(!InvalidBase && "APValues can't handle invalid LValue bases"); in moveInto()
1632 InvalidBase = false; in setFrom()
1649 InvalidBase = BInvalid; in set()
1658 InvalidBase = false; in setNull()
4028 if (LVal.InvalidBase) { in findCompleteObject()
6071 if (LHS.InvalidBase || LHS.Designator.Invalid) in MaybeHandleUnionActiveMemberChange()
9256 Result.InvalidBase = false; in VisitCastExpr()
11911 if (!LVal.InvalidBase) in refersToCompleteObject()
11957 return LVal.InvalidBase && in isUserWritingOffTheEnd()
[all …]