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

  /external/libcxx/include/
string.h 73 inline _LIBCPP_INLINE_VISIBILITY
75 inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_PREFERRED_OVERLOAD
77 inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_PREFERRED_OVERLOAD
80 inline _LIBCPP_INLINE_VISIBILITY
82 inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_PREFERRED_OVERLOAD
84 inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_PREFERRED_OVERLOAD
87 inline _LIBCPP_INLINE_VISIBILITY
89 inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_PREFERRED_OVERLOAD
91 inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_PREFERRED_OVERLOAD
94 inline _LIBCPP_INLINE_VISIBILITY
    [all...]
wchar.h 132 inline _LIBCPP_INLINE_VISIBILITY
134 inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_PREFERRED_OVERLOAD
136 inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_PREFERRED_OVERLOAD
139 inline _LIBCPP_INLINE_VISIBILITY
141 inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_PREFERRED_OVERLOAD
143 inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_PREFERRED_OVERLOAD
146 inline _LIBCPP_INLINE_VISIBILITY
148 inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_PREFERRED_OVERLOAD
150 inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_PREFERRED_OVERLOAD
153 inline _LIBCPP_INLINE_VISIBILITY
    [all...]
math.h 329 inline _LIBCPP_INLINE_VISIBILITY
339 inline _LIBCPP_INLINE_VISIBILITY
363 inline _LIBCPP_INLINE_VISIBILITY
373 inline _LIBCPP_INLINE_VISIBILITY
397 inline _LIBCPP_INLINE_VISIBILITY
421 inline _LIBCPP_INLINE_VISIBILITY
445 inline _LIBCPP_INLINE_VISIBILITY
469 inline _LIBCPP_INLINE_VISIBILITY
493 inline _LIBCPP_INLINE_VISIBILITY
523 inline _LIBCPP_INLINE_VISIBILITY
    [all...]
stdlib.h 115 inline _LIBCPP_INLINE_VISIBILITY long abs( long __x) _NOEXCEPT {return labs(__x);}
117 inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
120 inline _LIBCPP_INLINE_VISIBILITY ldiv_t div( long __x, long __y) _NOEXCEPT {return ldiv(__x, __y);}
122 inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
string.h 73 inline _LIBCPP_INLINE_VISIBILITY
75 inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_PREFERRED_OVERLOAD
77 inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_PREFERRED_OVERLOAD
80 inline _LIBCPP_INLINE_VISIBILITY
82 inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_PREFERRED_OVERLOAD
84 inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_PREFERRED_OVERLOAD
87 inline _LIBCPP_INLINE_VISIBILITY
89 inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_PREFERRED_OVERLOAD
91 inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_PREFERRED_OVERLOAD
94 inline _LIBCPP_INLINE_VISIBILITY
    [all...]
math.h 330 inline _LIBCPP_INLINE_VISIBILITY
354 inline _LIBCPP_INLINE_VISIBILITY
378 inline _LIBCPP_INLINE_VISIBILITY
402 inline _LIBCPP_INLINE_VISIBILITY
426 inline _LIBCPP_INLINE_VISIBILITY
450 inline _LIBCPP_INLINE_VISIBILITY
474 inline _LIBCPP_INLINE_VISIBILITY
504 inline _LIBCPP_INLINE_VISIBILITY
534 inline _LIBCPP_INLINE_VISIBILITY
564 inline _LIBCPP_INLINE_VISIBILITY
    [all...]
wchar.h 132 inline _LIBCPP_INLINE_VISIBILITY
134 inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_PREFERRED_OVERLOAD
136 inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_PREFERRED_OVERLOAD
139 inline _LIBCPP_INLINE_VISIBILITY
141 inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_PREFERRED_OVERLOAD
143 inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_PREFERRED_OVERLOAD
146 inline _LIBCPP_INLINE_VISIBILITY
148 inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_PREFERRED_OVERLOAD
150 inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_PREFERRED_OVERLOAD
153 inline _LIBCPP_INLINE_VISIBILITY
    [all...]
stdlib.h 115 inline _LIBCPP_INLINE_VISIBILITY long abs( long __x) _NOEXCEPT {return labs(__x);}
117 inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
120 inline _LIBCPP_INLINE_VISIBILITY ldiv_t div( long __x, long __y) _NOEXCEPT {return ldiv(__x, __y);}
122 inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
  /external/libcxx/src/include/
atomic_support.h 55 inline _LIBCPP_INLINE_VISIBILITY
63 inline _LIBCPP_INLINE_VISIBILITY
70 inline _LIBCPP_INLINE_VISIBILITY
78 inline _LIBCPP_INLINE_VISIBILITY
86 inline _LIBCPP_INLINE_VISIBILITY
108 inline _LIBCPP_INLINE_VISIBILITY
116 inline _LIBCPP_INLINE_VISIBILITY
123 inline _LIBCPP_INLINE_VISIBILITY
131 inline _LIBCPP_INLINE_VISIBILITY
139 inline _LIBCPP_INLINE_VISIBILITY
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/include/
atomic_support.h 55 inline _LIBCPP_INLINE_VISIBILITY
63 inline _LIBCPP_INLINE_VISIBILITY
70 inline _LIBCPP_INLINE_VISIBILITY
78 inline _LIBCPP_INLINE_VISIBILITY
86 inline _LIBCPP_INLINE_VISIBILITY
108 inline _LIBCPP_INLINE_VISIBILITY
116 inline _LIBCPP_INLINE_VISIBILITY
123 inline _LIBCPP_INLINE_VISIBILITY
131 inline _LIBCPP_INLINE_VISIBILITY
139 inline _LIBCPP_INLINE_VISIBILITY
    [all...]
  /external/clang/test/CodeGenCXX/
weak-external.cpp 16 #define _LIBCPP_INLINE_VISIBILITY __attribute__ ((__visibility__("hidden"), __always_inline__))
40 _LIBCPP_INLINE_VISIBILITY exception() _NOEXCEPT {}
  /external/libcxx/include/support/win32/
locale_win32.h 54 inline _LIBCPP_INLINE_VISIBILITY
61 inline _LIBCPP_INLINE_VISIBILITY
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 69 inline _LIBCPP_INLINE_VISIBILITY
76 inline _LIBCPP_INLINE_VISIBILITY
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 69 inline _LIBCPP_INLINE_VISIBILITY
76 inline _LIBCPP_INLINE_VISIBILITY
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/win32/
locale_win32.h 53 inline _LIBCPP_INLINE_VISIBILITY
60 inline _LIBCPP_INLINE_VISIBILITY
  /external/libcxx/src/
hash.cpp 153 inline _LIBCPP_INLINE_VISIBILITY
166 inline _LIBCPP_INLINE_VISIBILITY
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
hash.cpp 153 inline _LIBCPP_INLINE_VISIBILITY
166 inline _LIBCPP_INLINE_VISIBILITY
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
hash.cpp 153 inline _LIBCPP_INLINE_VISIBILITY
166 inline _LIBCPP_INLINE_VISIBILITY

Completed in 506 milliseconds