HomeSort by relevance Sort by last modified time
    Searched full:__arg (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /external/clang/test/CodeGenCXX/
typeinfo 6 bool operator==(const type_info& __arg) const {
7 return __name == __arg.__name;
10 bool operator!=(const type_info& __arg) const {
11 return !operator==(__arg);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 50 domain_error(const string& __arg) : logic_error(__arg) {}
58 invalid_argument(const string& __arg) : logic_error(__arg) {}
66 length_error(const string& __arg) : logic_error(__arg) {}
74 out_of_range(const string& __arg) : logic_error(__arg) {}
82 range_error(const string& __arg) : runtime_error(__arg) {}
    [all...]
concept_checks.h 61 #define _STLP_UNARY_FUNCTION_CHECK(__func, __ret, __arg) do {} while(0)
62 #define _STLP_CLASS_UNARY_FUNCTION_CHECK(__func, __ret, __arg) \
63 static int __##__func##__ret##__arg##_unary_function_check
123 #define _STLP_UNARY_FUNCTION_CHECK(__func, __ret, __arg) \
125 __ret (*__x)( __func&, const __arg& ) = \
127 __func, __ret, __arg>::__unary_function_requirement_violation; \
154 #define _STLP_CLASS_UNARY_FUNCTION_CHECK(__func, __ret, __arg)
195 #define _STLP_CLASS_UNARY_FUNCTION_CHECK(__func, __ret, __arg) \
196 typedef __ret (* __f_##__func##__ret##__arg##_unary_check)( __func&, \
197 const __arg& );
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 50 domain_error(const string& __arg) : logic_error(__arg) {}
58 invalid_argument(const string& __arg) : logic_error(__arg) {}
66 length_error(const string& __arg) : logic_error(__arg) {}
74 out_of_range(const string& __arg) : logic_error(__arg) {}
82 range_error(const string& __arg) : runtime_error(__arg) {}
    [all...]
concept_checks.h 61 #define _STLP_UNARY_FUNCTION_CHECK(__func, __ret, __arg) do {} while(0)
62 #define _STLP_CLASS_UNARY_FUNCTION_CHECK(__func, __ret, __arg) \
63 static int __##__func##__ret##__arg##_unary_function_check
123 #define _STLP_UNARY_FUNCTION_CHECK(__func, __ret, __arg) \
125 __ret (*__x)( __func&, const __arg& ) = \
127 __func, __ret, __arg>::__unary_function_requirement_violation; \
154 #define _STLP_CLASS_UNARY_FUNCTION_CHECK(__func, __ret, __arg)
195 #define _STLP_CLASS_UNARY_FUNCTION_CHECK(__func, __ret, __arg) \
196 typedef __ret (* __f_##__func##__ret##__arg##_unary_check)( __func&, \
197 const __arg& );
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
cast.h 68 __static_pointer_cast(const _FromType& __arg)
70 type>(__arg.get())); }
74 __dynamic_pointer_cast(const _FromType& __arg)
76 type>(__arg.get())); }
80 __const_pointer_cast(const _FromType& __arg)
82 type>(__arg.get())); }
86 __reinterpret_pointer_cast(const _FromType& __arg)
88 type>(__arg.get())); }
96 __static_pointer_cast(_FromType* __arg)
98 type>(__arg)); }
    [all...]
pointer.h 79 set(element_type* __arg)
80 { _M_value = __arg; }
125 set(_Tp* __arg)
127 if (!__arg)
130 _M_diff = reinterpret_cast<_UIntPtrType>(__arg)
177 set(const _Tp* __arg)
179 if (!__arg)
182 _M_diff = reinterpret_cast<_UIntPtrType>(__arg)
298 _Pointer_adapter(element_type* __arg = 0)
299 { _Storage_policy::set(__arg); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
cast.h 68 __static_pointer_cast(const _FromType& __arg)
70 type>(__arg.get())); }
74 __dynamic_pointer_cast(const _FromType& __arg)
76 type>(__arg.get())); }
80 __const_pointer_cast(const _FromType& __arg)
82 type>(__arg.get())); }
86 __reinterpret_pointer_cast(const _FromType& __arg)
88 type>(__arg.get())); }
96 __static_pointer_cast(_FromType* __arg)
98 type>(__arg)); }
    [all...]
