Home
last modified time | relevance | path

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

/external/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
/external/clang/lib/AST/
DExprConstant.cpp2337 AK_Assign, enumerator
2576 static const AccessKinds AccessKind = AK_Assign;
2946 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleAssignment()
2963 static const AccessKinds AccessKind = AK_Assign;
3067 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleCompoundAssignment()
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp1458 case AK_Assign: in isModification()
1487 case AK_Assign: in isValidIndeterminateAccess()
3829 static const AccessKinds AccessKind = AK_Assign;
4270 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleAssignment()
4282 static const AccessKinds AccessKind = AK_Assign;
4413 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleCompoundAssignment()
5835 static const AccessKinds AccessKind = AK_Assign;
5958 findCompleteObject(Info, LHSExpr, AK_Assign, LHS, LHSExpr->getType()); in HandleUnionActiveMemberChange()