/external/skia/tests/sksl/errors/ |
D | BadModifiers.glsl | 4 const in out uniform flat noperspective $pure inline noinline readonly writeonly 7 const in out uniform flat noperspective $pure inline noinline readonly writeonly 10 const in out uniform flat noperspective $pure inline noinline readonly writeonly 13 const in out uniform flat noperspective $pure inline noinline readonly writeonly 16 const in out uniform flat noperspective $pure inline noinline readonly writeonly 19 const in out uniform flat noperspective $pure inline noinline readonly writeonly 22 const in out uniform flat noperspective $pure inline noinline readonly writeonly 25 const in out uniform flat noperspective $pure inline noinline readonly writeonly 28 const in out uniform flat noperspective $pure inline noinline readonly writeonly 30 error: 1: functions cannot be both 'inline' and 'noinline' [all …]
|
/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
D | test_global_func3.c | 7 __attribute__ ((noinline)) 13 __attribute__ ((noinline)) 19 __attribute__ ((noinline)) 25 __attribute__ ((noinline)) 31 __attribute__ ((noinline)) 37 __attribute__ ((noinline)) 43 __attribute__ ((noinline)) 50 __attribute__ ((noinline))
|
D | test_pkt_access.c | 37 static __attribute__ ((noinline)) 43 static __attribute__ ((noinline)) 51 __attribute__ ((noinline)) 59 __attribute__ ((noinline)) 67 __attribute__ ((noinline)) 73 __attribute__ ((noinline)) 81 __attribute__ ((noinline))
|
D | test_global_func1.c | 11 static __attribute__ ((noinline)) 17 __attribute__ ((noinline)) 27 __attribute__ ((noinline)) 33 __attribute__ ((noinline))
|
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
D | perf_event_stackmap.c | 9 #ifndef noinline 10 #define noinline __attribute__((noinline)) macro 13 noinline int func_1(void) in func_1() 23 noinline int func_2(void) in func_2() 28 noinline int func_3(void) in func_3() 33 noinline int func_4(void) in func_4() 38 noinline int func_5(void) in func_5() 43 noinline int func_6(void) in func_6()
|
/external/skia/tests/sksl/runtime/ |
D | QualifierOrder.stage | 2 noinline void const_after_in_0(const float2 x); 3 noinline void inout_after_high_precision_0(inout float2 x); 4 noinline void out_after_high_precision_0(out float2 x); 5 noinline void const_after_in_0(const float2 x) 8 noinline void inout_after_high_precision_0(inout float2 x) 11 noinline void out_after_high_precision_0(out float2 x)
|
/external/google-breakpad/src/processor/ |
D | stackwalker_selftest.cc | 152 static uint32_t GetEBP() __attribute__((noinline)); 168 static uint32_t GetESP() __attribute__((noinline)); 189 static uint32_t GetEIP() __attribute__((noinline)); 209 static uint32_t GetSP() __attribute__((noinline)); 225 static uint32_t GetPC() __attribute__((noinline)); 246 static uint32_t GetSP() __attribute__((noinline)); 263 static uint32_t GetFP() __attribute__((noinline)); 278 static uint32_t GetPC() __attribute__((noinline)); 313 static unsigned int CountCallerFrames() __attribute__((noinline)); 387 __attribute__((noinline)); [all …]
|
/external/skia/resources/sksl/errors/ |
D | BadModifiers.sksl | 1 const in out uniform flat noperspective $pure inline noinline readonly writeonly 5 inline noinline readonly writeonly buffer float test) {} 7 const in out uniform flat noperspective $pure inline noinline readonly writeonly 10 const in out uniform flat noperspective $pure inline noinline readonly writeonly 23 functions cannot be both 'inline' and 'noinline' 30 'noinline' is not permitted here 37 'noinline' is not permitted here 45 'noinline' is not permitted here
|
/external/pdfium/third_party/base/ |
D | compiler_specific.h | 20 #if defined(__clang__) && HAS_ATTRIBUTE(noinline) 21 #define NOINLINE [[clang::noinline]] 22 #elif defined(COMPILER_GCC) && HAS_ATTRIBUTE(noinline) 23 #define NOINLINE __attribute__((noinline)) 25 #define NOINLINE __declspec(noinline)
|
/external/compiler-rt/test/cfi/ |
D | stats.cpp | 15 extern "C" __attribute__((noinline)) void vcall(A *a) { in vcall() 20 extern "C" __attribute__((noinline)) void nvcall(A *a) { in nvcall() 25 extern "C" __attribute__((noinline)) A *dcast(A *a) { in dcast() 30 extern "C" __attribute__((noinline)) A *ucast(A *a) { in ucast() 35 extern "C" __attribute__((noinline)) void unreachable(A *a) { in unreachable()
|
/external/compiler-rt/test/cfi/cross-dso/ |
D | stats.cpp | 18 extern "C" __attribute__((noinline)) void vcall(A *a) { in vcall() 23 extern "C" __attribute__((noinline)) void nvcall(A *a) { in nvcall() 30 extern "C" __attribute__((noinline)) A *dcast(A *a) { in dcast() 35 extern "C" __attribute__((noinline)) A *ucast(A *a) { in ucast() 40 extern "C" __attribute__((noinline)) void unreachable(A *a) { in unreachable()
|
/external/compiler-rt/test/asan/TestCases/ |
D | deep_tail_call.cc | 9 void __attribute__((noinline)) call4(int i) { global[i+10]++; } in call4() 11 void __attribute__((noinline)) call3(int i) { call4(i); } in call3() 13 void __attribute__((noinline)) call2(int i) { call3(i); } in call2() 15 void __attribute__((noinline)) call1(int i) { call2(i); } in call1()
|
/external/compiler-rt/test/tsan/ |
D | simple_stack2.cc | 6 void __attribute__((noinline)) foo1() { in foo1() 10 void __attribute__((noinline)) bar1() { in bar1() 17 void __attribute__((noinline)) foo2() { in foo2() 23 void __attribute__((noinline)) bar2() { in bar2()
|
D | simple_stack.c | 6 void __attribute__((noinline)) foo1() { in foo1() 10 void __attribute__((noinline)) bar1() { in bar1() 15 void __attribute__((noinline)) foo2() { in foo2() 19 void __attribute__((noinline)) bar2() { in bar2()
|
/external/clang/test/CodeGen/ |
D | arm64-arguments.c | 273 __attribute__ ((noinline)) 296 __attribute__ ((noinline)) 326 __attribute__ ((noinline)) 349 __attribute__ ((noinline)) 381 __attribute__ ((noinline)) 404 __attribute__ ((noinline)) 436 __attribute__ ((noinline)) 459 __attribute__ ((noinline)) 493 __attribute__ ((noinline)) 516 __attribute__ ((noinline)) [all …]
|
D | pragma-weak.c | 87 void __declfirstattr(void) __attribute((noinline)); 104 void __mix2(void) __attribute((noinline)); 105 void __mix2(void) __attribute((noinline)); 130 void __a1(void) __attribute((noinline)); 136 __attribute((pure,noinline,const)) void __xxx(void) { } in __xxx()
|
D | arm64-abi-vector.c | 308 __attribute__((noinline)) double args_vec_3c(int fixed, __char3 c3) { in args_vec_3c() 324 __attribute__((noinline)) double args_vec_5c(int fixed, __char5 c5) { in args_vec_5c() 340 __attribute__((noinline)) double args_vec_9c(int fixed, __char9 c9) { in args_vec_9c() 356 __attribute__((noinline)) double args_vec_19c(int fixed, __char19 c19) { in args_vec_19c() 370 __attribute__((noinline)) double args_vec_3s(int fixed, __short3 c3) { in args_vec_3s() 386 __attribute__((noinline)) double args_vec_5s(int fixed, __short5 c5) { in args_vec_5s() 402 __attribute__((noinline)) double args_vec_3i(int fixed, __int3 c3) { in args_vec_3i() 418 __attribute__((noinline)) double args_vec_5i(int fixed, __int5 c5) { in args_vec_5i() 432 __attribute__((noinline)) double args_vec_3d(int fixed, __double3 c3) { in args_vec_3d()
|
/external/linux-kselftest/tools/testing/selftests/bpf/bpf_testmod/ |
D | bpf_testmod.c | 18 noinline void 24 noinline int bpf_testmod_loop_test(int n) in bpf_testmod_loop_test() 36 __weak noinline struct file *bpf_testmod_return_ptr(int arg) in bpf_testmod_return_ptr() 52 noinline ssize_t 88 noinline ssize_t
|
/external/skia/resources/sksl/inliner/ |
D | NoInline.sksl | 3 noinline half4 multiplyByAlpha(half4 x) { 7 noinline half add(half a, half b) { 12 noinline half mul(half a, half b) { 16 noinline half fused_multiply_add(half a, half b, half c) {
|
/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/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 {{'noinline' attribute takes no arguments…
|
/external/zstd/contrib/linux-kernel/test/include/linux/ |
D | compiler.h | 17 #ifndef noinline 18 #define noinline __attribute__((noinline)) macro
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | clang_gcc_abi.cc | 11 __attribute__((noinline)) 19 __attribute__((naked, noinline)) void gcc_abi() { in gcc_abi() 32 __attribute__((naked, noinline)) void clang_abi() { in clang_abi()
|
/external/cronet/buildtools/third_party/libc++abi/trunk/test/native/AArch64/ |
D | ra_sign_state.pass.cpp | 19 __attribute__((noinline, target("branch-protection=pac-ret+leaf"))) 25 __attribute__((noinline, target("branch-protection=none"))) 44 __attribute__((noinline, target("branch-protection=pac-ret")))
|
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/ |
D | compiler_specific.h | 27 #if defined(__clang__) && PA_HAS_ATTRIBUTE(noinline) 28 #define PA_NOINLINE [[clang::noinline]] 29 #elif defined(COMPILER_GCC) && PA_HAS_ATTRIBUTE(noinline) 30 #define PA_NOINLINE __attribute__((noinline)) 32 #define PA_NOINLINE __declspec(noinline)
|