OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thrown_type
(Results
1 - 4
of
4
) sorted by null
/external/libcxxabi/src/
cxa_default_handlers.cpp
46
const __shim_type_info*
thrown_type
=
local
48
// Try to get demangled name of
thrown_type
52
const char* name = __cxa_demangle(
thrown_type
->name(), buf, &len, &status);
54
name =
thrown_type
->name();
58
if (catch_type->can_catch(
thrown_type
, thrown_object))
private_typeinfo.cpp
181
__fundamental_type_info::can_catch(const __shim_type_info*
thrown_type
,
184
return is_equal(this,
thrown_type
, false);
209
__enum_type_info::can_catch(const __shim_type_info*
thrown_type
,
212
return is_equal(this,
thrown_type
, false);
222
__class_type_info::can_catch(const __shim_type_info*
thrown_type
,
226
if (is_equal(this,
thrown_type
, false))
229
dynamic_cast<const __class_type_info*>(
thrown_type
);
344
__pbase_type_info::can_catch(const __shim_type_info*
thrown_type
,
351
thrown_type
);
356
return is_equal(this,
thrown_type
, use_strcmp)
[
all
...]
private_typeinfo.h
26
_LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *
thrown_type
,
/external/elfutils/libdw/
known-dwarf.h
609
DWARF_ONE_KNOWN_DW_TAG (
thrown_type
, DW_TAG_thrown_type) \
[
all
...]
Completed in 323 milliseconds