HomeSort by relevance Sort by last modified time
    Searched full:can_catch (Results 1 - 18 of 18) sorted by null

  /external/libcxxabi/src/
private_typeinfo.h 29 __attribute__ ((__visibility__("hidden"))) virtual bool can_catch(const __shim_type_info* thrown_type, void*& adjustedPtr) const = 0;
37 __attribute__ ((__visibility__("hidden"))) virtual bool can_catch(const __shim_type_info*, void*&) const;
45 __attribute__ ((__visibility__("hidden"))) virtual bool can_catch(const __shim_type_info*, void*&) const;
53 __attribute__ ((__visibility__("hidden"))) virtual bool can_catch(const __shim_type_info*, void*&) const;
61 __attribute__ ((__visibility__("hidden"))) virtual bool can_catch(const __shim_type_info*, void*&) const;
140 virtual bool can_catch(const __shim_type_info*, void*&) const;
224 __attribute__ ((__visibility__("hidden"))) virtual bool can_catch(const __shim_type_info*, void*&) const;
232 __attribute__ ((__visibility__("hidden"))) virtual bool can_catch(const __shim_type_info*, void*&) const;
cxa_default_handlers.cpp 59 if (catch_type->can_catch(thrown_type, thrown_object))
private_typeinfo.cpp 46 // are not caught by handlers since can_catch() returns false.
48 // Defining _LIBCXX_DYNAMIC_FALLBACK does not help since can_catch() calls
159 // can_catch
188 __fundamental_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__fundamental_type_info
195 __array_type_info::can_catch(const __shim_type_info*, void*&) const function in class:__cxxabiv1::__array_type_info
205 __function_type_info::can_catch(const __shim_type_info*, void*&) const function in class:__cxxabiv1::__function_type_info
216 __enum_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__enum_type_info
227 __class_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__class_type_info
347 __pbase_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__pbase_type_info
361 __pointer_type_info::can_catch(const __shim_type_info* thrown_type function in class:__cxxabiv1::__pointer_type_info
    [all...]
cxa_personality.cpp 438 if (catchType->can_catch(excpType, tempPtr))
472 if (catchType->can_catch(excpType, tempPtr))
737 if (catchType->can_catch(excpType, adjustedPtr))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
private_typeinfo.h 29 __attribute__ ((__visibility__("hidden"))) virtual bool can_catch(const __shim_type_info* thrown_type, void*& adjustedPtr) const = 0;
37 __attribute__ ((__visibility__("hidden"))) virtual bool can_catch(const __shim_type_info*, void*&) const;
45 __attribute__ ((__visibility__("hidden"))) virtual bool can_catch(const __shim_type_info*, void*&) const;
53 __attribute__ ((__visibility__("hidden"))) virtual bool can_catch(const __shim_type_info*, void*&) const;
61 __attribute__ ((__visibility__("hidden"))) virtual bool can_catch(const __shim_type_info*, void*&) const;
140 virtual bool can_catch(const __shim_type_info*, void*&) const;
224 __attribute__ ((__visibility__("hidden"))) virtual bool can_catch(const __shim_type_info*, void*&) const;
232 __attribute__ ((__visibility__("hidden"))) virtual bool can_catch(const __shim_type_info*, void*&) const;
cxa_default_handlers.cpp 59 if (catch_type->can_catch(thrown_type, thrown_object))
private_typeinfo.cpp 46 // are not caught by handlers since can_catch() returns false.
48 // Defining _LIBCXX_DYNAMIC_FALLBACK does not help since can_catch() calls
159 // can_catch
188 __fundamental_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__fundamental_type_info
195 __array_type_info::can_catch(const __shim_type_info*, void*&) const function in class:__cxxabiv1::__array_type_info
205 __function_type_info::can_catch(const __shim_type_info*, void*&) const function in class:__cxxabiv1::__function_type_info
216 __enum_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__enum_type_info
227 __class_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__class_type_info
347 __pbase_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__pbase_type_info
360 __pointer_type_info::can_catch(const __shim_type_info* thrown_type function in class:__cxxabiv1::__pointer_type_info
    [all...]
cxa_personality.cpp 430 if (catchType->can_catch(excpType, tempPtr))
464 if (catchType->can_catch(excpType, tempPtr))
730 if (catchType->can_catch(excpType, adjustedPtr))
    [all...]
  /ndk/sources/cxx-stl/gabi++/src/
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,
pbase_type_info.cc 43 bool __pbase_type_info::can_catch(const __shim_type_info* thr_type, function in class:__cxxabiv1::__pbase_type_info
116 return __pointee->can_catch(thrown_type->__pointee, adjustedPtr);
array_type_info.cc 38 bool __array_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__array_type_info
enum_type_info.cc 38 bool __enum_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__enum_type_info
function_type_info.cc 38 bool __function_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__function_type_info
fundamental_type_info.cc 38 bool __fundamental_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__fundamental_type_info
class_type_info.cc 38 bool __class_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__class_type_info
helper_func_internal.cc 188 if (catchType->can_catch(excpType, adjustedPtr)) {
202 } // catchType->can_catch
336 if (catchType->can_catch(
471 if (catchType->can_catch(
call_unexpected.cc 105 if (catch_type->can_catch(thrown_type, adjustedPtr)) {
233 if (catch_type->can_catch(bad_excp, null_adjustedPtr)) {
  /prebuilts/clang/linux-x86/host/3.6/lib/
libc++.so 

Completed in 238 milliseconds