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

  /external/libcxxabi/src/
private_typeinfo.cpp 371 const __pointer_type_info* thrown_pointer_type = local
373 if (thrown_pointer_type == 0)
379 if (thrown_pointer_type->__flags & ~__flags)
381 if (is_equal(__pointee, thrown_pointer_type->__pointee, false))
391 dynamic_cast<const __class_type_info*>(thrown_pointer_type->__pointee);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
private_typeinfo.cpp 370 const __pointer_type_info* thrown_pointer_type = local
372 if (thrown_pointer_type == 0)
375 if (thrown_pointer_type->__flags & ~__flags)
377 if (is_equal(__pointee, thrown_pointer_type->__pointee, false))
387 dynamic_cast<const __class_type_info*>(thrown_pointer_type->__pointee);
    [all...]
  /prebuilts/clang/linux-x86/host/3.6/lib/
libc++.so 

Completed in 491 milliseconds