Searched defs:errnoAssign (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | simplify.cpp | 918 auto errnoAssign = MemEntry::GenMemopRetAssign(stmt, func, true, memOpKind, errNumber); in InsertCheckFailedBranch() local 930 auto *errnoAssign = MemEntry::GenMemopRetAssign(stmt, func, true, MEM_OP_memset_s, errorNumber); in InsertMemsetCallStmt() local 961 …auto errnoAssign = MemEntry::GenMemopRetAssign(stmt, func, true, MEM_OP_memset_s, ERRNO_RANGE_AND_… in ExpandOnSrcSizeGtDstSize() local 981 … auto errnoAssign = MemEntry::GenMemopRetAssign(stmt, func, true, MEM_OP_memset_s, ERRNO_RANGE); in HandleZeroValueOfDstSize() local 1508 auto errnoAssign = MemEntry::GenMemopRetAssign(stmt, *func, true, MEM_OP_memset_s, errNum); in PartiallyExpandMemsetS() local 1562 … auto errnoAssign = MemEntry::GenMemopRetAssign(stmt, *func, true, MEM_OP_memset_s, ERRNO_INVAL); in PartiallyExpandMemsetS() local
|