OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thrown_type
(Results
1 - 11
of
11
) sorted by null
/ndk/sources/cxx-stl/gabi++/src/
enum_type_info.cc
38
bool __enum_type_info::can_catch(const __shim_type_info*
thrown_type
,
40
return *this == *
thrown_type
;
fundamental_type_info.cc
38
bool __fundamental_type_info::can_catch(const __shim_type_info*
thrown_type
,
40
return *this == *
thrown_type
;
array_type_info.cc
38
bool __array_type_info::can_catch(const __shim_type_info*
thrown_type
,
function_type_info.cc
38
bool __function_type_info::can_catch(const __shim_type_info*
thrown_type
,
pointer_to_member_type_info.cc
42
const __pointer_to_member_type_info *
thrown_type
=
local
44
if (!
thrown_type
) {
49
if (*__context != *
thrown_type
->__context) {
pointer_type_info.cc
38
bool __pointer_type_info::do_can_catch_ptr(const __pbase_type_info*
thrown_type
,
46
if (dynamic_cast<const __function_type_info*>(
thrown_type
->__pointee)) {
pbase_type_info.cc
54
const __pbase_type_info *
thrown_type
=
local
58
if (~__flags &
thrown_type
->__flags) {
81
return can_catch_ptr(
thrown_type
, adjustedPtr, tracker);
84
bool __pbase_type_info::can_catch_ptr(const __pbase_type_info*
thrown_type
,
88
if (do_can_catch_ptr(
thrown_type
, adjustedPtr, tracker,
97
return ptr_pointee->can_catch_typeinfo_wrapper(
thrown_type
->__pointee,
101
return __pointee->can_catch(
thrown_type
->__pointee, adjustedPtr);
class_type_info.cc
38
bool __class_type_info::can_catch(const __shim_type_info*
thrown_type
,
40
if (*this == *
thrown_type
) {
45
dynamic_cast<const __class_type_info*>(
thrown_type
);
cxxabi_defines.h
45
virtual bool can_catch(const __shim_type_info*
thrown_type
,
54
virtual bool can_catch(const __shim_type_info*
thrown_type
,
63
virtual bool can_catch(const __shim_type_info*
thrown_type
,
72
virtual bool can_catch(const __shim_type_info*
thrown_type
,
81
virtual bool can_catch(const __shim_type_info*
thrown_type
,
143
virtual bool can_catch(const __shim_type_info*
thrown_type
,
209
virtual bool can_catch(const __shim_type_info*
thrown_type
,
223
virtual bool can_catch_typeinfo_wrapper(const __shim_type_info*
thrown_type
,
236
bool can_catch_ptr(const __pbase_type_info *
thrown_type
,
241
virtual bool do_can_catch_ptr(const __pbase_type_info*
thrown_type
,
[
all
...]
call_unexpected.cc
99
const __shim_type_info*
thrown_type
=
local
101
if (!catch_type || !
thrown_type
) {
105
if (catch_type->can_catch(
thrown_type
, adjustedPtr)) {
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cxxabi.h
45
virtual bool can_catch(const __shim_type_info*
thrown_type
,
54
virtual bool can_catch(const __shim_type_info*
thrown_type
,
63
virtual bool can_catch(const __shim_type_info*
thrown_type
,
72
virtual bool can_catch(const __shim_type_info*
thrown_type
,
81
virtual bool can_catch(const __shim_type_info*
thrown_type
,
143
virtual bool can_catch(const __shim_type_info*
thrown_type
,
209
virtual bool can_catch(const __shim_type_info*
thrown_type
,
223
virtual bool can_catch_typeinfo_wrapper(const __shim_type_info*
thrown_type
,
236
bool can_catch_ptr(const __pbase_type_info *
thrown_type
,
241
virtual bool do_can_catch_ptr(const __pbase_type_info*
thrown_type
,
[
all
...]
Completed in 415 milliseconds