Home
last modified time | relevance | path

Searched defs:scan_results (Results 1 – 3 of 3) sorted by relevance

/external/libcxxabi/src/
Dcxa_personality.cpp513 struct scan_results struct
515 int64_t ttypeIndex; // > 0 catch handler, < 0 exception spec handler, == 0 a cleanup
516 const uint8_t* actionRecord; // Currently unused. Retained to ease future maintenance.
517 const uint8_t* languageSpecificData; // Needed only for __cxa_call_unexpected
518 uintptr_t landingPad; // null -> nothing found, else something found
519 void* adjustedPtr; // Used in cxa_exception.cpp
520 _Unwind_Reason_Code reason; // One of _URC_FATAL_PHASE1_ERROR,
/external/llvm-project/libcxxabi/src/
Dcxa_personality.cpp512 struct scan_results struct
514 int64_t ttypeIndex; // > 0 catch handler, < 0 exception spec handler, == 0 a cleanup
515 const uint8_t* actionRecord; // Currently unused. Retained to ease future maintenance.
516 const uint8_t* languageSpecificData; // Needed only for __cxa_call_unexpected
517 uintptr_t landingPad; // null -> nothing found, else something found
518 void* adjustedPtr; // Used in cxa_exception.cpp
519 _Unwind_Reason_Code reason; // One of _URC_FATAL_PHASE1_ERROR,
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/document_scan_test_app/
Dscan.js40 var onScanCompleted = function(scan_results) { argument