Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A 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()
/llvm-project-15.0.7/clang/test/Sema/
H A Dblock-call.c25 …int * (^IPCC2) () = IPCC; // expected-error {{incompatible block pointer types initializing … in main() local
35 IPCC2 = 0; in main()