Home
last modified time | relevance | path

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

/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()