Searched refs:typeinfo (Results 1 - 25 of 58) sorted by relevance

123

/external/clang/test/PCH/
H A Dcxx-typeid.h3 #include <typeinfo>
/external/stlport/test/unit/
H A Dtypeinfo_header_test.cpp8 #include <typeinfo>
H A Dreference_wrapper_test.cpp5 #include <typeinfo>
/external/clang/test/CodeGenCXX/
H A Drtti-fundamental.cpp3 #include <typeinfo>
H A Drtti-visibility.cpp7 #include <typeinfo>
29 // With -fhidden-weak-vtables, the typeinfo for A is marked hidden, but not its name.
H A Dnullptr.cpp3 #include <typeinfo>
H A Dtypeid.cpp2 #include <typeinfo>
H A Dtypeid-cxx11.cpp2 #include <typeinfo>
H A Drtti-linkage.cpp4 #include <typeinfo>
H A Dvtable-available-externally.cpp7 #include <typeinfo>
41 // This tests mainly that the typeinfo and typename constants have their linkage
/external/stlport/stlport/
H A Dtypeinfo.h16 // 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
H A Dtypeinfo34 # include_next <typeinfo>
36 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(typeinfo)
/external/stlport/stlport/stl/
H A D_typeinfo.h22 # 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/webkit/Source/JavaScriptCore/
H A DJavaScriptCorePrefix.h24 #include <typeinfo>
/external/icu4c/i18n/
H A Dcurrunit.cpp11 #include <typeinfo> // for 'typeid' to work
H A Dmeasure.cpp11 #include <typeinfo> // for 'typeid' to work
H A Dtmunit.cpp8 #include <typeinfo> // for 'typeid' to work
H A Dcurrfmt.cpp11 #include <typeinfo> // for 'typeid' to work
H A Ddtrule.cpp8 #include <typeinfo> // for 'typeid' to work
H A Dformat.cpp22 #include <typeinfo> // for 'typeid' to work
H A Dtztrans.cpp8 #include <typeinfo> // for 'typeid' to work
H A Dselfmt.cpp17 #include <typeinfo> // for 'typeid' to work
/external/v8/src/
H A Druntime-profiler.cc138 int typeinfo, total, percentage; local
139 GetICCounts(function, &typeinfo, &total, &percentage);
140 PrintF(", ICs with typeinfo: %d/%d (%d%%)", typeinfo, total, percentage);
296 int typeinfo, total, percentage; local
297 GetICCounts(function, &typeinfo, &total, &percentage);
310 typeinfo, total, percentage);
/external/clang/INPUTS/
H A Dall-std-headers.cpp50 #include <typeinfo>
/external/icu4c/common/
H A Dschriter.cpp16 #include <typeinfo> // for 'typeid' to work

Completed in 508 milliseconds

123