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

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 716 SectionData::FragmentListType& to_list = pTo->getFragmentList(); local
717 SectionData::FragmentListType::iterator fragTo, fragToEnd = to_list.end();
719 for (fragTo = to_list.begin(); fragTo != fragToEnd; ++fragTo) {
906 SectionData::FragmentListType& to_list = pTo.getFragmentList(); local
907 SectionData::FragmentListType::iterator frag, fragEnd = to_list.end();
914 for (frag = to_list.begin(); frag != fragEnd; ++frag) {
940 to_list.splice(fragInsert, pFrom.getFragmentList());
942 to_list.splice(frag, pFrom.getFragmentList());
976 SectionData::FragmentListType& to_list = pTo.getFragmentList(); local
    [all...]
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 124 SectionData::FragmentListType& to_list = pTo.getFragmentList(); local
131 to_list.splice(to_list.end(), from_list);
  /ndk/sources/host-tools/make-3.81/
variable.h 146 extern void merge_variable_set_lists PARAMS ((struct variable_set_list **to_list, struct variable_set_list *from_list));
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
lambda_support.hpp 34 # include <boost/preprocessor/tuple/to_list.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
type_with_alignment.hpp 13 #include <boost/preprocessor/tuple/to_list.hpp>

Completed in 616 milliseconds