Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/fuchsia/
H A Dmultiple-inheritance.cpp119 struct V15 : virtual Base6 { virtual void f() = 0; }; struct
/llvm-project/clang/test/Sema/
H A Dconstexpr.c63 constexpr _Atomic int V15 = 0; // expected-error {{constexpr variable cannot have type 'const _Atomic(int)'}} variable