HomeSort by: relevance | last modified time | path
    Searched refs:ALWAYS_INLINE (Results 1 - 22 of 22) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/
DD.h 22 static __inline ALWAYS_INLINE double local_fabs(double x) {
28 static __inline ALWAYS_INLINE double high26bits(double x) {
34 static __inline ALWAYS_INLINE int different_sign(double x, double y) {
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_clock.h 171 ALWAYS_INLINE u64 ThreadClock::get(unsigned tid) const {
176 ALWAYS_INLINE void ThreadClock::set(u64 v) {
181 ALWAYS_INLINE void ThreadClock::tick() {
185 ALWAYS_INLINE uptr ThreadClock::size() const {
189 ALWAYS_INLINE SyncClock::Iter SyncClock::begin() {
193 ALWAYS_INLINE SyncClock::Iter SyncClock::end() {
197 ALWAYS_INLINE uptr SyncClock::size() const {
201 ALWAYS_INLINE SyncClock::Iter::Iter(SyncClock* parent)
210 ALWAYS_INLINE SyncClock::Iter& SyncClock::Iter::operator++() {
217 ALWAYS_INLINE bool SyncClock::Iter::operator!=(const SyncClock::Iter& other)
    [all...]
tsan_platform.h 576 ALWAYS_INLINE
580 ALWAYS_INLINE
586 ALWAYS_INLINE
590 ALWAYS_INLINE
596 ALWAYS_INLINE
600 ALWAYS_INLINE
605 ALWAYS_INLINE
609 ALWAYS_INLINE
614 ALWAYS_INLINE
621 ALWAYS_INLINE
    [all...]
tsan_rtl.h 156 ALWAYS_INLINE
165 ALWAYS_INLINE
239 static ALWAYS_INLINE
245 static ALWAYS_INLINE bool TwoRangesIntersect(Shadow s1, Shadow s2,
263 u64 ALWAYS_INLINE addr0() const { return (x_ >> kClkBits) & 7; }
264 u64 ALWAYS_INLINE size() const { return 1ull << size_log(); }
265 bool ALWAYS_INLINE IsWrite() const { return !IsRead(); }
266 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; }
291 bool ALWAYS_INLINE IsBothReadsOrAtomic(bool kIsWrite, bool kIsAtomic) const {
298 bool ALWAYS_INLINE IsRWNotWeaker(bool kIsWrite, bool kIsAtomic) const
    [all...]
tsan_rtl.cc 598 ALWAYS_INLINE
604 ALWAYS_INLINE
609 ALWAYS_INLINE
615 ALWAYS_INLINE
632 ALWAYS_INLINE
710 ALWAYS_INLINE
729 ALWAYS_INLINE
783 ALWAYS_INLINE
797 ALWAYS_INLINE USED
863 ALWAYS_INLINE USE
    [all...]
tsan_clock.cc 501 ALWAYS_INLINE bool SyncClock::Cachable() const {
514 ALWAYS_INLINE ClockElem &SyncClock::elem(unsigned tid) const {
526 ALWAYS_INLINE uptr SyncClock::capacity() const {
536 ALWAYS_INLINE u32 SyncClock::get_block(uptr bi) const {
542 ALWAYS_INLINE void SyncClock::append_block(u32 idx) {
tsan_rtl_report.cc 730 ALWAYS_INLINE
tsan_interceptors.cc 1980 void ALWAYS_INLINE rtl_generic_sighandler(bool sigact, int sig,
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_tsc.h 29 ALWAYS_INLINE uint64_t readTSC(uint8_t &CPU) XRAY_NEVER_INSTRUMENT {
68 ALWAYS_INLINE uint64_t readTSC(uint8_t &CPU) XRAY_NEVER_INSTRUMENT {
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_poisoning.h 39 ALWAYS_INLINE void FastPoisonShadow(uptr aligned_beg, uptr aligned_size,
78 ALWAYS_INLINE void FastPoisonShadowPartialRightRedzone(
asan_fake_stack.cc 30 ALWAYS_INLINE void SetShadow(uptr ptr, uptr size, uptr class_id, u64 magic) {
86 ALWAYS_INLINE USED
202 ALWAYS_INLINE uptr OnMalloc(uptr class_id, uptr size) {
214 ALWAYS_INLINE void OnFree(uptr ptr, uptr class_id, uptr size) {
asan_stack.h 33 ALWAYS_INLINE
asan_globals.cc 60 ALWAYS_INLINE void PoisonShadowForGlobal(const Global *g, u8 value) {
64 ALWAYS_INLINE void PoisonRedZones(const Global &g) {
asan_mac.cc 178 ALWAYS_INLINE
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
int_lib.h 47 #define ALWAYS_INLINE __forceinline
52 #define ALWAYS_INLINE __attribute__((always_inline))
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan.h 47 ALWAYS_INLINE
lsan_mac.cc 69 ALWAYS_INLINE
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDefs.h 110 # define ALWAYS_INLINE __attribute__((always_inline))
113 # define ALWAYS_INLINE
FuzzerTracePC.cpp 199 inline ALWAYS_INLINE uintptr_t GetPreviousInstructionPc(uintptr_t PC) {
217 inline ALWAYS_INLINE uintptr_t GetNextInstructionPc(uintptr_t PC) {
441 ATTRIBUTE_TARGET_POPCNT ALWAYS_INLINE
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux.h 142 ALWAYS_INLINE uptr *get_android_tls_ptr() {
sanitizer_stacktrace.h 75 ALWAYS_INLINE
sanitizer_internal_defs.h 211 # define ALWAYS_INLINE __forceinline
224 # define ALWAYS_INLINE inline __attribute__((always_inline))

Completed in 31 milliseconds