Searched refs:NOINLINE (Results 1 - 25 of 39) sorted by relevance

12

/openbsd-current/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 */
14 #endif /* NOINLINE */
/openbsd-current/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-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20010122-1.c7 #define NOINLINE __attribute__((noinline)) macro
14 void NOINLINE *test1 (void)
21 void NOINLINE *test2 (void)
29 void NOINLINE *test3 (void)
37 void NOINLINE *test4 (void)
44 void *NOINLINE test4a (char * p)
51 void NOINLINE *test5 (void)
58 void NOINLINE *test5a (char * p)
66 void NOINLINE *test6 (void)
73 void NOINLINE *test6
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dtruncsfhf2.c15 COMPILER_RT_ABI NOINLINE dst_t __truncsfhf2(float a) {
H A Dextendhfsf2.c15 COMPILER_RT_ABI NOINLINE float __extendhfsf2(src_t a) {
H A Dint_lib.h37 #define NOINLINE __declspec(noinline) macro
42 #define NOINLINE __attribute__((noinline)) macro
/openbsd-current/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
H A Dsanitizer_allocator_testlib.cpp88 static void NOINLINE thread_init() {
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_rtl.cpp88 NOINLINE
103 extern "C" NOINLINE INTERFACE_ATTRIBUTE \
108 extern "C" NOINLINE INTERFACE_ATTRIBUTE \
113 extern "C" NOINLINE INTERFACE_ATTRIBUTE \
131 extern "C" NOINLINE INTERFACE_ATTRIBUTE \
136 extern "C" NOINLINE INTERFACE_ATTRIBUTE \
141 extern "C" NOINLINE INTERFACE_ATTRIBUTE \
163 extern "C" NOINLINE INTERFACE_ATTRIBUTE \
167 extern "C" NOINLINE INTERFACE_ATTRIBUTE \
171 extern "C" NOINLINE INTERFACE_ATTRIBUT
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dmutex.h26 NOINLINE void lock() {
H A Dquarantine.h200 void NOINLINE drain(CacheT *C, Callback Cb) {
209 void NOINLINE drainAndRecycle(CacheT *C, Callback Cb) {
245 void NOINLINE recycle(uptr MinSize, Callback Cb) {
276 void NOINLINE doRecycle(CacheT *C, Callback Cb) {
H A Dlocal_cache.h189 NOINLINE void initCache() {
209 NOINLINE bool refill(PerClass *C, uptr ClassId) {
222 NOINLINE void drain(PerClass *C, uptr ClassId) {
H A Dtsd_shared.h153 NOINLINE void initThread(Allocator *Instance) {
161 NOINLINE TSD<Allocator> *getTSDAndLockSlow(TSD<Allocator> *CurrentTSD) {
H A Dtsd_exclusive.h104 NOINLINE void initThread(Allocator *Instance, bool MinimalInit) {
H A Dinternal_defs.h37 #define NOINLINE __attribute__((noinline)) macro
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/tests/
H A Dasan_test.cpp32 NOINLINE void *malloc_fff(size_t size) {
34 NOINLINE void *malloc_eee(size_t size) {
36 NOINLINE void *malloc_ddd(size_t size) {
38 NOINLINE void *malloc_ccc(size_t size) {
40 NOINLINE void *malloc_bbb(size_t size) {
42 NOINLINE void *malloc_aaa(size_t size) {
45 NOINLINE void free_ccc(void *p) { free(p); break_optimization(0);}
46 NOINLINE void free_bbb(void *p) { free_ccc(p); break_optimization(0);}
47 NOINLINE void free_aaa(void *p) { free_bbb(p); break_optimization(0);}
50 NOINLINE voi
[all...]
H A Dasan_oob_test.cpp14 NOINLINE void asan_write_sized_aligned(uint8_t *p, size_t size) {
23 NOINLINE void oob_test(int size, int off) {
H A Dasan_test_utils.h72 NOINLINE void asan_write(T *a) {
/openbsd-current/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() {
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h99 NOINLINE bool Refill(PerClass *c, SizeClassAllocator *allocator,
110 NOINLINE void DrainHalfMax(PerClass *c, SizeClassAllocator *allocator,
241 NOINLINE bool Refill(PerClass *c, SizeClassAllocator *allocator,
254 NOINLINE void Drain(PerClass *c, SizeClassAllocator *allocator,
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_quarantine.h115 void NOINLINE Drain(Cache *c, Callback cb) {
124 void NOINLINE DrainAndRecycle(Cache *c, Callback cb) {
152 void NOINLINE Recycle(uptr min_size, Callback cb)
184 void NOINLINE DoRecycle(Cache *c, Callback cb) {
H A Dsanitizer_flat_map.h147 NOINLINE T *Create(uptr idx) const {
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h130 NOINLINE void Refill(Cache *c) {
150 NOINLINE void Drain(Cache *c) {
170 NOINLINE void AllocSuperBlock(Cache *c) {
H A Dtsan_rtl_access.cpp95 NOINLINE void TraceRestartFuncEntry(ThreadState* thr, uptr pc) {
100 NOINLINE void TraceRestartFuncExit(ThreadState* thr) {
148 NOINLINE void DoReportRace(ThreadState* thr, RawShadow* shadow_mem, Shadow cur,
274 NOINLINE void DoReportRaceV(ThreadState* thr, RawShadow* shadow_mem, Shadow cur,
414 NOINLINE void TraceRestartMemoryAccess(ThreadState* thr, uptr pc, uptr addr,
447 NOINLINE
483 NOINLINE
659 NOINLINE void RestartMemoryAccessRange(ThreadState* thr, uptr pc, uptr addr,

Completed in 197 milliseconds

12