Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Sema/
H A Dblock-call.c23 int * const (^IPCC1) () = IPCC; in main() local
36IPCC1 = 1; // expected-error {{invalid block pointer conversion assigning to 'int *const (^)()' fr… in main()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dblock-call.cpp21 int * const (^IPCC1) () = IPCC; in main() local