Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dblock-call.cpp19 int * const (^IPCC) () = 0; in main() local
21 int * const (^IPCC1) () = IPCC; in main()
23 …int * (^IPCC2) () = IPCC; // expected-error {{cannot initialize a variable of type 'int *(^… in main()
/llvm-project-15.0.7/clang/test/Sema/
H A Dblock-call.c21 int * const (^IPCC) () = 0; in main() local
23 int * const (^IPCC1) () = IPCC; in main()
25 …int * (^IPCC2) () = IPCC; // expected-error {{incompatible block pointer types initializing … in main()