/external/valgrind/main/memcheck/tests/ |
D | origin3-no.c | 17 __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 …]
|
D | varinfo5so.c | 21 __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))
|
D | origin2-not-quite.c | 16 __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()
|
D | err_disable2.c | 12 __attribute__((noinline)) void usechar ( char c ) in usechar() 20 __attribute__((noinline)) void err ( void ) in err()
|
D | atomic_incs.c | 26 __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()
|
D | err_disable1.c | 11 __attribute__((noinline)) void usechar ( char c ) in usechar() 19 __attribute__((noinline)) void err ( void ) in err()
|
D | partiallydefinedeq.c | 11 __attribute__((noinline)) // keep your grubby hands off this fn 71 static __attribute__((noinline)) void bar ( void ) in bar()
|
/external/valgrind/main/massif/tests/ |
D | overloaded-new.cpp | 17 __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/ |
D | smc1.c | 68 __attribute__((noinline)) 71 __attribute__((noinline)) 74 __attribute__((noinline)) 77 __attribute__((noinline)) 80 __attribute__((noinline))
|
D | lzcnt32.c | 7 __attribute__((noinline)) 24 __attribute__((noinline)) 73 __attribute__((noinline)) 90 __attribute__((noinline))
|
/external/clang/test/CodeGen/ |
D | pragma-weak.c | 87 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/ |
D | smc1.c | 85 __attribute__((noinline)) 88 __attribute__((noinline)) 91 __attribute__((noinline)) 94 __attribute__((noinline)) 97 __attribute__((noinline))
|
/external/compiler-rt/lib/asan/output_tests/ |
D | deep_tail_call.cc | 4 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()
|
D | stack-use-after-return.cc.disabled | 3 __attribute__((noinline)) 9 __attribute__((noinline)) 15 __attribute__((noinline))
|
/external/clang/test/Sema/ |
D | attr-noinline.c | 3 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/ |
D | 2011-01-11-CC.ll | 5 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/ |
D | limited-prec.ll | 8 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/ |
D | hsg.c | 10 __attribute__((noinline)) 19 __attribute__((noinline)) 26 __attribute__((noinline))
|
D | bad_percentify.c | 83 __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))
|
D | stackerr.c | 23 __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/ |
D | hg_intercepts.c | 231 __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/ |
D | 2008-09-02-FunctionNotes2.ll | 2 ; 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/ |
D | compiler-gcc.h | 30 #define noinline __attribute__((noinline)) macro
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_test_utils.h | 26 # define NOINLINE __declspec(noinline) 28 # define NOINLINE __attribute__((noinline))
|
/external/valgrind/main/drd/tests/ |
D | unified_annotations.h | 30 void __attribute__((weak,noinline)) 36 void __attribute__((weak,noinline))
|