Searched refs:typeinfo (Results 51 - 55 of 55) sorted by relevance

123

/external/stlport/src/
H A Dlocale_impl.cpp22 #include <typeinfo>
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp178 /// different modules. Used for EH typeinfo names, selector strings, and a
1159 // Return the existing typeinfo if it exists
1160 llvm::Constant *typeinfo = TheModule.getGlobalVariable(typeinfoName); local
1161 if (typeinfo)
1162 return llvm::ConstantExpr::getBitCast(typeinfo, PtrToInt8Ty);
/external/open-vcdiff/gtest/include/gtest/internal/
H A Dgtest-type-util.h56 #include <typeinfo>
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-type-util.h56 #include <typeinfo>
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h562 // It's this header's responsibility to #include <typeinfo> when RTTI
565 # include <typeinfo>
1768 // Typed tests need <typeinfo> and variadic macros, which GCC, VC++ 8.0,

Completed in 299 milliseconds

123