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

  /bionic/libstdc++/src/
typeinfo.cpp 4 type_info::type_info() { function in class:type_info
7 type_info::~type_info() {
11 type_info::name() const {
16 type_info::operator==(type_info const & right) const {
21 type_info::operator!=(type_info const & right) const {
26 type_info::before(type_info const & right) const
30 type_info::type_info(type_info const & right) { function in class:type_info
    [all...]
  /external/clang/test/SemaCXX/
MicrosoftCompatibilityNoExceptions.cpp 6 class type_info {}; class
vararg-non-pod.cpp 83 class type_info { }; class in namespace:std
uninit-variables.cpp 4 namespace std { class type_info {}; } class in namespace:std
  /abi/cpp/src/
type_info.cc 28 // type_info.cc: Methods for std::type_info.
33 // ARM EABI requires string comprison for mangled type names for type_info
42 type_info::~type_info()
47 type_info::operator==(const type_info& rhs) const
59 type_info::operator!=(const type_info& rhs) const
65 type_info::before(const type_info& rhs) cons
    [all...]
  /ndk/sources/cxx-stl/gabi++/src/
type_info.cc 28 // type_info.cc: Methods for std::type_info.
33 // ARM EABI requires string comprison for mangled type names for type_info
42 type_info::~type_info()
48 type_info::operator==(const type_info& rhs) const
60 type_info::operator!=(const type_info& rhs) const
66 type_info::before(const type_info& rhs) cons
    [all...]
  /external/clang/test/CodeGenCXX/
2006-03-06-C++RecurseCrash.cpp 5 class type_info { class in namespace:std
7 virtual ~type_info();
13 class __si_class_type_info : public std::type_info {
  /external/clang/test/SemaTemplate/
fun-template-def.cpp 9 namespace std { class type_info {}; } class in namespace:std
45 i1 = typeid(t1); // expected-error {{assigning to 'int' from incompatible type 'const std::type_info'}}
resolve-single-template-id.cpp 4 class type_info {}; class in namespace:std
instantiate-static-var.cpp 57 class type_info { }; class in namespace:std
  /external/clang/test/PCH/
cxx_exprs.h 40 class type_info {}; class in namespace:std
  /external/clang/test/Index/
load-stmts.cpp 29 class type_info { }; class in namespace:std
  /external/compiler-rt/lib/ubsan/
ubsan_type_hash.cc 25 class type_info { class in namespace:std
27 virtual ~type_info();
37 class __class_type_info : public std::type_info {
192 /// The type_info object describing the most-derived class type.
193 std::type_info *TypeInfo;
223 // Check that this is actually a type_info object for a class type.
  /external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
sema.cpp 137 struct type_info {}; struct in namespace:std
  /external/protobuf/src/google/protobuf/
dynamic_message.cc 184 DynamicMessage(const TypeInfo* type_info);
222 DynamicMessage::DynamicMessage(const TypeInfo* type_info)
223 : type_info_(type_info),
471 DynamicMessage::TypeInfo* type_info = new DynamicMessage::TypeInfo; local
472 *target = type_info;
474 type_info->type = type;
475 type_info->pool = (pool_ == NULL) ? type->file()->pool() : pool_;
476 type_info->factory = this;
488 type_info->offsets.reset(offsets);
497 type_info->has_bits_offset = size
    [all...]
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 427 struct type_info { struct in namespace:std
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);
  /frameworks/base/include/androidfw/
ResourceTypes.h 1421 struct type_info { struct in class:android::ResTable::Theme
    [all...]
  /external/v8/src/
hydrogen.cc 6813 TypeInfo type_info = oracle()->CompareType(expr); local
    [all...]

Completed in 859 milliseconds