pointer.h 79 set(element_type* __arg)
80 { _M_value = __arg; }
125 set(_Tp* __arg)
127 if (!__arg)
130 _M_diff = reinterpret_cast<_UIntPtrType>(__arg)
177 set(const _Tp* __arg)
179 if (!__arg)
182 _M_diff = reinterpret_cast<_UIntPtrType>(__arg)
298 _Pointer_adapter(element_type* __arg = 0)
299 { _Storage_policy::set(__arg); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
cast.h 68 __static_pointer_cast(const _FromType& __arg)
70 type>(__arg.get())); }
74 __dynamic_pointer_cast(const _FromType& __arg)
76 type>(__arg.get())); }
80 __const_pointer_cast(const _FromType& __arg)
82 type>(__arg.get())); }
86 __reinterpret_pointer_cast(const _FromType& __arg)
88 type>(__arg.get())); }
96 __static_pointer_cast(_FromType* __arg)
98 type>(__arg)); }
    [all...]
pointer.h 79 set(element_type* __arg)
80 { _M_value = __arg; }
125 set(_Tp* __arg)
127 if (!__arg)
130 _M_diff = reinterpret_cast<_UIntPtrType>(__arg)
177 set(const _Tp* __arg)
179 if (!__arg)
182 _M_diff = reinterpret_cast<_UIntPtrType>(__arg)
298 _Pointer_adapter(element_type* __arg = 0)
299 { _Storage_policy::set(__arg); }
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
cast.h 68 __static_pointer_cast(const _FromType& __arg)
70 type>(__arg.get())); }
74 __dynamic_pointer_cast(const _FromType& __arg)
76 type>(__arg.get())); }
80 __const_pointer_cast(const _FromType& __arg)
82 type>(__arg.get())); }
86 __reinterpret_pointer_cast(const _FromType& __arg)
88 type>(__arg.get())); }
96 __static_pointer_cast(_FromType* __arg)
98 type>(__arg)); }
    [all...]
pointer.h 79 set(element_type* __arg)
80 { _M_value = __arg; }
125 set(_Tp* __arg)
127 if (!__arg)
130 _M_diff = reinterpret_cast<_UIntPtrType>(__arg)
177 set(const _Tp* __arg)
179 if (!__arg)
182 _M_diff = reinterpret_cast<_UIntPtrType>(__arg)
298 _Pointer_adapter(element_type* __arg = 0)
299 { _Storage_policy::set(__arg); }
    [all...]
  /external/libcxx/include/
