Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp528 const uint8_t *actionPos = (uint8_t*) actionEntry, in handleActionValue() local
537 typeOffset = readSLEB128(&actionPos); in handleActionValue()
538 tempActionPos = actionPos; in handleActionValue()
578 actionPos += actionOffset; in handleActionValue()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp577 const uint8_t *actionPos = (uint8_t*) actionEntry, in handleActionValue() local
586 typeOffset = readSLEB128(&actionPos); in handleActionValue()
587 tempActionPos = actionPos; in handleActionValue()
627 actionPos += actionOffset; in handleActionValue()
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp557 const uint8_t *actionPos = (uint8_t*) actionEntry, in handleActionValue() local
566 typeOffset = readSLEB128(&actionPos); in handleActionValue()
567 tempActionPos = actionPos; in handleActionValue()
601 actionPos += actionOffset; in handleActionValue()
/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp672 unsigned actionPos = c - '0'; in ParseUpdateCommandString2() local
673 actionSet.StateActions[(unsigned)statePos] = (NUpdateArchive::NPairAction::EEnum)(actionPos); in ParseUpdateCommandString2()
674 if (kUpdatePairStateNotSupportedActions[(unsigned)statePos] == (int)actionPos) in ParseUpdateCommandString2()