HomeSort by relevance Sort by last modified time
    Searched refs:the_type (Results 1 - 3 of 3) sorted by null

  /external/llvm/utils/
lldbDataFormatters.py 53 the_type = self.valobj.GetType()
56 if the_type.IsReferenceType():
57 the_type = the_type.GetDereferencedType()
59 self.data_type = the_type.GetTemplateArgumentType(0)
  /external/lldb/source/Symbol/
TypeList.cpp 256 Type* the_type = pos->second.get(); local
262 match_type_class = the_type->GetClangForwardType().GetTypeClass ();
267 ConstString match_type_name_const_str (the_type->GetQualifiedName());
350 Type* the_type = pos->second.get(); local
351 TypeClass match_type_class = the_type->GetClangForwardType().GetTypeClass ();
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
test_tools.hpp 340 #define BOOST_TEST_DONT_PRINT_LOG_VALUE( the_type ) \
343 struct print_log_value<the_type > { \
344 void operator()( std::ostream&, the_type const& ) {} \

Completed in 91 milliseconds