Home
last modified time | relevance | path

Searched refs:noinline (Results 1 – 25 of 104) sorted by relevance

12345

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/
H A DWinline-4.C8 __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 DDemangleConfig.h66 #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 DDemangleConfig.h61 #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 Dfunc_entry_exit.cpp12 __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 D20031202-1.c18 int __attribute__((noinline))
30 int __attribute__((noinline))
H A D20021018-1.c9 long __attribute__((noinline))
H A D20020616-1.c7 void __attribute__((noinline))
H A D20030711-1.c8 void __attribute__((noinline)) test (const char *p) in test()
H A Dloop-6.c8 __attribute__((noinline)) double f(double x) { return x; } in f()
H A Dcleanup-3.c18 static void __attribute__((noinline))
H A Dcleanup-4.c16 static void __attribute__((noinline))
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/
H A Dia64-1.C12 void __attribute__((noinline))
18 void __attribute__((noinline))
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_test_utils.h34 # define NOINLINE __declspec(noinline)
36 # define NOINLINE __attribute__((noinline))
H A Dstandalone_malloc_test.cpp16 __attribute__((noinline))
61 __attribute__((noinline))
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/tests/
H A Dasan_benchmarks_test.cpp17 __attribute__((noinline))
51 __attribute__((noinline))
/openbsd-src/sys/dev/pci/drm/i915/
H A Dintel_runtime_pm.c59 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 DFuzzerPlatform.h125 #define ATTRIBUTE_NOINLINE __declspec(noinline)
132 #define ATTRIBUTE_NOINLINE __attribute__((noinline))
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/
H A Dint_lib.h37 #define NOINLINE __declspec(noinline)
42 #define NOINLINE __attribute__((noinline))
/openbsd-src/gnu/llvm/compiler-rt/lib/ubsan_minimal/
H A Dubsan_minimal_handlers.cpp23 __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 DCompiler.h215 #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 Dscatterlist.c41 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 D20031020-1.c10 void __attribute__((noinline))
H A Dbuilt-in-setjmp.c8 void __attribute__((noinline))
/openbsd-src/gnu/gcc/libmudflap/testsuite/libmudflap.c/
H A Dfail27-frag.c6 __attribute__((noinline))
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/debug/
H A D20020220-1.c7 void __attribute__((noinline))

12345