Home
last modified time | relevance | path

Searched refs:NOINLINE (Results 1 – 25 of 40) sorted by relevance

12

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20010122-1.c14 void NOINLINE *test1 (void) in test1()
21 void NOINLINE *test2 (void) in test2()
29 void NOINLINE *test3 (void) in test3()
37 void NOINLINE *test4 (void) in test4()
51 void NOINLINE *test5 (void) in test5()
66 void NOINLINE *test6 (void) in test6()
94 void NOINLINE test7 (void) in test7()
100 void NOINLINE test8 (void) in test8()
107 void NOINLINE test9 (void) in test9()
114 void NOINLINE test10 (void) in test10()
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_rtl.cpp88 NOINLINE
103 extern "C" NOINLINE INTERFACE_ATTRIBUTE \
188 NOINLINE INTERFACE_ATTRIBUTE
197 NOINLINE INTERFACE_ATTRIBUTE
206 NOINLINE INTERFACE_ATTRIBUTE
215 NOINLINE INTERFACE_ATTRIBUTE
224 NOINLINE INTERFACE_ATTRIBUTE
233 NOINLINE INTERFACE_ATTRIBUTE
246 static NOINLINE void force_interface_symbols() { in force_interface_symbols()
585 void NOINLINE __asan_handle_no_return() { in __asan_handle_no_return()
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.arch/
H A Di386-cpuid.h31 #ifndef NOINLINE
32 #define NOINLINE __attribute__ ((noinline)) macro
35 unsigned int i386_cpuid (void) NOINLINE;
37 unsigned int NOINLINE
/openbsd/gnu/llvm/compiler-rt/lib/asan/tests/
H A Dasan_test.cpp32 NOINLINE void *malloc_fff(size_t size) { in malloc_fff()
34 NOINLINE void *malloc_eee(size_t size) { in malloc_eee()
36 NOINLINE void *malloc_ddd(size_t size) { in malloc_ddd()
38 NOINLINE void *malloc_ccc(size_t size) { in malloc_ccc()
40 NOINLINE void *malloc_bbb(size_t size) { in malloc_bbb()
42 NOINLINE void *malloc_aaa(size_t size) { in malloc_aaa()
50 NOINLINE void uaf_test(int size, int off) { in uaf_test()
487 NOINLINE void SizedStackTest() { in SizedStackTest()
584 NOINLINE void TouchStackFunc() { in TouchStackFunc()
674 NOINLINE void ThrowFunc() { in ThrowFunc()
[all …]
H A Dasan_oob_test.cpp14 NOINLINE void asan_write_sized_aligned(uint8_t *p, size_t size) { in asan_write_sized_aligned()
23 NOINLINE void oob_test(int size, int off) { in oob_test()
H A Dasan_test_utils.h72 NOINLINE void asan_write(T *a) { in asan_write()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_test_utils.h34 # define NOINLINE __declspec(noinline) macro
36 # define NOINLINE __attribute__((noinline)) macro
76 NOINLINE
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h200 void NOINLINE drain(CacheT *C, Callback Cb) { in drain()
209 void NOINLINE drainAndRecycle(CacheT *C, Callback Cb) { in drainAndRecycle()
245 void NOINLINE recycle(uptr MinSize, Callback Cb) { in recycle()
276 void NOINLINE doRecycle(CacheT *C, Callback Cb) { in doRecycle()
H A Dlocal_cache.h189 NOINLINE void initCache() { in initCache()
209 NOINLINE bool refill(PerClass *C, uptr ClassId) { in refill()
222 NOINLINE void drain(PerClass *C, uptr ClassId) { in drain()
H A Dtsd_shared.h153 NOINLINE void initThread(Allocator *Instance) { in initThread()
161 NOINLINE TSD<Allocator> *getTSDAndLockSlow(TSD<Allocator> *CurrentTSD) { in getTSDAndLockSlow()
H A Dmutex.h26 NOINLINE void lock() { in lock()
H A Dtsd_exclusive.h104 NOINLINE void initThread(Allocator *Instance, bool MinimalInit) { in initThread()
H A Drelease.h346 NOINLINE void
418 NOINLINE void
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h115 void NOINLINE Drain(Cache *c, Callback cb) { in Drain()
124 void NOINLINE DrainAndRecycle(Cache *c, Callback cb) { in DrainAndRecycle()
152 void NOINLINE Recycle(uptr min_size, Callback cb) in Recycle()
184 void NOINLINE DoRecycle(Cache *c, Callback cb) { in DoRecycle()
H A Dsanitizer_allocator_local_cache.h99 NOINLINE bool Refill(PerClass *c, SizeClassAllocator *allocator, in Refill()
110 NOINLINE void DrainHalfMax(PerClass *c, SizeClassAllocator *allocator, in DrainHalfMax()
241 NOINLINE bool Refill(PerClass *c, SizeClassAllocator *allocator, in Refill()
254 NOINLINE void Drain(PerClass *c, SizeClassAllocator *allocator, in Drain()
H A Dsanitizer_internal_defs.h209 extern "C" SANITIZER_INTERFACE_ATTRIBUTE SANITIZER_WEAK_ATTRIBUTE NOINLINE
211 extern "C++" SANITIZER_INTERFACE_ATTRIBUTE SANITIZER_WEAK_ATTRIBUTE NOINLINE
220 # define NOINLINE __declspec(noinline) macro
234 # define NOINLINE __attribute__((noinline)) macro
H A Dsanitizer_printf.cpp247 static void NOINLINE SharedPrintfCodeNoBuffer(bool append_pid, in SharedPrintfCodeNoBuffer()
302 static void NOINLINE SharedPrintfCode(bool append_pid, const char *format, in SharedPrintfCode()
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h130 NOINLINE void Refill(Cache *c) { in Refill()
150 NOINLINE void Drain(Cache *c) { in Drain()
170 NOINLINE void AllocSuperBlock(Cache *c) { in AllocSuperBlock()
H A Dtsan_rtl_access.cpp95 NOINLINE void TraceRestartFuncEntry(ThreadState* thr, uptr pc) { in TraceRestartFuncEntry()
100 NOINLINE void TraceRestartFuncExit(ThreadState* thr) { in TraceRestartFuncExit()
148 NOINLINE void DoReportRace(ThreadState* thr, RawShadow* shadow_mem, Shadow cur, in DoReportRace()
274 NOINLINE void DoReportRaceV(ThreadState* thr, RawShadow* shadow_mem, Shadow cur, in DoReportRaceV()
414 NOINLINE void TraceRestartMemoryAccess(ThreadState* thr, uptr pc, uptr addr, in TraceRestartMemoryAccess()
447 NOINLINE
483 NOINLINE
659 NOINLINE void RestartMemoryAccessRange(ThreadState* thr, uptr pc, uptr addr, in RestartMemoryAccessRange()
/openbsd/gnu/llvm/compiler-rt/lib/builtins/
H A Dint_lib.h37 #define NOINLINE __declspec(noinline) macro
42 #define NOINLINE __attribute__((noinline)) macro
H A Dtruncsfhf2.c15 COMPILER_RT_ABI NOINLINE dst_t __truncsfhf2(float a) { in __truncsfhf2()
H A Dextendhfsf2.c15 COMPILER_RT_ABI NOINLINE float __extendhfsf2(src_t a) { in __extendhfsf2()
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sys/
H A Dparam.h13 #if !defined(NOINLINE) && !defined(__GNUC__) /* ain't got no inline, so we got it */
/openbsd/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_rtl.cpp81 extern "C" NOINLINE INTERFACE_ATTRIBUTE void __memprof_##type(uptr addr) { \
93 static NOINLINE void force_interface_symbols() { in MEMPROF_MEMORY_ACCESS_CALLBACK()
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp145 #define NOINLINE __attribute__((noinline)) macro
475 NOINLINE static int GetPoisonedZero() { in GetPoisonedZero()
499 NOINLINE void StackTestFunc() { in StackTestFunc()
525 NOINLINE void StackStressFunc() { in StackStressFunc()
578 NOINLINE
2957 NOINLINE T ReturnStruct() { in ReturnStruct()
2965 NOINLINE void TestReturnStruct() { in TestReturnStruct()
3019 NOINLINE LongStruct ReturnLongStruct1() { in ReturnLongStruct1()
3027 NOINLINE LongStruct ReturnLongStruct2() { in ReturnLongStruct2()
4520 NOINLINE int RetvalOriginTest(U4 origin) { in RetvalOriginTest()
[all …]

12