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

1 2

  /external/libcxx/src/
typeinfo.cpp 17 std::type_info::~type_info()
  /external/clang/test/SemaCXX/
MicrosoftCompatibilityNoExceptions.cpp 6 class type_info {}; class
warn-unused-value.cpp 79 struct type_info {}; struct in namespace:std
uninit-variables.cpp 4 namespace std { class type_info {}; } class in namespace:std
vararg-non-pod.cpp 140 class type_info { }; class in namespace:std
  /external/libcxxabi/src/
stdlib_typeinfo.cpp 15 // type_info
17 type_info::~type_info()
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
typeinfo.cpp 15 // type_info
17 type_info::~type_info()
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
typeinfo.cpp 15 // type_info
17 type_info::~type_info()
  /external/clang/test/PCH/
cxx-typeid.h 8 class type_info class in namespace:std
11 virtual ~type_info();
13 bool operator==(const type_info& rhs) const;
14 bool operator!=(const type_info& rhs) const;
16 bool before(const type_info& rhs) const;
20 type_info(const type_info& rhs);
21 type_info& operator=(const type_info& rhs);
cxx_exprs.h 40 class type_info {}; class in namespace:std
  /external/clang/test/Sema/
attr-availability-macosx.c 50 struct __attribute__((availability(macosx,strict,introduced=10.9))) type_info // \ struct
51 expected-note{{'type_info' has been explicitly marked unavailable here}}
54 struct type_info;
56 struct type_info *t; // expected-error{{'type_info' is unavailable: introduced in macOS 10.9}}
  /external/libcxxabi/include/
cxxabi.h 30 class _LIBCXXABI_TYPE_VIS type_info; // forward declaration member in namespace:std
32 class type_info; // forward declaration
49 __cxa_throw(void *thrown_exception, std::type_info *tinfo,
63 extern _LIBCXXABI_FUNC_VIS std::type_info *__cxa_current_exception_type();
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
cxxabi.h 30 class _LIBCXXABI_TYPE_VIS type_info; // forward declaration member in namespace:std
32 class type_info; // forward declaration
49 __cxa_throw(void *thrown_exception, std::type_info *tinfo,
63 extern _LIBCXXABI_FUNC_VIS std::type_info *__cxa_current_exception_type();
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
cxxabi.h 30 class _LIBCXXABI_TYPE_VIS type_info; // forward declaration member in namespace:std
32 class type_info; // forward declaration
49 __cxa_throw(void *thrown_exception, std::type_info *tinfo,
63 extern _LIBCXXABI_FUNC_VIS std::type_info *__cxa_current_exception_type();
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/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...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/include/
cxxabi.h 30 class _LIBCXXABI_TYPE_VIS type_info; // forward declaration member in namespace:std
32 class type_info; // forward declaration
49 __cxa_throw(void *thrown_exception, std::type_info *tinfo,
63 extern _LIBCXXABI_FUNC_VIS std::type_info *__cxa_current_exception_type();
  /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/CXX/drs/
dr6xx.cpp 6 namespace std { struct type_info {}; } struct in namespace:std
111 const std::type_info &an6 = typeid(A::n);
112 const std::type_info &an7 = typeid(A::n + 1);
113 const std::type_info &an8 = typeid(f(A::n));
114 const std::type_info &an9 = typeid(g(A::n)); // expected-error {{non-static}}
128 const std::type_info &an2 = typeid(n + 1);
133 const std::type_info &an3 = typeid(g(n)); // expected-error {{static}}
  /external/clang/test/SemaTemplate/
fun-template-def.cpp 11 namespace std { class type_info {}; } class in namespace:std
50 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
  /external/ImageMagick/coders/
ttf.c 184 *type_info;
221 type_info=GetTypeInfo(image_info->filename,exception);
222 if ((type_info != (const TypeInfo *) NULL) &&
223 (type_info->glyphs != (char *) NULL))
224 (void) CopyMagickString(image->filename,type_info->glyphs,MagickPathExtent);
180 *type_info; local
  /external/libchrome/base/trace_event/
heap_profiler_type_name_deduplicator.cc 85 StringPiece type_info = ExtractDirNameFromFileName(it->first); local
89 EscapeJSONString(type_info, put_in_quotes, &buffer);
  /external/ImageMagick/MagickCore/
nt-feature.c 349 *type_info;
382 type_info=(TypeInfo *) AcquireMagickMemory(sizeof(*type_info));
383 if (type_info == (TypeInfo *) NULL)
385 (void) ResetMagickMemory(type_info,0,sizeof(TypeInfo));
387 type_info->path=ConstantString("Windows Fonts");
388 type_info->signature=MagickCoreSignature;
395 type_info->name=ConstantString(buffer);
398 type_info->description=ConstantString(value_name);
401 type_info->format=ConstantString("truetype")
345 *type_info; local
    [all...]
  /external/clang/test/Index/
load-stmts.cpp 29 class type_info { }; class in namespace:std

Completed in 1050 milliseconds

1 2