Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dinstantiate-function-params.cpp91 …__attribute__((pcs("aapcs"))) functype pcsfunc; // expected-warning {{'pcs' calling convention is … member
99 (void)x.pcsfunc(1, 2); in f()