Home
last modified time | relevance | path

Searched defs:Base3 (Results 1 – 17 of 17) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Dcode-seg3.cpp15 struct __declspec(code_seg("my_one")) Base3 { struct
26 //CHECK: define {{.*}}barA@Base3{{.*}} section "my_one" argument
H A Dapple-kext-indirect-call-2.cpp58 struct Base3 { }; struct
H A Dptrauth-apple-kext-indirect-call-2.cpp61 struct Base3 { }; struct
H A Dhomogeneous-aggregates.cpp21 struct Base3 { struct
33 struct D4 : Base2, Base3 { // homogeneous aggregate argument
/llvm-project/clang/test/SemaCXX/
H A Dnothrow-as-noexcept-ctor.cpp20 struct Base3 { struct
21 __attribute__((nothrow)) Base3() {} in Base3() function
H A Dcode-seg.cpp54 struct __declspec(code_seg("my_one")) Base3 { struct
58 struct __declspec(code_seg("my_one")) Derived3 : Base3 { argument
H A DMicrosoftSuper.cpp63 struct Base3 { struct
68 struct OverloadedMemberFunction : Base3 { argument
H A Dconversion-function.cpp358 struct Base3 { struct
H A DMicrosoftCompatibility.cpp212 typedef A<U> Base3; typedef in MissingTypename::C
H A Dtype-traits.cpp1849 struct Base3 : Base {}; global() struct
H A Dwarn-thread-safety-analysis.cpp4119 class Base3 : public Base2 { global() class
/llvm-project/clang/test/CXX/class.access/
H A Dp4.cpp149 …class Base3 : virtual Base<3> { public: ~Base3(); }; // expected-error {{base class 'Base<3>' has … class
179 …class Base3 : virtual Base<3> { public: ~Base3(); }; // expected-error {{base class 'Base<3>' has … class
206 class Base3 : virtual Base<3> { public: ~Base3(); }; class
234 class Base3 : virtual Base<3> { public: ~Base3(); }; class
/llvm-project/clang/test/AST/
H A Dast-dump-records-json.cpp66 struct Base3 {}; struct
H A Dast-dump-records.cpp257 struct Base3 {}; struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/fuchsia/
H A Dmultiple-inheritance.cpp100 struct Base3 {}; struct
/llvm-project/clang/test/CodeCompletion/
H A Dmember-access.cpp12 struct Base3 : Base1, Base2 { struct
[all...]
/llvm-project/clang/test/Modules/
H A Dodr_hash.cpp2986 struct Base3 {}; struct