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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
sp_typeinfo.hpp 69 static sp_typeinfo ti_; member in struct:boost::detail::sp_typeid_
80 template<class T> sp_typeinfo sp_typeid_< T >::ti_ = sp_typeid_< T >::name(); member in class:boost::detail::sp_typeid_
82 template<class T> sp_typeinfo sp_typeid_< T >::ti_(sp_typeid_< T >::name());
105 #define BOOST_SP_TYPEID(T) (boost::detail::sp_typeid_<T>::ti_)
  /art/compiler/sea_ir/
frontend.cc 56 SafeMap<int, const sea_ir::Type*>* types = ir_graph->ti_->GetTypeMap();
  /art/compiler/sea_ir/code_gen/
code_gen.cc 69 const Type* param_type = graph->ti_->type_data_.FindTypeOf((*param_iterator)->Id());
70 DCHECK(param_type->Equals(graph->ti_->type_cache_->Integer()))
76 const Type* return_type = graph->ti_->type_data_.FindTypeOf(-1);
77 DCHECK(return_type->Equals(graph->ti_->type_cache_->Integer()))
  /art/compiler/sea_ir/ir/
sea.h 290 TypeInference* ti_; member in class:sea_ir::SeaGraph
sea.cc 429 ti_->ComputeTypes(this);
464 :ti_(new TypeInference()), class_def_idx_(0), method_idx_(0), method_access_flags_(),

Completed in 81 milliseconds