Home
last modified time | relevance | path

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

1234567

/third_party/skia/tests/sksl/runtime/
DQualifierOrder.stage2 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)
DConstPreservation.stage2 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/
Dstats.cpp18 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/
DNoInline.sksl3 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/
Dpixman-compiler.h78 # define noinline __declspec(noinline) macro
82 # define noinline __attribute__((noinline)) macro
87 # ifndef noinline
88 # define noinline macro
/third_party/skia/resources/sksl/errors/
DBadModifiers.sksl1 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/
DPrintFuncTest.cpp12 __attribute__((noinline))
23 __attribute__((noinline))
28 __attribute__((noinline))
/third_party/skia/resources/sksl/runtime/
DQualifierOrder.rts8 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/
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)
/third_party/skia/tests/sksl/errors/
DBadModifiers.glsl9 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/
Dtest_calling_conv.cpp62 void __attribute__((noinline)) callee_i(int arg1) { in callee_i()
66 void __attribute__((noinline))
77 void __attribute__((noinline))
Dtest_cast.cpp22 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/
Dcompiler_specific.h33 #define FML_NOINLINE __attribute__((noinline))
35 #define FML_NOINLINE __declspec(noinline)
/third_party/boost/libs/context/example/callcc/
Dsegmented.cpp16 __declspec(noinline) void access( char *buf);
18 void access( char *buf) __attribute__ ((noinline));
/third_party/boost/libs/coroutine2/example/
Dsegmented.cpp14 __declspec(noinline) void access( char *buf);
16 void access( char *buf) __attribute__ ((noinline));
/third_party/boost/libs/coroutine/example/symmetric/
Dsegmented_stack.cpp18 __declspec(noinline) void access( char *buf);
20 void access( char *buf) __attribute__ ((noinline));
/third_party/boost/libs/context/example/fiber/
Dsegmented.cpp16 __declspec(noinline) void access( char *buf);
18 void access( char *buf) __attribute__ ((noinline));
/third_party/boost/libs/coroutine/example/asymmetric/
Dsegmented_stack.cpp17 __declspec(noinline) void access( char *buf);
19 void access( char *buf) __attribute__ ((noinline));
/third_party/skia/third_party/externals/dawn/src/common/
DCompiler.h67 # define DAWN_NOINLINE __attribute__((noinline))
87 # define DAWN_NOINLINE __declspec(noinline)
/third_party/boost/libs/fiber/examples/
Dsegmented_stack.cpp16 __declspec(noinline) void access( char *buf);
18 void access( char *buf) __attribute__ ((noinline));
/third_party/jerryscript/jerry-core/include/
Djerryscript-compiler.h39 #define JERRY_ATTR_NOINLINE __attribute__((noinline))
55 #define JERRY_ATTR_NOINLINE __declspec(noinline)
/third_party/libuv/test/
Dtest-poll-close-doesnt-corrupt-stack.c29 # define NO_INLINE __declspec(noinline)
31 # define NO_INLINE __attribute__ ((noinline))
/third_party/weston/tests/
Dmatrix-test.c273 static void __attribute__((noinline))
298 static void __attribute__((noinline))
325 static void __attribute__((noinline))
350 static void __attribute__((noinline))
/third_party/python/Include/
Dpymath.h167 __declspec(noinline)
169 __attribute__((noinline))
/third_party/ffmpeg/libavutil/
Dattributes.h68 # define av_noinline __attribute__((noinline))
70 # define av_noinline __declspec(noinline)

1234567