Home
last modified time | relevance | path

Searched defs:use_c (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/Modules/
H A Dexplicit-build.cpp98 const int use_c = c; // expected-error {{undeclared identifier}} variable
/llvm-project/clang/test/CodeGenCXX/
H A Dconst-init-cxx2a.cpp19 int use_c() { return c.n; } in use_c() function