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

  /external/clang/test/CXX/except/except.spec/
canonical.cpp 41 typedef __map_value_compare<int, short, less> __vc; typedef in struct:std::map
42 __vc 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);

Completed in 2237 milliseconds