| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/ |
| H A D | Winline-4.C | 8 __attribute__((noinline)) int a(int r) { return r & 1; } in a() 9 virtual __attribute__((noinline)) int b(int r) { return r & 1; } in b() 10 static __attribute__((noinline)) int c(int r) { return r & 1; } in c()
|
| /openbsd-src/gnu/llvm/libcxxabi/src/demangle/ |
| H A D | DemangleConfig.h | 66 #if __has_attribute(noinline) || DEMANGLE_GNUC_PREREQ(3, 4, 0) 67 #define DEMANGLE_ATTRIBUTE_NOINLINE __attribute__((noinline)) 69 #define DEMANGLE_ATTRIBUTE_NOINLINE __declspec(noinline)
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/ |
| H A D | DemangleConfig.h | 61 #if __has_attribute(noinline) || DEMANGLE_GNUC_PREREQ(3, 4, 0) 62 #define DEMANGLE_ATTRIBUTE_NOINLINE __attribute__((noinline)) 64 #define DEMANGLE_ATTRIBUTE_NOINLINE __declspec(noinline)
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/benchmarks/ |
| H A D | func_entry_exit.cpp | 12 __attribute__((noinline)) void bar(volatile bool x) { in bar() 17 __attribute__((noinline)) void foo(bool x) { in foo()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
| H A D | 20031202-1.c | 18 int __attribute__((noinline)) 30 int __attribute__((noinline))
|
| H A D | 20021018-1.c | 9 long __attribute__((noinline))
|
| H A D | 20020616-1.c | 7 void __attribute__((noinline))
|
| H A D | 20030711-1.c | 8 void __attribute__((noinline)) test (const char *p) in test()
|
| H A D | loop-6.c | 8 __attribute__((noinline)) double f(double x) { return x; } in f()
|
| H A D | cleanup-3.c | 18 static void __attribute__((noinline))
|
| H A D | cleanup-4.c | 16 static void __attribute__((noinline))
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/ |
| H A D | ia64-1.C | 12 void __attribute__((noinline)) 18 void __attribute__((noinline))
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_test_utils.h | 34 # define NOINLINE __declspec(noinline) 36 # define NOINLINE __attribute__((noinline))
|
| H A D | standalone_malloc_test.cpp | 16 __attribute__((noinline)) 61 __attribute__((noinline))
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/asan/tests/ |
| H A D | asan_benchmarks_test.cpp | 17 __attribute__((noinline)) 51 __attribute__((noinline))
|
| /openbsd-src/sys/dev/pci/drm/i915/ |
| H A D | intel_runtime_pm.c | 59 static noinline depot_stack_handle_t __save_depot_stack(void) in __save_depot_stack() 74 static noinline depot_stack_handle_t 204 static noinline void 227 static noinline void 244 static noinline void
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerPlatform.h | 125 #define ATTRIBUTE_NOINLINE __declspec(noinline) 132 #define ATTRIBUTE_NOINLINE __attribute__((noinline))
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/builtins/ |
| H A D | int_lib.h | 37 #define NOINLINE __declspec(noinline) 42 #define NOINLINE __attribute__((noinline))
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/ubsan_minimal/ |
| H A D | ubsan_minimal_handlers.cpp | 23 __attribute__((noinline)) static bool report_this_error(uintptr_t caller) { in report_this_error() 54 __attribute__((noinline)) static void decorate_msg(char *buf, in decorate_msg()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | Compiler.h | 215 #if __has_attribute(noinline) 216 #define LLVM_ATTRIBUTE_NOINLINE __attribute__((noinline)) 218 #define LLVM_ATTRIBUTE_NOINLINE __declspec(noinline)
|
| /openbsd-src/sys/dev/pci/drm/i915/selftests/ |
| H A D | scatterlist.c | 41 static noinline int expect_pfn_sg(struct pfn_table *pt, in expect_pfn_sg() 81 static noinline int expect_pfn_sg_page_iter(struct pfn_table *pt, in expect_pfn_sg_page_iter() 112 static noinline int expect_pfn_sgtiter(struct pfn_table *pt, in expect_pfn_sgtiter()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | 20031020-1.c | 10 void __attribute__((noinline))
|
| H A D | built-in-setjmp.c | 8 void __attribute__((noinline))
|
| /openbsd-src/gnu/gcc/libmudflap/testsuite/libmudflap.c/ |
| H A D | fail27-frag.c | 6 __attribute__((noinline))
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/debug/ |
| H A D | 20020220-1.c | 7 void __attribute__((noinline))
|