Home
last modified time | relevance | path

Searched refs:ALWAYS_INLINE (Results 1 – 23 of 23) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform.h91 ALWAYS_INLINE
98 ALWAYS_INLINE
103 ALWAYS_INLINE
108 ALWAYS_INLINE
115 ALWAYS_INLINE
122 ALWAYS_INLINE
161 ALWAYS_INLINE
166 ALWAYS_INLINE
171 ALWAYS_INLINE
176 ALWAYS_INLINE
[all …]
Dtsan_rtl.h140 ALWAYS_INLINE
149 ALWAYS_INLINE
223 static ALWAYS_INLINE
229 static ALWAYS_INLINE bool TwoRangesIntersect(Shadow s1, Shadow s2, in TwoRangesIntersect()
247 u64 ALWAYS_INLINE addr0() const { return (x_ >> kClkBits) & 7; } in addr0()
248 u64 ALWAYS_INLINE size() const { return 1ull << size_log(); } in size()
249 bool ALWAYS_INLINE IsWrite() const { return !IsRead(); } in IsWrite()
250 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; } in IsRead()
275 bool ALWAYS_INLINE IsBothReadsOrAtomic(bool kIsWrite, bool kIsAtomic) const { in IsBothReadsOrAtomic()
282 bool ALWAYS_INLINE IsRWNotWeaker(bool kIsWrite, bool kIsAtomic) const { in IsRWNotWeaker()
[all …]
Dtsan_rtl.cc523 ALWAYS_INLINE
529 ALWAYS_INLINE
534 ALWAYS_INLINE
540 ALWAYS_INLINE
557 ALWAYS_INLINE
635 ALWAYS_INLINE
654 ALWAYS_INLINE
708 ALWAYS_INLINE
722 ALWAYS_INLINE USED
788 ALWAYS_INLINE USED
[all …]
Dtsan_interceptors.cc2033 void ALWAYS_INLINE rtl_generic_sighandler(bool sigact, int sig, in rtl_generic_sighandler()
/external/libunwind/include/
Dcompiler.h41 # define ALWAYS_INLINE inline __attribute__((always_inline)) macro
45 # define ALWAYS_INLINE macro
59 # define ALWAYS_INLINE macro
Dlibunwind_i.h314 static ALWAYS_INLINE int
Ddwarf_i.h345 static ALWAYS_INLINE int
/external/mesa3d/src/gallium/include/pipe/
Dp_compiler.h120 #ifndef ALWAYS_INLINE
122 # define ALWAYS_INLINE inline __attribute__((always_inline)) macro
124 # define ALWAYS_INLINE __forceinline macro
126 # define ALWAYS_INLINE INLINE macro
/external/compiler-rt/lib/asan/
Dasan_fake_stack.cc26 ALWAYS_INLINE void SetShadow(uptr ptr, uptr size, uptr class_id, u64 magic) { in SetShadow()
80 ALWAYS_INLINE USED
195 ALWAYS_INLINE uptr OnMalloc(uptr class_id, uptr size) { in OnMalloc()
207 ALWAYS_INLINE void OnFree(uptr ptr, uptr class_id, uptr size) { in OnFree()
Dasan_poisoning.h39 ALWAYS_INLINE void FastPoisonShadow(uptr aligned_beg, uptr aligned_size, in FastPoisonShadow()
72 ALWAYS_INLINE void FastPoisonShadowPartialRightRedzone( in FastPoisonShadowPartialRightRedzone()
Dasan_globals.cc58 ALWAYS_INLINE void PoisonShadowForGlobal(const Global *g, u8 value) { in PoisonShadowForGlobal()
62 ALWAYS_INLINE void PoisonRedZones(const Global &g) { in PoisonRedZones()
Dasan_stack.h32 ALWAYS_INLINE
Dasan_malloc_mac.cc207 void ALWAYS_INLINE free_common(void *context, void *ptr) { in free_common()
Dasan_mac.cc271 ALWAYS_INLINE
/external/libunwind/src/mi/
Dbacktrace.c35 static ALWAYS_INLINE int
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h124 # define ALWAYS_INLINE __forceinline macro
137 # define ALWAYS_INLINE inline __attribute__((always_inline)) macro
Dsanitizer_stacktrace.h75 ALWAYS_INLINE
Dsanitizer_coverage_libcdep.cc92 ALWAYS_INLINE
/external/libunwind/src/unwind/
Dunwind-internal.h57 static _Unwind_Reason_Code ALWAYS_INLINE
/external/libunwind/src/ia64/
Dinit.h28 static ALWAYS_INLINE int
Dunwind_i.h52 static ALWAYS_INLINE void *
/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_generic.c608 static ALWAYS_INLINE void PIPE_CDECL generic_run_one( struct translate_generic *tg, in generic_run_one()
/external/clang/docs/
DLanguageExtensions.rst157 #define ALWAYS_INLINE __attribute__((always_inline))
159 #define ALWAYS_INLINE