/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
mips16-pic-4a.s | 11 .ent __fn 12 __fn: label 17 .end __fn
|
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/ |
_messages_facets.h | 63 catalog open(const string& __fn, const locale& __loc) const 64 { return do_open(__fn, __loc); } 76 virtual catalog do_open(const string& __fn, const locale& __loc) const 96 inline catalog open(const string& __fn, const locale& __loc) const 97 { return do_open(__fn, __loc); } 109 virtual catalog do_open(const string& __fn, const locale& __loc) const 134 virtual catalog do_open(const string& __fn, const locale& __loc) const; 162 virtual catalog do_open(const string& __fn, const locale& __loc) const;
|
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/ |
_messages_facets.h | 63 catalog open(const string& __fn, const locale& __loc) const 64 { return do_open(__fn, __loc); } 76 virtual catalog do_open(const string& __fn, const locale& __loc) const 96 inline catalog open(const string& __fn, const locale& __loc) const 97 { return do_open(__fn, __loc); } 109 virtual catalog do_open(const string& __fn, const locale& __loc) const 134 virtual catalog do_open(const string& __fn, const locale& __loc) const; 162 virtual catalog do_open(const string& __fn, const locale& __loc) const;
|
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/ |
_messages_facets.h | 63 catalog open(const string& __fn, const locale& __loc) const 64 { return do_open(__fn, __loc); } 76 virtual catalog do_open(const string& __fn, const locale& __loc) const 96 inline catalog open(const string& __fn, const locale& __loc) const 97 { return do_open(__fn, __loc); } 109 virtual catalog do_open(const string& __fn, const locale& __loc) const 134 virtual catalog do_open(const string& __fn, const locale& __loc) const; 162 virtual catalog do_open(const string& __fn, const locale& __loc) const;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
future | 171 async(launch __policy, _Fn&& __fn, _Args&&... __args); 175 async(_Fn&& __fn, _Args&&... __args); 500 _S_make_deferred_state(_BoundFn&& __fn); 504 _S_make_async_state(_BoundFn&& __fn); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
future | 171 async(launch __policy, _Fn&& __fn, _Args&&... __args); 175 async(_Fn&& __fn, _Args&&... __args); 500 _S_make_deferred_state(_BoundFn&& __fn); 504 _S_make_async_state(_BoundFn&& __fn); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
future | 171 async(launch __policy, _Fn&& __fn, _Args&&... __args); 175 async(_Fn&& __fn, _Args&&... __args); 500 _S_make_deferred_state(_BoundFn&& __fn); 504 _S_make_async_state(_BoundFn&& __fn); [all...] |
/prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/ |
__clang_cuda_cmath.h | 173 // Defines an overload of __fn that accepts one integral argument, calls 174 // __fn((double)x), and returns __retty. 175 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(__retty, __fn) \ 180 __fn(__T __x) { \ 181 return ::__fn((double)__x); \ 184 // Defines an overload of __fn that accepts one two arithmetic arguments, calls 185 // __fn((double)x, (double)y), and returns a double. 189 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(__retty, __fn) \ 195 __fn(__T1 __x, __T2 __y) { \ 196 return __fn((double)__x, (double)__y); [all...] |
/prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/ |
__clang_cuda_cmath.h | 182 // Defines an overload of __fn that accepts one integral argument, calls 183 // __fn((double)x), and returns __retty. 184 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(__retty, __fn) \ 189 __fn(__T __x) { \ 190 return ::__fn((double)__x); \ 193 // Defines an overload of __fn that accepts one two arithmetic arguments, calls 194 // __fn((double)x, (double)y), and returns a double. 198 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(__retty, __fn) \ 204 __fn(__T1 __x, __T2 __y) { \ 205 return __fn((double)__x, (double)__y); [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/ |
__clang_cuda_cmath.h | 182 // Defines an overload of __fn that accepts one integral argument, calls 183 // __fn((double)x), and returns __retty. 184 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(__retty, __fn) \ 189 __fn(__T __x) { \ 190 return ::__fn((double)__x); \ 193 // Defines an overload of __fn that accepts one two arithmetic arguments, calls 194 // __fn((double)x, (double)y), and returns a double. 198 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(__retty, __fn) \ 204 __fn(__T1 __x, __T2 __y) { \ 205 return __fn((double)__x, (double)__y); [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/ |
__clang_cuda_cmath.h | 182 // Defines an overload of __fn that accepts one integral argument, calls 183 // __fn((double)x), and returns __retty. 184 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(__retty, __fn) \ 189 __fn(__T __x) { \ 190 return ::__fn((double)__x); \ 193 // Defines an overload of __fn that accepts one two arithmetic arguments, calls 194 // __fn((double)x, (double)y), and returns a double. 198 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(__retty, __fn) \ 204 __fn(__T1 __x, __T2 __y) { \ 205 return __fn((double)__x, (double)__y); [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/ |
__clang_cuda_cmath.h | 182 // Defines an overload of __fn that accepts one integral argument, calls 183 // __fn((double)x), and returns __retty. 184 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(__retty, __fn) \ 189 __fn(__T __x) { \ 190 return ::__fn((double)__x); \ 193 // Defines an overload of __fn that accepts one two arithmetic arguments, calls 194 // __fn((double)x, (double)y), and returns a double. 198 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(__retty, __fn) \ 204 __fn(__T1 __x, __T2 __y) { \ 205 return __fn((double)__x, (double)__y); [all...] |
/prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/ |
__clang_cuda_cmath.h | 173 // Defines an overload of __fn that accepts one integral argument, calls 174 // __fn((double)x), and returns __retty. 175 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(__retty, __fn) \ 180 __fn(__T __x) { \ 181 return ::__fn((double)__x); \ 184 // Defines an overload of __fn that accepts one two arithmetic arguments, calls 185 // __fn((double)x, (double)y), and returns a double. 189 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(__retty, __fn) \ 195 __fn(__T1 __x, __T2 __y) { \ 196 return __fn((double)__x, (double)__y); [all...] |
/prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/ |
__clang_cuda_cmath.h | 182 // Defines an overload of __fn that accepts one integral argument, calls 183 // __fn((double)x), and returns __retty. 184 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(__retty, __fn) \ 189 __fn(__T __x) { \ 190 return ::__fn((double)__x); \ 193 // Defines an overload of __fn that accepts one two arithmetic arguments, calls 194 // __fn((double)x, (double)y), and returns a double. 198 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(__retty, __fn) \ 204 __fn(__T1 __x, __T2 __y) { \ 205 return __fn((double)__x, (double)__y); [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/lib64/clang/5.0/include/ |
__clang_cuda_cmath.h | 182 // Defines an overload of __fn that accepts one integral argument, calls 183 // __fn((double)x), and returns __retty. 184 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(__retty, __fn) \ 189 __fn(__T __x) { \ 190 return ::__fn((double)__x); \ 193 // Defines an overload of __fn that accepts one two arithmetic arguments, calls 194 // __fn((double)x, (double)y), and returns a double. 198 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(__retty, __fn) \ 204 __fn(__T1 __x, __T2 __y) { \ 205 return __fn((double)__x, (double)__y); [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/lib64/clang/5.0/include/ |
__clang_cuda_cmath.h | 182 // Defines an overload of __fn that accepts one integral argument, calls 183 // __fn((double)x), and returns __retty. 184 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(__retty, __fn) \ 189 __fn(__T __x) { \ 190 return ::__fn((double)__x); \ 193 // Defines an overload of __fn that accepts one two arithmetic arguments, calls 194 // __fn((double)x, (double)y), and returns a double. 198 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(__retty, __fn) \ 204 __fn(__T1 __x, __T2 __y) { \ 205 return __fn((double)__x, (double)__y); [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/ |
__clang_cuda_cmath.h | 182 // Defines an overload of __fn that accepts one integral argument, calls 183 // __fn((double)x), and returns __retty. 184 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(__retty, __fn) \ 189 __fn(__T __x) { \ 190 return ::__fn((double)__x); \ 193 // Defines an overload of __fn that accepts one two arithmetic arguments, calls 194 // __fn((double)x, (double)y), and returns a double. 198 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(__retty, __fn) \ 204 __fn(__T1 __x, __T2 __y) { \ 205 return __fn((double)__x, (double)__y); [all...] |
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
future | 172 async(launch __policy, _Fn&& __fn, _Args&&... __args); 176 async(_Fn&& __fn, _Args&&... __args); 525 _S_make_deferred_state(_BoundFn&& __fn); 529 _S_make_async_state(_BoundFn&& __fn); [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
future | 172 async(launch __policy, _Fn&& __fn, _Args&&... __args); 176 async(_Fn&& __fn, _Args&&... __args); 525 _S_make_deferred_state(_BoundFn&& __fn); 529 _S_make_async_state(_BoundFn&& __fn); [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
future | 172 async(launch __policy, _Fn&& __fn, _Args&&... __args); 176 async(_Fn&& __fn, _Args&&... __args); 525 _S_make_deferred_state(_BoundFn&& __fn); 529 _S_make_async_state(_BoundFn&& __fn); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/backward/ |
binders.h | 131 bind1st(const _Operation& __fn, const _Tp& __x) 134 return binder1st<_Operation>(__fn, _Arg1_type(__x)); 166 bind2nd(const _Operation& __fn, const _Tp& __x) 169 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/ |
binders.h | 131 bind1st(const _Operation& __fn, const _Tp& __x) 134 return binder1st<_Operation>(__fn, _Arg1_type(__x)); 166 bind2nd(const _Operation& __fn, const _Tp& __x) 169 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/ |
binders.h | 131 bind1st(const _Operation& __fn, const _Tp& __x) 134 return binder1st<_Operation>(__fn, _Arg1_type(__x)); 166 bind2nd(const _Operation& __fn, const _Tp& __x) 169 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
|
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/ |
binders.h | 131 bind1st(const _Operation& __fn, const _Tp& __x) 134 return binder1st<_Operation>(__fn, _Arg1_type(__x)); 166 bind2nd(const _Operation& __fn, const _Tp& __x) 169 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
|
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/ |
binders.h | 131 bind1st(const _Operation& __fn, const _Tp& __x) 134 return binder1st<_Operation>(__fn, _Arg1_type(__x)); 166 bind2nd(const _Operation& __fn, const _Tp& __x) 169 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
|