Home
last modified time | relevance | path

Searched refs:BlockTy (Results 1 – 25 of 306) sorted by relevance

12345678910>>...13

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenObjC/
H A Ddisable-tail-call-escaping-block.m23 typedef void (^BlockTy)(void);
24 typedef void (*NoEscapeFnTy)(__attribute__((noescape)) BlockTy); typedef
26 void callee0(__attribute__((noescape)) BlockTy);
27 void callee1(BlockTy);
31 -(void)m0:(__attribute__((noescape)) BlockTy)p;
32 -(void)m1:(BlockTy)p; argument
36 -(void)m0:(__attribute__((noescape)) BlockTy)p {}
37 -(void)m1:(BlockTy)p {} argument
43 BlockTy b0 = ^{ (void)a; }; // disable tail-call optimization.
48 BlockTy b1 = ^{ (void)a; }; // disable tail-call optimization.
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenObjC/
H A Ddisable-tail-call-escaping-block.m23 typedef void (^BlockTy)(void);
24 typedef void (*NoEscapeFnTy)(__attribute__((noescape)) BlockTy); typedef
26 void callee0(__attribute__((noescape)) BlockTy);
27 void callee1(BlockTy);
31 -(void)m0:(__attribute__((noescape)) BlockTy)p;
32 -(void)m1:(BlockTy)p; argument
36 -(void)m0:(__attribute__((noescape)) BlockTy)p {}
37 -(void)m1:(BlockTy)p {} argument
43 BlockTy b0 = ^{ (void)a; }; // disable tail-call optimization.
48 BlockTy b1 = ^{ (void)a; }; // disable tail-call optimization.
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenObjC/
H A Ddisable-tail-call-escaping-block.m23 typedef void (^BlockTy)(void);
24 typedef void (*NoEscapeFnTy)(__attribute__((noescape)) BlockTy); typedef
26 void callee0(__attribute__((noescape)) BlockTy);
27 void callee1(BlockTy);
31 -(void)m0:(__attribute__((noescape)) BlockTy)p;
32 -(void)m1:(BlockTy)p; argument
36 -(void)m0:(__attribute__((noescape)) BlockTy)p {}
37 -(void)m1:(BlockTy)p {} argument
43 BlockTy b0 = ^{ (void)a; }; // disable tail-call optimization.
48 BlockTy b1 = ^{ (void)a; }; // disable tail-call optimization.
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGenObjC/
H A Ddisable-tail-call-escaping-block.m23 typedef void (^BlockTy)(void);
24 typedef void (*NoEscapeFnTy)(__attribute__((noescape)) BlockTy); typedef
26 void callee0(__attribute__((noescape)) BlockTy);
27 void callee1(BlockTy);
31 -(void)m0:(__attribute__((noescape)) BlockTy)p;
32 -(void)m1:(BlockTy)p; argument
36 -(void)m0:(__attribute__((noescape)) BlockTy)p {}
37 -(void)m1:(BlockTy)p {} argument
43 BlockTy b0 = ^{ (void)a; }; // disable tail-call optimization.
48 BlockTy b1 = ^{ (void)a; }; // disable tail-call optimization.
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenObjC/
H A Ddisable-tail-call-escaping-block.m23 typedef void (^BlockTy)(void);
24 typedef void (*NoEscapeFnTy)(__attribute__((noescape)) BlockTy); typedef
26 void callee0(__attribute__((noescape)) BlockTy);
27 void callee1(BlockTy);
31 -(void)m0:(__attribute__((noescape)) BlockTy)p;
32 -(void)m1:(BlockTy)p; argument
36 -(void)m0:(__attribute__((noescape)) BlockTy)p {}
37 -(void)m1:(BlockTy)p {} argument
43 BlockTy b0 = ^{ (void)a; }; // disable tail-call optimization.
48 BlockTy b1 = ^{ (void)a; }; // disable tail-call optimization.
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenObjC/
H A Ddisable-tail-call-escaping-block.m23 typedef void (^BlockTy)(void);
24 typedef void (*NoEscapeFnTy)(__attribute__((noescape)) BlockTy); typedef
26 void callee0(__attribute__((noescape)) BlockTy);
27 void callee1(BlockTy);
31 -(void)m0:(__attribute__((noescape)) BlockTy)p;
32 -(void)m1:(BlockTy)p; argument
36 -(void)m0:(__attribute__((noescape)) BlockTy)p {}
37 -(void)m1:(BlockTy)p {} argument
43 BlockTy b0 = ^{ (void)a; }; // disable tail-call optimization.
48 BlockTy b1 = ^{ (void)a; }; // disable tail-call optimization.
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGenObjC/
H A Ddisable-tail-call-escaping-block.m23 typedef void (^BlockTy)(void);
24 typedef void (*NoEscapeFnTy)(__attribute__((noescape)) BlockTy); typedef
26 void callee0(__attribute__((noescape)) BlockTy);
27 void callee1(BlockTy);
31 -(void)m0:(__attribute__((noescape)) BlockTy)p;
32 -(void)m1:(BlockTy)p; argument
36 -(void)m0:(__attribute__((noescape)) BlockTy)p {}
37 -(void)m1:(BlockTy)p {} argument
43 BlockTy b0 = ^{ (void)a; }; // disable tail-call optimization.
48 BlockTy b1 = ^{ (void)a; }; // disable tail-call optimization.
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGenObjC/
H A Ddisable-tail-call-escaping-block.m23 typedef void (^BlockTy)(void);
24 typedef void (*NoEscapeFnTy)(__attribute__((noescape)) BlockTy); typedef
26 void callee0(__attribute__((noescape)) BlockTy);
27 void callee1(BlockTy);
31 -(void)m0:(__attribute__((noescape)) BlockTy)p;
32 -(void)m1:(BlockTy)p; argument
36 -(void)m0:(__attribute__((noescape)) BlockTy)p {}
37 -(void)m1:(BlockTy)p {} argument
43 BlockTy b0 = ^{ (void)a; }; // disable tail-call optimization.
48 BlockTy b1 = ^{ (void)a; }; // disable tail-call optimization.
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGenObjC/
H A Ddisable-tail-call-escaping-block.m23 typedef void (^BlockTy)(void);
24 typedef void (*NoEscapeFnTy)(__attribute__((noescape)) BlockTy); typedef
26 void callee0(__attribute__((noescape)) BlockTy);
27 void callee1(BlockTy);
31 -(void)m0:(__attribute__((noescape)) BlockTy)p;
32 -(void)m1:(BlockTy)p; argument
36 -(void)m0:(__attribute__((noescape)) BlockTy)p {}
37 -(void)m1:(BlockTy)p {} argument
43 BlockTy b0 = ^{ (void)a; }; // disable tail-call optimization.
48 BlockTy b1 = ^{ (void)a; }; // disable tail-call optimization.
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGenObjC/
H A Ddisable-tail-call-escaping-block.m23 typedef void (^BlockTy)(void);
24 typedef void (*NoEscapeFnTy)(__attribute__((noescape)) BlockTy); typedef
26 void callee0(__attribute__((noescape)) BlockTy);
27 void callee1(BlockTy);
31 -(void)m0:(__attribute__((noescape)) BlockTy)p;
32 -(void)m1:(BlockTy)p; argument
36 -(void)m0:(__attribute__((noescape)) BlockTy)p {}
37 -(void)m1:(BlockTy)p {} argument
43 BlockTy b0 = ^{ (void)a; }; // disable tail-call optimization.
48 BlockTy b1 = ^{ (void)a; }; // disable tail-call optimization.
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGenObjC/
H A Ddisable-tail-call-escaping-block.m23 typedef void (^BlockTy)(void);
24 typedef void (*NoEscapeFnTy)(__attribute__((noescape)) BlockTy); typedef
26 void callee0(__attribute__((noescape)) BlockTy);
27 void callee1(BlockTy);
31 -(void)m0:(__attribute__((noescape)) BlockTy)p;
32 -(void)m1:(BlockTy)p; argument
36 -(void)m0:(__attribute__((noescape)) BlockTy)p {}
37 -(void)m1:(BlockTy)p {} argument
43 BlockTy b0 = ^{ (void)a; }; // disable tail-call optimization.
48 BlockTy b1 = ^{ (void)a; }; // disable tail-call optimization.
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGenObjC/
H A Ddisable-tail-call-escaping-block.m23 typedef void (^BlockTy)(void);
24 typedef void (*NoEscapeFnTy)(__attribute__((noescape)) BlockTy); typedef
26 void callee0(__attribute__((noescape)) BlockTy);
27 void callee1(BlockTy);
31 -(void)m0:(__attribute__((noescape)) BlockTy)p;
32 -(void)m1:(BlockTy)p; argument
36 -(void)m0:(__attribute__((noescape)) BlockTy)p {}
37 -(void)m1:(BlockTy)p {} argument
43 BlockTy b0 = ^{ (void)a; }; // disable tail-call optimization.
48 BlockTy b1 = ^{ (void)a; }; // disable tail-call optimization.
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGenObjC/
H A Ddisable-tail-call-escaping-block.m23 typedef void (^BlockTy)(void);
24 typedef void (*NoEscapeFnTy)(__attribute__((noescape)) BlockTy); typedef
26 void callee0(__attribute__((noescape)) BlockTy);
27 void callee1(BlockTy);
31 -(void)m0:(__attribute__((noescape)) BlockTy)p;
32 -(void)m1:(BlockTy)p; argument
36 -(void)m0:(__attribute__((noescape)) BlockTy)p {}
37 -(void)m1:(BlockTy)p {} argument
43 BlockTy b0 = ^{ (void)a; }; // disable tail-call optimization.
48 BlockTy b1 = ^{ (void)a; }; // disable tail-call optimization.
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGenObjC/
H A Ddisable-tail-call-escaping-block.m23 typedef void (^BlockTy)(void);
24 typedef void (*NoEscapeFnTy)(__attribute__((noescape)) BlockTy); typedef
26 void callee0(__attribute__((noescape)) BlockTy);
27 void callee1(BlockTy);
31 -(void)m0:(__attribute__((noescape)) BlockTy)p;
32 -(void)m1:(BlockTy)p; argument
36 -(void)m0:(__attribute__((noescape)) BlockTy)p {}
37 -(void)m1:(BlockTy)p {} argument
43 BlockTy b0 = ^{ (void)a; }; // disable tail-call optimization.
48 BlockTy b1 = ^{ (void)a; }; // disable tail-call optimization.
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGenObjC/
H A Ddisable-tail-call-escaping-block.m23 typedef void (^BlockTy)(void);
24 typedef void (*NoEscapeFnTy)(__attribute__((noescape)) BlockTy); typedef
26 void callee0(__attribute__((noescape)) BlockTy);
27 void callee1(BlockTy);
31 -(void)m0:(__attribute__((noescape)) BlockTy)p;
32 -(void)m1:(BlockTy)p; argument
36 -(void)m0:(__attribute__((noescape)) BlockTy)p {}
37 -(void)m1:(BlockTy)p {} argument
43 BlockTy b0 = ^{ (void)a; }; // disable tail-call optimization.
48 BlockTy b1 = ^{ (void)a; }; // disable tail-call optimization.
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGenObjC/
H A Ddisable-tail-call-escaping-block.m23 typedef void (^BlockTy)(void);
24 typedef void (*NoEscapeFnTy)(__attribute__((noescape)) BlockTy); typedef
26 void callee0(__attribute__((noescape)) BlockTy);
27 void callee1(BlockTy);
31 -(void)m0:(__attribute__((noescape)) BlockTy)p;
32 -(void)m1:(BlockTy)p; argument
36 -(void)m0:(__attribute__((noescape)) BlockTy)p {}
37 -(void)m1:(BlockTy)p {} argument
43 BlockTy b0 = ^{ (void)a; }; // disable tail-call optimization.
48 BlockTy b1 = ^{ (void)a; }; // disable tail-call optimization.
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Ddebug-info-block-expr.c4 typedef void (^BlockTy)(); typedef
5 void escapeFunc(BlockTy);
6 typedef void (^BlockTy)(); typedef
7 void noEscapeFunc(__attribute__((noescape)) BlockTy);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/
H A Ddebug-info-block-expr.c4 typedef void (^BlockTy)(); typedef
5 void escapeFunc(BlockTy);
6 typedef void (^BlockTy)(); typedef
7 void noEscapeFunc(__attribute__((noescape)) BlockTy);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Ddebug-info-block-expr.c4 typedef void (^BlockTy)(); typedef
5 void escapeFunc(BlockTy);
6 typedef void (^BlockTy)(); typedef
7 void noEscapeFunc(__attribute__((noescape)) BlockTy);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/
H A Ddebug-info-block-expr.c4 typedef void (^BlockTy)(); typedef
5 void escapeFunc(BlockTy);
6 typedef void (^BlockTy)(); typedef
7 void noEscapeFunc(__attribute__((noescape)) BlockTy);
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Ddebug-info-block-expr.c4 typedef void (^BlockTy)(); typedef
5 void escapeFunc(BlockTy);
6 typedef void (^BlockTy)(); typedef
7 void noEscapeFunc(__attribute__((noescape)) BlockTy);
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/
H A Ddebug-info-block-expr.c4 typedef void (^BlockTy)(); typedef
5 void escapeFunc(BlockTy);
6 typedef void (^BlockTy)(); typedef
7 void noEscapeFunc(__attribute__((noescape)) BlockTy);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaObjCXX/
H A Dnoescape.mm4 typedef void (^BlockTy)(); typedef
11 void escapingFunc0(BlockTy);
12 void noescapeFunc0(id, __attribute__((noescape)) BlockTy);
13 void noescapeFunc1(id, [[clang::noescape]] BlockTy);
48 - (void)noescapeLValRefParam:(const BlockTy &)__attribute__((noescape))p;
49 - (void)noescapeRValRefParam:(BlockTy &&)__attribute__((noescape))p;
54 - (void)noescapeLValRefParam:(const BlockTy &)__attribute__((noescape))p {
56 - (void)noescapeRValRefParam:(BlockTy &&)__attribute__((noescape))p {
192 void noescapeLValRefParam(__attribute__((noescape)) const BlockTy &);
197 void noescapeRValRefParam(__attribute__((noescape)) BlockTy &&);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaObjCXX/
H A Dnoescape.mm4 typedef void (^BlockTy)(); typedef
11 void escapingFunc0(BlockTy);
12 void noescapeFunc0(id, __attribute__((noescape)) BlockTy);
13 void noescapeFunc1(id, [[clang::noescape]] BlockTy);
48 - (void)noescapeLValRefParam:(const BlockTy &)__attribute__((noescape))p;
49 - (void)noescapeRValRefParam:(BlockTy &&)__attribute__((noescape))p;
54 - (void)noescapeLValRefParam:(const BlockTy &)__attribute__((noescape))p {
56 - (void)noescapeRValRefParam:(BlockTy &&)__attribute__((noescape))p {
192 void noescapeLValRefParam(__attribute__((noescape)) const BlockTy &);
197 void noescapeRValRefParam(__attribute__((noescape)) BlockTy &&);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaObjCXX/
H A Dnoescape.mm4 typedef void (^BlockTy)(); typedef
11 void escapingFunc0(BlockTy);
12 void noescapeFunc0(id, __attribute__((noescape)) BlockTy);
13 void noescapeFunc1(id, [[clang::noescape]] BlockTy);
48 - (void)noescapeLValRefParam:(const BlockTy &)__attribute__((noescape))p;
49 - (void)noescapeRValRefParam:(BlockTy &&)__attribute__((noescape))p;
54 - (void)noescapeLValRefParam:(const BlockTy &)__attribute__((noescape))p {
56 - (void)noescapeRValRefParam:(BlockTy &&)__attribute__((noescape))p {
192 void noescapeLValRefParam(__attribute__((noescape)) const BlockTy &);
197 void noescapeRValRefParam(__attribute__((noescape)) BlockTy &&);

12345678910>>...13