Home
last modified time | relevance | path

Searched refs:PCP (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dblock-call.cpp43 char (^PCP)(double, double, char); in blah() local
48 char ch = PCP(1.0, 2.0, 'a'); in blah()
49 return PCP(1.0, 2.0); // expected-error {{too few arguments to block}} in blah()
/llvm-project-15.0.7/clang/test/Sema/
H A Dblock-call.c45 char (^PCP)(double, double, char); in blah() local
50 char ch = PCP(1.0, 2.0, 'a'); in blah()
51 return PCP(1.0, 2.0); // expected-error {{too few arguments to block}} in blah()
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dfile-header-machine-types.test118 # RUN: llvm-readelf --file-headers %t.pcp.o | FileCheck %s -DMACHINE="Siemens PCP"