Searched refs:AK_Assign (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/ |
| D | Interp.cpp | 302 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()
|
| D | State.h | 29 AK_Assign, enumerator
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | ExprConstant.cpp | 1464 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()
|