HomeSort by relevance Sort by last modified time
    Searched refs:typeinfo (Results 1 - 25 of 210) sorted by null

1 2 3 4 5 6 7 8 9

  /external/clang/test/CodeGenCXX/
implicit-record-visibility.cpp 4 #include <typeinfo>
rtti-fundamental.cpp 3 #include <typeinfo>
rtti-visibility.cpp 5 #include <typeinfo>
nullptr.cpp 3 #include <typeinfo>
  /external/libcxx/test/libcxx/language.support/support.rtti/
version.pass.cpp 10 // <typeinfo>
12 #include <typeinfo>
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.rtti/
version.pass.cpp 10 // <typeinfo>
12 #include <typeinfo>
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/language.support/support.rtti/
version.pass.cpp 10 // <typeinfo>
12 #include <typeinfo>
  /external/icu/icu4c/source/common/
utypeinfo.h 15 // Windows header <typeinfo> does not define 'exception' in 'std' namespace.
20 // instead of <typeinfo>.
30 #include <typeinfo> // for 'typeid' to work
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/
typeinfo.h 16 // DMC has hardcoded inclusion of typeinfo.h at the begining of any translation unit.
18 // a problem as typeinfo.h is neither a C nor C++ Standard header, this header should
22 // is done from native typeinfo.h (see exception header).
24 # include <../include/typeinfo.h>
39 # include <typeinfo>
43 # include_next <typeinfo.h>
45 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(typeinfo.h)
47 # include _STLP_NATIVE_CPP_C_HEADER(typeinfo.h)
57 // if <typeinfo> already included, do not import anything
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/
typeinfo.h 16 // DMC has hardcoded inclusion of typeinfo.h at the begining of any translation unit.
18 // a problem as typeinfo.h is neither a C nor C++ Standard header, this header should
22 // is done from native typeinfo.h (see exception header).
24 # include <../include/typeinfo.h>
39 # include <typeinfo>
43 # include_next <typeinfo.h>
45 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(typeinfo.h)
47 # include _STLP_NATIVE_CPP_C_HEADER(typeinfo.h)
57 // if <typeinfo> already included, do not import anything
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/
typeinfo.h 16 // DMC has hardcoded inclusion of typeinfo.h at the begining of any translation unit.
18 // a problem as typeinfo.h is neither a C nor C++ Standard header, this header should
22 // is done from native typeinfo.h (see exception header).
24 # include <../include/typeinfo.h>
39 # include <typeinfo>
43 # include_next <typeinfo.h>
45 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(typeinfo.h)
47 # include _STLP_NATIVE_CPP_C_HEADER(typeinfo.h)
57 // if <typeinfo> already included, do not import anything
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_typeinfo.h 22 # include <typeinfo.h>
25 # include_next <typeinfo>
27 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(typeinfo)
32 // In .NET, <typeinfo> actually includes <typeinfo.h>
36 // if <typeinfo.h> already included, do not import anything
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_typeinfo.h 22 # include <typeinfo.h>
25 # include_next <typeinfo>
27 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(typeinfo)
32 // In .NET, <typeinfo> actually includes <typeinfo.h>
36 // if <typeinfo.h> already included, do not import anything
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_typeinfo.h 22 # include <typeinfo.h>
25 # include_next <typeinfo>
27 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(typeinfo)
32 // In .NET, <typeinfo> actually includes <typeinfo.h>
36 // if <typeinfo.h> already included, do not import anything
  /external/libcxx/test/libcxx/thread/thread.mutex/thread.lock/thread.lock.guard/
variadic_mutex_mangling.pass.cpp 31 #include <typeinfo>
  /external/libcxx/test/std/utilities/type.index/type.index.members/
ctor.pass.cpp 16 #include <typeinfo>
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
typecheck.i 117 swig_type_info *typeinfo =
119 $1 = SWIG_TypeCheck("char *",typeinfo) ||
120 SWIG_TypeCheck("signed char *",typeinfo) ||
121 SWIG_TypeCheck("unsigned char *",typeinfo) ||
122 SWIG_TypeCheck("const char *",typeinfo) ||
123 SWIG_TypeCheck("const signed char *",typeinfo) ||
124 SWIG_TypeCheck("const unsigned char *",typeinfo) ||
125 SWIG_TypeCheck("std::string",typeinfo);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_aux_runtime.cpp 15 #include <typeinfo>
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/type.index/type.index.members/
ctor.pass.cpp 16 #include <typeinfo>
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
cxa_aux_runtime.cpp 15 #include <typeinfo>
  /external/libcxx/test/std/language.support/support.rtti/bad.cast/
bad_cast.pass.cpp 12 #include <typeinfo>
  /external/libcxx/test/std/language.support/support.rtti/bad.typeid/
bad_typeid.pass.cpp 12 #include <typeinfo>
  /external/libcxx/test/std/language.support/support.rtti/type.info/
type_info_hash.pass.cpp 12 #include <typeinfo>
  /external/libcxxabi/src/
cxa_aux_runtime.cpp 15 #include <typeinfo>
stdlib_typeinfo.cpp 1 //===----------------------------- typeinfo.cpp ---------------------------===//
10 #include <typeinfo>

Completed in 654 milliseconds

1 2 3 4 5 6 7 8 9