HomeSort by relevance Sort by last modified time
    Searched refs:type_info (Results 101 - 125 of 167) sorted by null

1 2 3 45 6 7

  /external/clang/test/SemaTemplate/
temp_arg_nontype_cxx1z.cpp 68 namespace std { struct type_info; }
71 A<const std::type_info&, typeid(int)> a; // expected-error {{does not refer to any declaration}}
72 A<const std::type_info*, &typeid(int)> b; // expected-error {{does not refer to any declaration}}
virtual-member-functions.cpp 75 class type_info;
instantiate-expr-4.cpp 177 class type_info;
182 const std::type_info &f(T* ptr) {
  /external/opencv3/modules/flann/include/opencv2/flann/
any.h 49 virtual const std::type_info& type() = 0;
58 virtual const std::type_info& type() { return typeid(T); }
307 const std::type_info& type() const
  /external/ImageMagick/MagickCore/
annotate.c 910 *type_info; local
    [all...]
  /external/clang/test/Index/
load-stmts.cpp 29 class type_info { }; class in namespace:std
  /external/clang/test/SemaCXX/
vararg-non-pod.cpp 98 class type_info { }; class in namespace:std
warn-unused-result.cpp 130 class type_info { }; class in namespace:std
cxx98-compat.cpp 5 struct type_info;
289 const std::type_info &ti = typeid(S::n); // expected-warning {{use of non-static data member 'n' in an unevaluated context is incompatible with C++98}}
MicrosoftCompatibility.cpp 43 // ::type_info is a built-in forward class declaration.
44 void f(const type_info &a);
undefined-internal.cpp 136 namespace std { class type_info; };
  /external/deqp/framework/delibs/decpp/
deCommandLine.hpp 198 typedef std::map<const std::type_info*, Entry> Map;
200 bool contains (const std::type_info* key) const;
201 const Entry& get (const std::type_info* key) const;
202 void set (const std::type_info* key, const Entry& value);
  /external/libcxx/src/
memory.cpp 120 __shared_weak_count::__get_deleter(const type_info&) const _NOEXCEPT
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
memory.cpp 115 __shared_weak_count::__get_deleter(const type_info&) const _NOEXCEPT
  /ndk/sources/cxx-stl/gabi++/src/
call_unexpected.cc 301 const std::type_info* excpType = new_exception_header->exceptionType;
319 const std::type_info* excpType = &typeid(std::bad_exception);
helper_func_internal.cc 209 const std::type_info* excpType = header->exceptionType;
316 const std::type_info* excpType,
450 const std::type_info* excpType,
  /external/v8/src/runtime/
runtime-array.cc 331 CONVERT_ARG_HANDLE_CHECKED(HeapObject, type_info, argc + 2);
333 Handle<AllocationSite> site = type_info->IsAllocationSite()
334 ? Handle<AllocationSite>::cast(type_info)
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 427 struct type_info {
428 virtual ~type_info();
435 constexpr const std::type_info &ti1 = typeid(*p); // expected-error {{must be initialized by a constant expression}} expected-note {{typeid applied to expression of polymorphic type 'TypeId::S'}}
438 constexpr const std::type_info &ti2 = typeid(t);
  /external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
sema.cpp 144 struct type_info {}; struct in namespace:std
  /external/clang/test/CodeGenCXX/
vtable-available-externally.cpp 55 const std::type_info &g() {
  /external/libcxxabi/src/
private_typeinfo.cpp 13 // forgiving when type_info's mistakenly have hidden visibility and thus
17 // there is a detected inconsistency in the type_info hierarchy during a
19 // on type_info names to determine type_info equality.
44 // type_info* will work for typeids from the same compiled file but fail
64 is_equal(const std::type_info* x, const std::type_info* y, bool use_strcmp)
75 is_equal(const std::type_info* x, const std::type_info* y, bool)
97 // This miraculously (compiler magic) emits the type_info's for
    [all...]
private_typeinfo.h 22 : public std::type_info
  /external/parameter-framework/asio-1.10.6/include/asio/
io_service.hpp 687 const std::type_info* type_info_;
  /ndk/sources/cxx-stl/gabi++/include/
cxxabi.h 100 std::type_info* tinfo,
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
private_typeinfo.cpp 13 // forgiving when type_info's mistakenly have hidden visibility and thus
17 // there is a detected inconsistency in the type_info hierarchy during a
19 // on type_info names to determine type_info equality.
44 // type_info* will work for typeids from the same compiled file but fail
64 is_equal(const std::type_info* x, const std::type_info* y, bool use_strcmp)
75 is_equal(const std::type_info* x, const std::type_info* y, bool)
97 // This miraculously (compiler magic) emits the type_info's for
    [all...]

Completed in 898 milliseconds

1 2 3 45 6 7