Home
last modified time | relevance | path

Searched refs:IPCC2 (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/test/SemaCXX/
Dblock-call.cpp23 …int * (^IPCC2) () = IPCC; // expected-error {{cannot initialize a variable of type 'int *(^… in main() local
33 IPCC2 = 0; // OK - assign a nullptr to a pointer. in main()
34IPCC2 = 1; // expected-error {{invalid block pointer conversion assigning to 'int *(^)()' from 'in… in main()
/external/clang/test/SemaCXX/
Dblock-call.cpp25 …int * (^IPCC2) () = IPCC; // expected-error {{cannot initialize a variable of type 'int *(^… in main() local
35 IPCC2 = 0; in main()
36 IPCC2 = 1; in main()
/external/clang/test/Sema/
Dblock-call.c25 …int * (^IPCC2) () = IPCC; // expected-error {{incompatible block pointer types initializing … in main() local
35 IPCC2 = 0; in main()
36IPCC2 = 1; // expected-error {{invalid block pointer conversion assigning to 'int *(^)()' from 'in… in main()
/external/llvm-project/clang/test/Sema/
Dblock-call.c25 …int * (^IPCC2) () = IPCC; // expected-error {{incompatible block pointer types initializing … in main() local
35 IPCC2 = 0; in main()