Searched refs:exc_ptr (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/compiler-rt/test/asan/TestCases/ |
D | intercept-rethrow-exception.cpp | 27 uninstrumented_rethrow_exception(std::exception_ptr const &exc_ptr) { in uninstrumented_rethrow_exception() argument 28 std::rethrow_exception(exc_ptr); in uninstrumented_rethrow_exception() 36 void create_redzones_and_throw(std::exception_ptr const &exc_ptr) { in create_redzones_and_throw() argument 42 uninstrumented_rethrow_exception(exc_ptr); in create_redzones_and_throw()
|
/external/llvm/test/Transforms/InstSimplify/ |
D | 2011-09-05-InsertExtractValue.ll | 12 %exc_ptr = extractvalue { i8*, i32 } %ex, 0 14 %exc_ptr2 = insertvalue { i8*, i32 } undef, i8* %exc_ptr, 0
|
/external/llvm-project/llvm/test/Transforms/InstSimplify/ |
D | 2011-09-05-InsertExtractValue.ll | 12 %exc_ptr = extractvalue { i8*, i32 } %ex, 0 14 %exc_ptr2 = insertvalue { i8*, i32 } undef, i8* %exc_ptr, 0
|