Home
last modified time | relevance | path

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

123456

/external/valgrind/main/memcheck/tests/
Dorigin3-no.c17 __attribute__((noinline)) int t1(void);
18 __attribute__((noinline)) int t2(void);
19 __attribute__((noinline)) int t3(void);
20 __attribute__((noinline)) int t4(void);
21 __attribute__((noinline)) int t5(void);
22 __attribute__((noinline)) int t6(void);
38 __attribute__((noinline)) int t1(void) in t1()
48 __attribute__((noinline)) int t2(void) in t2()
58 __attribute__((noinline)) int t3(void) in t3()
68 __attribute__((noinline)) int t4(void) in t4()
[all …]
Dvarinfo5so.c21 __attribute__((noinline))
46 __attribute__((noinline))
64 __attribute__((noinline))
78 __attribute__((noinline))
91 __attribute__((noinline))
99 __attribute__((noinline))
115 __attribute__((noinline))
132 __attribute__((noinline))
143 __attribute__((noinline))
Dorigin2-not-quite.c16 __attribute__((noinline)) int t1(void);
17 __attribute__((noinline)) int t2(void);
18 __attribute__((noinline)) int t3(void);
32 __attribute__((noinline)) int t1(void) in t1()
41 __attribute__((noinline)) int t2(void) in t2()
50 __attribute__((noinline)) int t3(void) in t3()
Derr_disable2.c12 __attribute__((noinline)) void usechar ( char c ) in usechar()
20 __attribute__((noinline)) void err ( void ) in err()
Datomic_incs.c26 __attribute__((noinline)) void atomic_add_8bit ( char* p, int n ) in atomic_add_8bit()
119 __attribute__((noinline)) void atomic_add_16bit ( short* p, int n ) in atomic_add_16bit()
211 __attribute__((noinline)) void atomic_add_32bit ( int* p, int n ) in atomic_add_32bit()
297 __attribute__((noinline)) void atomic_add_64bit ( long long int* p, int n ) in atomic_add_64bit()
Derr_disable1.c11 __attribute__((noinline)) void usechar ( char c ) in usechar()
19 __attribute__((noinline)) void err ( void ) in err()
Dpartiallydefinedeq.c11 __attribute__((noinline)) // keep your grubby hands off this fn
71 static __attribute__((noinline)) void bar ( void ) in bar()
/external/valgrind/main/massif/tests/
Doverloaded-new.cpp17 __attribute__((noinline)) void* operator new (std::size_t n) throw (std::bad_alloc) in operator new()
22 __attribute__((noinline)) void* operator new (std::size_t n, std::nothrow_t const &) throw () in operator new()
27 __attribute__((noinline)) void* operator new[] (std::size_t n) throw (std::bad_alloc) in operator new[]()
32 __attribute__((noinline)) void* operator new[] (std::size_t n, std::nothrow_t const &) throw () in operator new[]()
37 __attribute__((noinline)) void operator delete (void* p) in operator delete()
42 __attribute__((noinline)) void operator delete[] (void* p) in operator delete[]()
/external/valgrind/main/none/tests/x86/
Dsmc1.c68 __attribute__((noinline))
71 __attribute__((noinline))
74 __attribute__((noinline))
77 __attribute__((noinline))
80 __attribute__((noinline))
Dlzcnt32.c7 __attribute__((noinline))
24 __attribute__((noinline))
73 __attribute__((noinline))
90 __attribute__((noinline))
/external/clang/test/CodeGen/
Dpragma-weak.c87 void __declfirstattr(void) __attribute((noinline));
104 void __mix2(void) __attribute((noinline));
105 void __mix2(void) __attribute((noinline));
136 void __a1(void) __attribute((noinline));
143 void __a3(void) __attribute((noinline));
150 __attribute((pure,noinline,const,fastcall)) void __xxx(void) { } in __xxx()
/external/valgrind/main/none/tests/amd64/
Dsmc1.c85 __attribute__((noinline))
88 __attribute__((noinline))
91 __attribute__((noinline))
94 __attribute__((noinline))
97 __attribute__((noinline))
/external/compiler-rt/lib/asan/output_tests/
Ddeep_tail_call.cc4 void __attribute__((noinline)) call4(int i) { global[i+10]++; } in call4()
6 void __attribute__((noinline)) call3(int i) { call4(i); } in call3()
8 void __attribute__((noinline)) call2(int i) { call3(i); } in call2()
10 void __attribute__((noinline)) call1(int i) { call2(i); } in call1()
Dstack-use-after-return.cc.disabled3 __attribute__((noinline))
9 __attribute__((noinline))
15 __attribute__((noinline))
/external/clang/test/Sema/
Dattr-noinline.c3 int a __attribute__((noinline)); // expected-warning {{'noinline' attribute only applies to functio…
5 void t1() __attribute__((noinline));
7 void t2() __attribute__((noinline(2))); // expected-error {{attribute takes no arguments}}
/external/llvm/test/CodeGen/SPARC/
D2011-01-11-CC.ll5 define i32 @test_addx(i64 %a, i64 %b, i64 %c) nounwind readnone noinline {
21 define i32 @test_select_int_icc(i32 %a, i32 %b, i32 %c) nounwind readnone noinline {
36 define float @test_select_fp_icc(i32 %a, float %f1, float %f2) nounwind readnone noinline {
50 define double @test_select_dfp_icc(i32 %a, double %f1, double %f2) nounwind readnone noinline {
64 define i32 @test_select_int_fcc(float %f, i32 %a, i32 %b) nounwind readnone noinline {
79 define float @test_select_fp_fcc(float %f, float %f1, float %f2) nounwind readnone noinline {
93 define double @test_select_dfp_fcc(double %f, double %f1, double %f2) nounwind readnone noinline {
/external/llvm/test/CodeGen/X86/
Dlimited-prec.ll8 define float @f1(float %x) nounwind noinline {
17 define float @f2(float %x) nounwind noinline {
26 define float @f3(float %x) nounwind noinline {
35 define float @f4(float %x) nounwind noinline {
44 define float @f5(float %x) nounwind noinline {
53 define float @f6(float %x) nounwind noinline {
/external/valgrind/main/exp-sgcheck/tests/
Dhsg.c10 __attribute__((noinline))
19 __attribute__((noinline))
26 __attribute__((noinline))
Dbad_percentify.c83 __attribute__((noinline))
95 __attribute__((noinline))
112 __attribute__((noinline))
118 __attribute__((noinline))
134 __attribute__((noinline))
142 __attribute__((noinline))
176 static __attribute__((noinline))
335 __attribute__((noinline))
560 __attribute__((noinline))
619 __attribute__((noinline))
Dstackerr.c23 __attribute__((noinline)) void foo ( long* sa, int n ) in foo()
30 __attribute__((noinline)) void bar ( long* sa, int n ) in bar()
/external/valgrind/main/helgrind/
Dhg_intercepts.c231 __attribute__((noinline))
310 __attribute__((noinline))
647 __attribute__((noinline))
728 __attribute__((noinline))
827 __attribute__((noinline))
879 __attribute__((noinline))
927 __attribute__((noinline))
1116 __attribute__((noinline))
1313 __attribute__((noinline))
1360 __attribute__((noinline))
[all …]
/external/llvm/test/Assembler/
D2008-09-02-FunctionNotes2.ll2 ; RUN: not llvm-as %s -o /dev/null |& grep "Attributes noinline alwaysinline are incompatible"
3 define void @fn1() alwaysinline noinline {
/external/kernel-headers/original/linux/
Dcompiler-gcc.h30 #define noinline __attribute__((noinline)) macro
/external/compiler-rt/lib/asan/tests/
Dasan_test_utils.h26 # define NOINLINE __declspec(noinline)
28 # define NOINLINE __attribute__((noinline))
/external/valgrind/main/drd/tests/
Dunified_annotations.h30 void __attribute__((weak,noinline))
36 void __attribute__((weak,noinline))

123456