/third_party/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)
|
D | ConstPreservation.stage | 2 noinline half opt_barrier_0(const half x); 4 noinline half opt_barrier_0(const half x)
|
/third_party/musl/ndk-test/sanitize/cfi/src/ |
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() 28 extern "C" __attribute__((noinline)) A *dcast(A *a) { in dcast() 33 extern "C" __attribute__((noinline)) A *ucast(A *a) { in ucast() 38 extern "C" __attribute__((noinline)) void unreachable(A *a) { in unreachable()
|
/third_party/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 fma(half a, half b, half c) {
|
/third_party/pixman/pixman/ |
D | pixman-compiler.h | 78 # define noinline __declspec(noinline) macro 82 # define noinline __attribute__((noinline)) macro 87 # ifndef noinline 88 # define noinline macro
|
/third_party/skia/resources/sksl/errors/ |
D | BadModifiers.sksl | 1 const in out uniform flat noperspective sk_has_side_effects inline noinline void func1() {} 4 inline noinline float test) {} 6 const in out uniform flat noperspective sk_has_side_effects inline noinline float var;
|
/third_party/musl/ndk-test/sanitize/fuzz/src/ |
D | PrintFuncTest.cpp | 12 __attribute__((noinline)) 23 __attribute__((noinline)) 28 __attribute__((noinline))
|
/third_party/skia/resources/sksl/runtime/ |
D | QualifierOrder.rts | 8 noinline void const_after_in(in const vec2 x) {} 9 noinline void inout_after_high_precision(highp inout vec2 x) {} 10 noinline void out_after_high_precision(highp out vec2 x) {}
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
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)
|
/third_party/skia/tests/sksl/errors/ |
D | BadModifiers.glsl | 9 error: 1: functions cannot be both 'inline' and 'noinline' 15 error: 4: 'noinline' is not permitted here 19 error: 6: 'noinline' is not permitted here
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
D | test_calling_conv.cpp | 62 void __attribute__((noinline)) callee_i(int arg1) { in callee_i() 66 void __attribute__((noinline)) 77 void __attribute__((noinline))
|
D | test_cast.cpp | 22 ToType __attribute__((noinline)) cast(FromType a) { in cast() 27 ToType __attribute__((noinline)) castBits(FromType a) { in castBits() 32 ToType __attribute__((noinline)) cast(int i, FromType a, int j) { in cast() 39 ToType __attribute__((noinline)) castBits(int i, FromType a, int j) { in castBits()
|
/third_party/flutter/engine/flutter/fml/ |
D | compiler_specific.h | 33 #define FML_NOINLINE __attribute__((noinline)) 35 #define FML_NOINLINE __declspec(noinline)
|
/third_party/boost/libs/context/example/callcc/ |
D | segmented.cpp | 16 __declspec(noinline) void access( char *buf); 18 void access( char *buf) __attribute__ ((noinline));
|
/third_party/boost/libs/coroutine2/example/ |
D | segmented.cpp | 14 __declspec(noinline) void access( char *buf); 16 void access( char *buf) __attribute__ ((noinline));
|
/third_party/boost/libs/coroutine/example/symmetric/ |
D | segmented_stack.cpp | 18 __declspec(noinline) void access( char *buf); 20 void access( char *buf) __attribute__ ((noinline));
|
/third_party/boost/libs/context/example/fiber/ |
D | segmented.cpp | 16 __declspec(noinline) void access( char *buf); 18 void access( char *buf) __attribute__ ((noinline));
|
/third_party/boost/libs/coroutine/example/asymmetric/ |
D | segmented_stack.cpp | 17 __declspec(noinline) void access( char *buf); 19 void access( char *buf) __attribute__ ((noinline));
|
/third_party/skia/third_party/externals/dawn/src/common/ |
D | Compiler.h | 67 # define DAWN_NOINLINE __attribute__((noinline)) 87 # define DAWN_NOINLINE __declspec(noinline)
|
/third_party/boost/libs/fiber/examples/ |
D | segmented_stack.cpp | 16 __declspec(noinline) void access( char *buf); 18 void access( char *buf) __attribute__ ((noinline));
|
/third_party/jerryscript/jerry-core/include/ |
D | jerryscript-compiler.h | 39 #define JERRY_ATTR_NOINLINE __attribute__((noinline)) 55 #define JERRY_ATTR_NOINLINE __declspec(noinline)
|
/third_party/libuv/test/ |
D | test-poll-close-doesnt-corrupt-stack.c | 29 # define NO_INLINE __declspec(noinline) 31 # define NO_INLINE __attribute__ ((noinline))
|
/third_party/weston/tests/ |
D | matrix-test.c | 273 static void __attribute__((noinline)) 298 static void __attribute__((noinline)) 325 static void __attribute__((noinline)) 350 static void __attribute__((noinline))
|
/third_party/python/Include/ |
D | pymath.h | 167 __declspec(noinline) 169 __attribute__((noinline))
|
/third_party/ffmpeg/libavutil/ |
D | attributes.h | 68 # define av_noinline __attribute__((noinline)) 70 # define av_noinline __declspec(noinline)
|