Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
DInterp.cpp302 if (!CheckLive(S, OpPC, Ptr, AK_Assign)) in CheckStore()
306 if (!CheckRange(S, OpPC, Ptr, AK_Assign)) in CheckStore()
326 if (!CheckLive(S, OpPC, Ptr, AK_Assign)) in CheckInit()
328 if (!CheckRange(S, OpPC, Ptr, AK_Assign)) in CheckInit()
DState.h29 AK_Assign, enumerator
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExprConstant.cpp1464 case AK_Assign: in isModification()
1493 case AK_Assign: in isValidIndeterminateAccess()
3837 static const AccessKinds AccessKind = AK_Assign;
4278 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleAssignment()
4290 static const AccessKinds AccessKind = AK_Assign;
4421 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleCompoundAssignment()
5846 static const AccessKinds AccessKind = AK_Assign;
5969 findCompleteObject(Info, LHSExpr, AK_Assign, LHS, LHSExpr->getType()); in HandleUnionActiveMemberChange()