Searched defs:type_info (Results 1 - 14 of 14) sorted by relevance

/external/clang/test/SemaCXX/
H A DMicrosoftCompatibilityNoExceptions.cpp5 class type_info {}; class
H A Dvararg-non-pod.cpp83 class type_info { }; class in namespace:std
H A Duninit-variables.cpp4 namespace std { class type_info {}; } class in namespace:std
/external/clang/test/CodeGenCXX/
H A D2006-03-06-C++RecurseCrash.cpp5 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/
H A Dfun-template-def.cpp9 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'}}
H A Dresolve-single-template-id.cpp4 class type_info {}; class in namespace:std
H A Dinstantiate-static-var.cpp57 class type_info { }; class in namespace:std
/external/clang/test/PCH/
H A Dcxx_exprs.h40 class type_info {}; class in namespace:std
/external/clang/test/Index/
H A Dload-stmts.cpp29 class type_info { }; class in namespace:std
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
H A Dsema.cpp136 struct type_info {}; struct in namespace:std
/external/protobuf/src/google/protobuf/
H A Ddynamic_message.cc184 DynamicMessage(const TypeInfo* type_info);
222 DynamicMessage::DynamicMessage(const TypeInfo* type_info) argument
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
[all...]
/external/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp427 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);
/external/v8/src/
H A Dic.cc2125 const char* UnaryOpIC::GetName(TypeInfo type_info) { argument
2126 switch (type_info) {
2136 UnaryOpIC::State UnaryOpIC::ToState(TypeInfo type_info) { argument
2137 switch (type_info) {
2190 const char* BinaryOpIC::GetName(TypeInfo type_info) { argument
2191 switch (type_info) {
2205 BinaryOpIC::State BinaryOpIC::ToState(TypeInfo type_info) { argument
2206 switch (type_info) {
H A Dhydrogen.cc6813 TypeInfo type_info = oracle()->CompareType(expr); local
6816 if (type_info.IsUninitialized()) {
6819 type_info = TypeInfo::Unknown();
6893 } else if (type_info.IsNonPrimitive()) {
6924 } else if (type_info.IsString() && oracle()->IsSymbolCompare(expr) &&
6935 Representation r = ToRepresentation(type_info);

Completed in 918 milliseconds