HomeSort by relevance Sort by last modified time
    Searched full:__vc (Results 1 - 16 of 16) sorted by null

  /external/clang/test/CXX/except/except.spec/
canonical.cpp 42 typedef __map_value_compare<int, short, less> __vc; typedef in struct:std::map
43 __vc vc_;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_list_to_vector.h 117 __set_vector_cost(float __vc)
118 { _M_vector_cost = __vc; }
187 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate()); local
189 __res->__set_vector_cost(__vc);
profiler_vector_to_list.h 107 __set_vector_cost(float __vc)
108 { _M_vector_cost = __vc; }
184 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate(), local
188 __res->__set_vector_cost(__vc);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_list_to_vector.h 117 __set_vector_cost(float __vc)
118 { _M_vector_cost = __vc; }
187 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate()); local
189 __res->__set_vector_cost(__vc);
profiler_vector_to_list.h 107 __set_vector_cost(float __vc)
108 { _M_vector_cost = __vc; }
184 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate(), local
188 __res->__set_vector_cost(__vc);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/
profiler_list_to_vector.h 117 __set_vector_cost(float __vc)
118 { _M_vector_cost = __vc; }
187 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate()); local
189 __res->__set_vector_cost(__vc);
profiler_vector_to_list.h 107 __set_vector_cost(float __vc)
108 { _M_vector_cost = __vc; }
184 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate(), local
188 __res->__set_vector_cost(__vc);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/
profiler_list_to_vector.h 124 __set_vector_cost(float __vc)
125 { _M_vector_cost = __vc; }
194 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate()); local
196 __res->__set_vector_cost(__vc);
profiler_vector_to_list.h 114 __set_vector_cost(float __vc)
115 { _M_vector_cost = __vc; }
191 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate(), local
195 __res->__set_vector_cost(__vc);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/
profiler_list_to_vector.h 124 __set_vector_cost(float __vc)
125 { _M_vector_cost = __vc; }
194 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate()); local
196 __res->__set_vector_cost(__vc);
profiler_vector_to_list.h 114 __set_vector_cost(float __vc)
115 { _M_vector_cost = __vc; }
191 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate(), local
195 __res->__set_vector_cost(__vc);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_list_to_vector.h 124 __set_vector_cost(float __vc)
125 { _M_vector_cost = __vc; }
194 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate()); local
196 __res->__set_vector_cost(__vc);
profiler_vector_to_list.h 114 __set_vector_cost(float __vc)
115 { _M_vector_cost = __vc; }
191 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate(), local
195 __res->__set_vector_cost(__vc);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_list_to_vector.h 124 __set_vector_cost(float __vc)
125 { _M_vector_cost = __vc; }
194 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate()); local
196 __res->__set_vector_cost(__vc);
profiler_vector_to_list.h 114 __set_vector_cost(float __vc)
115 { _M_vector_cost = __vc; }
191 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate(), local
195 __res->__set_vector_cost(__vc);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
map 706 typedef __map_value_compare<key_type, __value_type, key_compare> __vc;
714 typedef __tree<__value_type, __vc, __allocator_type> __base;
736 : __tree_(__vc(__comp)) {}
740 : __tree_(__vc(__comp), __a) {}
746 : __tree_(__vc(__comp))
755 : __tree_(__vc(__comp), __a)
806 : __tree_(__vc(__comp))
813 : __tree_(__vc(__comp), __a)
    [all...]

Completed in 690 milliseconds