typeinfo 104 bool before(const type_info& __arg) const _NOEXCEPT
106 {return __type_name < __arg.__type_name;}
108 {if (!((__type_name & __arg.__type_name) & _LIBCPP_NONUNIQUE_RTTI_BIT))
109 return __type_name < __arg.__type_name;
110 return __compare_nonunique_names(__arg) < 0;}
127 bool operator==(const type_info& __arg) const _NOEXCEPT
129 {return __type_name == __arg.__type_name;}
131 {if (__type_name == __arg.__type_name) return true;
132 if (!((__type_name & __arg.__type_name) & _LIBCPP_NONUNIQUE_RTTI_BIT))
134 return __compare_nonunique_names(__arg) == 0;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
typeinfo 104 bool before(const type_info& __arg) const _NOEXCEPT
106 {return __type_name < __arg.__type_name;}
108 {if (!((__type_name & __arg.__type_name) & _LIBCPP_NONUNIQUE_RTTI_BIT))
109 return __type_name < __arg.__type_name;
110 return __compare_nonunique_names(__arg) < 0;}
127 bool operator==(const type_info& __arg) const _NOEXCEPT
129 {return __type_name == __arg.__type_name;}
131 {if (__type_name == __arg.__type_name) return true;
132 if (!((__type_name & __arg.__type_name) & _LIBCPP_NONUNIQUE_RTTI_BIT))
134 return __compare_nonunique_names(__arg) == 0;
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
typeinfo 104 bool before(const type_info& __arg) const _NOEXCEPT
106 {return __type_name < __arg.__type_name;}
108 {if (!((__type_name & __arg.__type_name) & _LIBCPP_NONUNIQUE_RTTI_BIT))
109 return __type_name < __arg.__type_name;
110 return __compare_nonunique_names(__arg) < 0;}
127 bool operator==(const type_info& __arg) const _NOEXCEPT
129 {return __type_name == __arg.__type_name;}
131 {if (__type_name == __arg.__type_name) return true;
132 if (!((__type_name & __arg.__type_name) & _LIBCPP_NONUNIQUE_RTTI_BIT))
134 return __compare_nonunique_names(__arg) == 0;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
stdexcept 62 logic_error(const string& __arg);
77 explicit domain_error(const string& __arg);
85 explicit invalid_argument(const string& __arg);
94 explicit length_error(const string& __arg);
103 explicit out_of_range(const string& __arg);
119 runtime_error(const string& __arg);
133 explicit range_error(const string& __arg);
141 explicit overflow_error(const string& __arg);
149 explicit underflow_error(const string& __arg);
typeinfo 106 bool before(const type_info& __arg) const _GLIBCXX_NOEXCEPT;
107 bool operator==(const type_info& __arg) const _GLIBCXX_NOEXCEPT;
110 /** Returns true if @c *this precedes @c __arg in the implementation's
115 bool before(const type_info& __arg) const _GLIBCXX_NOEXCEPT
116 { return (__name[0] == '*' && __arg.__name[0] == '*')
117 ? __name < __arg.__name
118 : __builtin_strcmp (__name, __arg.__name) < 0; }
120 bool operator==(const type_info& __arg) const _GLIBCXX_NOEXCEPT
122 return ((__name == __arg.__name)
124 __builtin_strcmp (__name, __arg.__name) == 0))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
stdexcept 62 logic_error(const string& __arg);
77 explicit domain_error(const string& __arg);
85 explicit invalid_argument(const string& __arg);
94 explicit length_error(const string& __arg);
103 explicit out_of_range(const string& __arg);
119 runtime_error(const string& __arg);
133 explicit range_error(const string& __arg);
141 explicit overflow_error(const string& __arg);
149 explicit underflow_error(const string& __arg);
typeinfo 106 bool before(const type_info& __arg) const _GLIBCXX_NOEXCEPT;
107 bool operator==(const type_info& __arg) const _GLIBCXX_NOEXCEPT;
110 /** Returns true if @c *this precedes @c __arg in the implementation's
115 bool before(const type_info& __arg) const _GLIBCXX_NOEXCEPT
116 { return (__name[0] == '*' && __arg.__name[0] == '*')
117 ? __name < __arg.__name
118 : __builtin_strcmp (__name, __arg.__name) < 0; }
120 bool operator==(const type_info& __arg) const _GLIBCXX_NOEXCEPT
122 return ((__name == __arg.__name)
124 __builtin_strcmp (__name, __arg.__name) == 0))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
stdexcept 62 logic_error(const string& __arg);
77 explicit domain_error(const string& __arg);
85 explicit invalid_argument(const string& __arg);
94 explicit length_error(const string& __arg);
103 explicit out_of_range(const string& __arg);
119 runtime_error(const string& __arg);
133 explicit range_error(const string& __arg);
141 explicit overflow_error(const string& __arg);
149 explicit underflow_error(const string& __arg);
typeinfo 106 bool before(const type_info& __arg) const _GLIBCXX_NOEXCEPT;
107 bool operator==(const type_info& __arg) const _GLIBCXX_NOEXCEPT;
110 /** Returns true if @c *this precedes @c __arg in the implementation's
115 bool before(const type_info& __arg) const _GLIBCXX_NOEXCEPT
116 { return (__name[0] == '*' && __arg.__name[0] == '*')
117 ? __name < __arg.__name
118 : __builtin_strcmp (__name, __arg.__name) < 0; }
120 bool operator==(const type_info& __arg) const _GLIBCXX_NOEXCEPT
122 return ((__name == __arg.__name)
124 __builtin_strcmp (__name, __arg.__name) == 0))
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
stdexcept 62 logic_error(const string& __arg);
77 explicit domain_error(const string& __arg);
85 explicit invalid_argument(const string& __arg);
94 explicit length_error(const string& __arg);
103 explicit out_of_range(const string& __arg);
119 runtime_error(const string& __arg);
133 explicit range_error(const string& __arg);
141 explicit overflow_error(const string& __arg);
149 explicit underflow_error(const string& __arg);
typeinfo 106 bool before(const type_info& __arg) const _GLIBCXX_NOEXCEPT;
107 bool operator==(const type_info& __arg) const _GLIBCXX_NOEXCEPT;
110 /** Returns true if @c *this precedes @c __arg in the implementation's
115 bool before(const type_info& __arg) const _GLIBCXX_NOEXCEPT
116 { return (__name[0] == '*' && __arg.__name[0] == '*')
117 ? __name < __arg.__name
118 : __builtin_strcmp (__name, __arg.__name) < 0; }
120 bool operator==(const type_info& __arg) const _GLIBCXX_NOEXCEPT
122 return ((__name == __arg.__name)
124 __builtin_strcmp (__name, __arg.__name) == 0))
    [all...]
  /external/elfutils/tests/
run-dwarf-getstring.sh 112 __arg

Completed in 978 milliseconds

1 2 3 4 5 6