Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp383 if (!CheckLive(S, OpPC, Ptr, AK_Assign)) in CheckStore()
387 if (!CheckRange(S, OpPC, Ptr, AK_Assign)) in CheckStore()
407 if (!CheckLive(S, OpPC, Ptr, AK_Assign)) in CheckInit()
409 if (!CheckRange(S, OpPC, Ptr, AK_Assign)) in CheckInit()
H A DState.h29 AK_Assign, enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1517 case AK_Assign: in isModification()
1546 case AK_Assign: in isValidIndeterminateAccess()
3916 static const AccessKinds AccessKind = AK_Assign;
4391 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleAssignment()
4403 static const AccessKinds AccessKind = AK_Assign;
4539 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleCompoundAssignment()
6021 static const AccessKinds AccessKind = AK_Assign;
6151 findCompleteObject(Info, LHSExpr, AK_Assign, LHS, LHSExpr->getType()); in MaybeHandleUnionActiveMemberChange()