Home
last modified time | relevance | path

Searched +defs:M +defs:r +defs:a (Results 1 – 25 of 3883) sorted by relevance

12345678910>>...156

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/third_party/vulkan-tools/src/cube/
H A Dlinmath.h33 static inline void vec3_add(vec3 r, vec3 const a, vec3 const b) { in vec3_add()
37 static inline void vec3_sub(vec3 r, vec3 const a, vec3 const b) { in vec3_sub()
68 static inline void vec4_add(vec4 r, vec4 const a, vec4 const b) { in vec4_add()
72 static inline void vec4_sub(vec4 r, vec4 const a, vec4 const b) { in vec4_sub()
86 static inline void vec4_mul_cross(vec4 r, vec4 a, vec4 b) { in vec4_mul_cross()
127 static inline void mat4x4_add(mat4x4 M, mat4x4 a, mat4x4 b) { in mat4x4_add()
131 static inline void mat4x4_sub(mat4x4 M, mat4x4 a, mat4x4 b) { in mat4x4_sub()
135 static inline void mat4x4_scale(mat4x4 M, mat4x4 a, float k) { in mat4x4_scale()
148 static inline void mat4x4_mul(mat4x4 M, mat4x4 a, mat4x4 b) { in mat4x4_mul()
393 static inline void quat_add(quat r, quat a, quat b) { in quat_add()
[all …]
/dports/graphics/vulkan-tools/Vulkan-Tools-1.2.203/cube/
H A Dlinmath.h33 static inline void vec3_add(vec3 r, vec3 const a, vec3 const b) { in vec3_add()
37 static inline void vec3_sub(vec3 r, vec3 const a, vec3 const b) { in vec3_sub()
68 static inline void vec4_add(vec4 r, vec4 const a, vec4 const b) { in vec4_add()
72 static inline void vec4_sub(vec4 r, vec4 const a, vec4 const b) { in vec4_sub()
86 static inline void vec4_mul_cross(vec4 r, vec4 a, vec4 b) { in vec4_mul_cross()
127 static inline void mat4x4_add(mat4x4 M, mat4x4 a, mat4x4 b) { in mat4x4_add()
131 static inline void mat4x4_sub(mat4x4 M, mat4x4 a, mat4x4 b) { in mat4x4_sub()
135 static inline void mat4x4_scale(mat4x4 M, mat4x4 a, float k) { in mat4x4_scale()
148 static inline void mat4x4_mul(mat4x4 M, mat4x4 a, mat4x4 b) { in mat4x4_mul()
393 static inline void quat_add(quat r, quat a, quat b) { in quat_add()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-tools/src/cube/
H A Dlinmath.h33 static inline void vec3_add(vec3 r, vec3 const a, vec3 const b) { in vec3_add()
37 static inline void vec3_sub(vec3 r, vec3 const a, vec3 const b) { in vec3_sub()
68 static inline void vec4_add(vec4 r, vec4 const a, vec4 const b) { in vec4_add()
72 static inline void vec4_sub(vec4 r, vec4 const a, vec4 const b) { in vec4_sub()
86 static inline void vec4_mul_cross(vec4 r, vec4 a, vec4 b) { in vec4_mul_cross()
127 static inline void mat4x4_add(mat4x4 M, mat4x4 a, mat4x4 b) { in mat4x4_add()
131 static inline void mat4x4_sub(mat4x4 M, mat4x4 a, mat4x4 b) { in mat4x4_sub()
135 static inline void mat4x4_scale(mat4x4 M, mat4x4 a, float k) { in mat4x4_scale()
148 static inline void mat4x4_mul(mat4x4 M, mat4x4 a, mat4x4 b) { in mat4x4_mul()
393 static inline void quat_add(quat r, quat a, quat b) { in quat_add()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Dlinmath.h52 static inline void vec3_mul_cross(vec3 r, vec3 const a, vec3 const b) in vec3_mul_cross()
67 static inline void vec4_mul_cross(vec4 r, vec4 a, vec4 b) in vec4_mul_cross()
98 static inline void mat4x4_row(vec4 r, mat4x4 M, int i) in mat4x4_row()
104 static inline void mat4x4_col(vec4 r, mat4x4 M, int i) in mat4x4_col()
117 static inline void mat4x4_add(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_add()
123 static inline void mat4x4_sub(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_sub()
129 static inline void mat4x4_scale(mat4x4 M, mat4x4 a, float k) in mat4x4_scale()
145 static inline void mat4x4_mul(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_mul()
182 static inline void mat4x4_from_vec3_mul_outer(mat4x4 M, vec3 a, vec3 b) in mat4x4_from_vec3_mul_outer()
432 static inline void quat_add(quat r, quat a, quat b) in quat_add()
[all …]
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/glad/
H A Dlinmath.h52 static inline void vec3_mul_cross(vec3 r, vec3 const a, vec3 const b) in vec3_mul_cross()
67 static inline void vec4_mul_cross(vec4 r, vec4 a, vec4 b) in vec4_mul_cross()
98 static inline void mat4x4_row(vec4 r, mat4x4 M, int i) in mat4x4_row()
104 static inline void mat4x4_col(vec4 r, mat4x4 M, int i) in mat4x4_col()
117 static inline void mat4x4_add(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_add()
123 static inline void mat4x4_sub(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_sub()
129 static inline void mat4x4_scale(mat4x4 M, mat4x4 a, float k) in mat4x4_scale()
146 static inline void mat4x4_mul(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_mul()
187 static inline void mat4x4_from_vec3_mul_outer(mat4x4 M, vec3 a, vec3 b) in mat4x4_from_vec3_mul_outer()
438 static inline void quat_add(quat r, quat a, quat b) in quat_add()
[all …]
/dports/math/geogram/geogram-1.7.7/src/lib/third_party/glfw/deps/
H A Dlinmath.h52 static inline void vec3_mul_cross(vec3 r, vec3 const a, vec3 const b) in vec3_mul_cross()
67 static inline void vec4_mul_cross(vec4 r, vec4 a, vec4 b) in vec4_mul_cross()
98 static inline void mat4x4_row(vec4 r, mat4x4 M, int i) in mat4x4_row()
104 static inline void mat4x4_col(vec4 r, mat4x4 M, int i) in mat4x4_col()
117 static inline void mat4x4_add(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_add()
123 static inline void mat4x4_sub(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_sub()
129 static inline void mat4x4_scale(mat4x4 M, mat4x4 a, float k) in mat4x4_scale()
145 static inline void mat4x4_mul(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_mul()
182 static inline void mat4x4_from_vec3_mul_outer(mat4x4 M, vec3 a, vec3 b) in mat4x4_from_vec3_mul_outer()
432 static inline void quat_add(quat r, quat a, quat b) in quat_add()
[all …]
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/glfw/deps/
H A Dlinmath.h52 static inline void vec3_mul_cross(vec3 r, vec3 const a, vec3 const b) in vec3_mul_cross()
67 static inline void vec4_mul_cross(vec4 r, vec4 a, vec4 b) in vec4_mul_cross()
98 static inline void mat4x4_row(vec4 r, mat4x4 M, int i) in mat4x4_row()
104 static inline void mat4x4_col(vec4 r, mat4x4 M, int i) in mat4x4_col()
117 static inline void mat4x4_add(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_add()
123 static inline void mat4x4_sub(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_sub()
129 static inline void mat4x4_scale(mat4x4 M, mat4x4 a, float k) in mat4x4_scale()
145 static inline void mat4x4_mul(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_mul()
182 static inline void mat4x4_from_vec3_mul_outer(mat4x4 M, vec3 a, vec3 b) in mat4x4_from_vec3_mul_outer()
432 static inline void quat_add(quat r, quat a, quat b) in quat_add()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glfw/src/deps/
H A Dlinmath.h52 static inline void vec3_mul_cross(vec3 r, vec3 const a, vec3 const b) in vec3_mul_cross()
67 static inline void vec4_mul_cross(vec4 r, vec4 a, vec4 b) in vec4_mul_cross()
98 static inline void mat4x4_row(vec4 r, mat4x4 M, int i) in mat4x4_row()
104 static inline void mat4x4_col(vec4 r, mat4x4 M, int i) in mat4x4_col()
117 static inline void mat4x4_add(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_add()
123 static inline void mat4x4_sub(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_sub()
129 static inline void mat4x4_scale(mat4x4 M, mat4x4 a, float k) in mat4x4_scale()
145 static inline void mat4x4_mul(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_mul()
182 static inline void mat4x4_from_vec3_mul_outer(mat4x4 M, vec3 a, vec3 b) in mat4x4_from_vec3_mul_outer()
432 static inline void quat_add(quat r, quat a, quat b) in quat_add()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glfw/src/deps/
H A Dlinmath.h52 static inline void vec3_mul_cross(vec3 r, vec3 const a, vec3 const b) in vec3_mul_cross()
67 static inline void vec4_mul_cross(vec4 r, vec4 a, vec4 b) in vec4_mul_cross()
98 static inline void mat4x4_row(vec4 r, mat4x4 M, int i) in mat4x4_row()
104 static inline void mat4x4_col(vec4 r, mat4x4 M, int i) in mat4x4_col()
117 static inline void mat4x4_add(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_add()
123 static inline void mat4x4_sub(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_sub()
129 static inline void mat4x4_scale(mat4x4 M, mat4x4 a, float k) in mat4x4_scale()
145 static inline void mat4x4_mul(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_mul()
182 static inline void mat4x4_from_vec3_mul_outer(mat4x4 M, vec3 a, vec3 b) in mat4x4_from_vec3_mul_outer()
432 static inline void quat_add(quat r, quat a, quat b) in quat_add()
[all …]
/dports/graphics/glfw/glfw-3.3.4/deps/
H A Dlinmath.h52 static inline void vec3_mul_cross(vec3 r, vec3 const a, vec3 const b) in vec3_mul_cross()
67 static inline void vec4_mul_cross(vec4 r, vec4 a, vec4 b) in vec4_mul_cross()
98 static inline void mat4x4_row(vec4 r, mat4x4 M, int i) in mat4x4_row()
104 static inline void mat4x4_col(vec4 r, mat4x4 M, int i) in mat4x4_col()
117 static inline void mat4x4_add(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_add()
123 static inline void mat4x4_sub(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_sub()
129 static inline void mat4x4_scale(mat4x4 M, mat4x4 a, float k) in mat4x4_scale()
145 static inline void mat4x4_mul(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_mul()
182 static inline void mat4x4_from_vec3_mul_outer(mat4x4 M, vec3 a, vec3 b) in mat4x4_from_vec3_mul_outer()
432 static inline void quat_add(quat r, quat a, quat b) in quat_add()
[all …]
/dports/graphics/open3d/Open3D-0.2/src/External/GLFW/deps/
H A Dlinmath.h52 static inline void vec3_mul_cross(vec3 r, vec3 const a, vec3 const b) in vec3_mul_cross()
67 static inline void vec4_mul_cross(vec4 r, vec4 a, vec4 b) in vec4_mul_cross()
98 static inline void mat4x4_row(vec4 r, mat4x4 M, int i) in mat4x4_row()
104 static inline void mat4x4_col(vec4 r, mat4x4 M, int i) in mat4x4_col()
117 static inline void mat4x4_add(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_add()
123 static inline void mat4x4_sub(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_sub()
129 static inline void mat4x4_scale(mat4x4 M, mat4x4 a, float k) in mat4x4_scale()
145 static inline void mat4x4_mul(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_mul()
182 static inline void mat4x4_from_vec3_mul_outer(mat4x4 M, vec3 a, vec3 b) in mat4x4_from_vec3_mul_outer()
432 static inline void quat_add(quat r, quat a, quat b) in quat_add()
[all …]
/dports/graphics/rx/rx-0.4.0/cargo-crates/glfw-sys-3.3.0/deps/
H A Dlinmath.h52 static inline void vec3_mul_cross(vec3 r, vec3 const a, vec3 const b) in vec3_mul_cross()
67 static inline void vec4_mul_cross(vec4 r, vec4 a, vec4 b) in vec4_mul_cross()
98 static inline void mat4x4_row(vec4 r, mat4x4 M, int i) in mat4x4_row()
104 static inline void mat4x4_col(vec4 r, mat4x4 M, int i) in mat4x4_col()
117 static inline void mat4x4_add(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_add()
123 static inline void mat4x4_sub(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_sub()
129 static inline void mat4x4_scale(mat4x4 M, mat4x4 a, float k) in mat4x4_scale()
145 static inline void mat4x4_mul(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_mul()
182 static inline void mat4x4_from_vec3_mul_outer(mat4x4 M, vec3 a, vec3 b) in mat4x4_from_vec3_mul_outer()
432 static inline void quat_add(quat r, quat a, quat b) in quat_add()
[all …]
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/GLFW/deps/
H A Dlinmath.h52 static inline void vec3_mul_cross(vec3 r, vec3 const a, vec3 const b) in vec3_mul_cross()
67 static inline void vec4_mul_cross(vec4 r, vec4 a, vec4 b) in vec4_mul_cross()
98 static inline void mat4x4_row(vec4 r, mat4x4 M, int i) in mat4x4_row()
104 static inline void mat4x4_col(vec4 r, mat4x4 M, int i) in mat4x4_col()
117 static inline void mat4x4_add(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_add()
123 static inline void mat4x4_sub(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_sub()
129 static inline void mat4x4_scale(mat4x4 M, mat4x4 a, float k) in mat4x4_scale()
145 static inline void mat4x4_mul(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_mul()
182 static inline void mat4x4_from_vec3_mul_outer(mat4x4 M, vec3 a, vec3 b) in mat4x4_from_vec3_mul_outer()
432 static inline void quat_add(quat r, quat a, quat b) in quat_add()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/glad/
H A Dlinmath.h52 static inline void vec3_mul_cross(vec3 r, vec3 const a, vec3 const b) in vec3_mul_cross()
67 static inline void vec4_mul_cross(vec4 r, vec4 a, vec4 b) in vec4_mul_cross()
98 static inline void mat4x4_row(vec4 r, mat4x4 M, int i) in mat4x4_row()
104 static inline void mat4x4_col(vec4 r, mat4x4 M, int i) in mat4x4_col()
117 static inline void mat4x4_add(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_add()
123 static inline void mat4x4_sub(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_sub()
129 static inline void mat4x4_scale(mat4x4 M, mat4x4 a, float k) in mat4x4_scale()
146 static inline void mat4x4_mul(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_mul()
187 static inline void mat4x4_from_vec3_mul_outer(mat4x4 M, vec3 a, vec3 b) in mat4x4_from_vec3_mul_outer()
438 static inline void quat_add(quat r, quat a, quat b) in quat_add()
[all …]
/dports/science/py-dlib/dlib-19.22/dlib/test/
H A Dmatrix2.cpp592 const long M = 50; in matrix_test1() local
634 const long M = 3; in matrix_test1() local
675 const long M = 3; in matrix_test1() local
719 const long M = 10; in matrix_test1() local
786 const long M = 1; in matrix_test2() local
817 const long M = 5; in matrix_test2() local
843 const long M = 9; in matrix_test2() local
870 const long M = 2; in matrix_test2() local
894 const long M = 9; in matrix_test2() local
917 const long M = 9; in matrix_test2() local
[all …]
/dports/science/dlib-cpp/dlib-19.22/dlib/test/
H A Dmatrix2.cpp592 const long M = 50; in matrix_test1() local
634 const long M = 3; in matrix_test1() local
675 const long M = 3; in matrix_test1() local
719 const long M = 10; in matrix_test1() local
786 const long M = 1; in matrix_test2() local
817 const long M = 5; in matrix_test2() local
843 const long M = 9; in matrix_test2() local
870 const long M = 2; in matrix_test2() local
894 const long M = 9; in matrix_test2() local
917 const long M = 9; in matrix_test2() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp4-1y.cpp3 int a; variable
6 int &d = [] (int &r) -> auto & { return r; } (a); in __anon48e48d1e0102()
7 int &e = [] (int &r) -> auto { return r; } (a); // expected-error {{cannot bind to a temporary}} in __anon48e48d1e0202()
15 auto L = [](auto F, auto a) { return F(a); }; in test_explicit_auto_return()
16 auto M = [](auto a) -> auto { return a; }; // OK in test_explicit_auto_return() local
32 auto M = [](auto a) { return a; }; in test_implicit_auto_return() local
40 auto M = [](auto a) { in test_multiple_returns() local
54 auto M = [] { return 5; }; // OK in test_no_parameter_list() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp4-1y.cpp3 int a; variable
6 int &d = [] (int &r) -> auto & { return r; } (a); in __anon2113fb6e0102()
7 int &e = [] (int &r) -> auto { return r; } (a); // expected-error {{cannot bind to a temporary}} in __anon2113fb6e0202()
15 auto L = [](auto F, auto a) { return F(a); }; in test_explicit_auto_return()
16 auto M = [](auto a) -> auto { return a; }; // OK in test_explicit_auto_return() local
32 auto M = [](auto a) { return a; }; in test_implicit_auto_return() local
40 auto M = [](auto a) { in test_multiple_returns() local
54 auto M = [] { return 5; }; // OK in test_no_parameter_list() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp4-cxx14.cpp5 int a; variable
8 int &d = [] (int &r) -> auto & { return r; } (a); in __anon0c5abe390102()
9 int &e = [] (int &r) -> auto { return r; } (a); // expected-error {{cannot bind to a temporary}} in __anon0c5abe390202()
17 auto L = [](auto F, auto a) { return F(a); }; in test_explicit_auto_return()
18 auto M = [](auto a) -> auto { return a; }; // OK in test_explicit_auto_return() local
35 auto M = [](auto a) { return a; }; in test_implicit_auto_return() local
43 auto M = [](auto a) { in test_multiple_returns() local
57 auto M = [] { return 5; }; // OK in test_no_parameter_list() local
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp4-1y.cpp3 int a; variable
6 int &d = [] (int &r) -> auto & { return r; } (a); in __anonaa74001d0102()
7 int &e = [] (int &r) -> auto { return r; } (a); // expected-error {{cannot bind to a temporary}} in __anonaa74001d0202()
15 auto L = [](auto F, auto a) { return F(a); }; in test_explicit_auto_return()
16 auto M = [](auto a) -> auto { return a; }; // OK in test_explicit_auto_return() local
32 auto M = [](auto a) { return a; }; in test_implicit_auto_return() local
40 auto M = [](auto a) { in test_multiple_returns() local
54 auto M = [] { return 5; }; // OK in test_no_parameter_list() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp4-1y.cpp3 int a; variable
6 int &d = [] (int &r) -> auto & { return r; } (a); in __anonb9d689730102()
7 int &e = [] (int &r) -> auto { return r; } (a); // expected-error {{cannot bind to a temporary}} in __anonb9d689730202()
15 auto L = [](auto F, auto a) { return F(a); }; in test_explicit_auto_return()
16 auto M = [](auto a) -> auto { return a; }; // OK in test_explicit_auto_return() local
32 auto M = [](auto a) { return a; }; in test_implicit_auto_return() local
40 auto M = [](auto a) { in test_multiple_returns() local
54 auto M = [] { return 5; }; // OK in test_no_parameter_list() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp4-cxx14.cpp5 int a; variable
8 int &d = [] (int &r) -> auto & { return r; } (a); in __anon4be208ac0102()
9 int &e = [] (int &r) -> auto { return r; } (a); // expected-error {{cannot bind to a temporary}} in __anon4be208ac0202()
17 auto L = [](auto F, auto a) { return F(a); }; in test_explicit_auto_return()
18 auto M = [](auto a) -> auto { return a; }; // OK in test_explicit_auto_return() local
35 auto M = [](auto a) { return a; }; in test_implicit_auto_return() local
43 auto M = [](auto a) { in test_multiple_returns() local
57 auto M = [] { return 5; }; // OK in test_no_parameter_list() local
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp4-1y.cpp3 int a; variable
6 int &d = [] (int &r) -> auto & { return r; } (a); in __anon8f893c950102()
7 int &e = [] (int &r) -> auto { return r; } (a); // expected-error {{cannot bind to a temporary}} in __anon8f893c950202()
15 auto L = [](auto F, auto a) { return F(a); }; in test_explicit_auto_return()
16 auto M = [](auto a) -> auto { return a; }; // OK in test_explicit_auto_return() local
32 auto M = [](auto a) { return a; }; in test_implicit_auto_return() local
40 auto M = [](auto a) { in test_multiple_returns() local
54 auto M = [] { return 5; }; // OK in test_no_parameter_list() local
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp4-1y.cpp3 int a; variable
6 int &d = [] (int &r) -> auto & { return r; } (a); in __anon037547570102()
7 int &e = [] (int &r) -> auto { return r; } (a); // expected-error {{cannot bind to a temporary}} in __anon037547570202()
15 auto L = [](auto F, auto a) { return F(a); }; in test_explicit_auto_return()
16 auto M = [](auto a) -> auto { return a; }; // OK in test_explicit_auto_return() local
32 auto M = [](auto a) { return a; }; in test_implicit_auto_return() local
40 auto M = [](auto a) { in test_multiple_returns() local
54 auto M = [] { return 5; }; // OK in test_no_parameter_list() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp4-cxx14.cpp5 int a; variable
8 int &d = [] (int &r) -> auto & { return r; } (a); in __anoneeebcb010102()
9 int &e = [] (int &r) -> auto { return r; } (a); // expected-error {{cannot bind to a temporary}} in __anoneeebcb010202()
17 auto L = [](auto F, auto a) { return F(a); }; in test_explicit_auto_return()
18 auto M = [](auto a) -> auto { return a; }; // OK in test_explicit_auto_return() local
35 auto M = [](auto a) { return a; }; in test_implicit_auto_return() local
43 auto M = [](auto a) { in test_multiple_returns() local
57 auto M = [] { return 5; }; // OK in test_no_parameter_list() local

12345678910>>...156