Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGenCXX/
Dcode-seg3.cpp15 struct __declspec(code_seg("my_one")) Base3 { struct
26 //CHECK: define {{.*}}barA@Base3{{.*}} section "my_one" argument
Dhomogeneous-aggregates.cpp20 struct Base3 { struct
32 struct D4 : Base2, Base3 { // homogeneous aggregate argument
Dapple-kext-indirect-call-2.cpp58 struct Base3 { }; struct
/external/llvm-project/clang/test/SemaCXX/
Dnothrow-as-noexcept-ctor.cpp20 struct Base3 { struct
21 __attribute__((nothrow)) Base3() {} in Base3() function
Dcode-seg.cpp54 struct __declspec(code_seg("my_one")) Base3 { struct
58 struct __declspec(code_seg("my_one")) Derived3 : Base3 { argument
DMicrosoftSuper.cpp63 struct Base3 { struct
68 struct OverloadedMemberFunction : Base3 { argument
Dconversion-function.cpp358 struct Base3 { struct
DMicrosoftCompatibility.cpp200 typedef A<U> Base3; typedef in MissingTypename::C
Dwarn-thread-safety-analysis.cpp3887 class Base3 : public Base2 { class
/external/testng/src/test/java/test/configuration/
DBase3.java6 public class Base3 { class
/external/clang/test/SemaCXX/
DMicrosoftSuper.cpp63 struct Base3 { struct
68 struct OverloadedMemberFunction : Base3 { argument
DMicrosoftCompatibility.cpp184 typedef A<U> Base3; typedef in MissingTypename::C
Dconversion-function.cpp340 struct Base3 { struct
Dwarn-thread-safety-analysis.cpp3518 class Base3 : public Base2 { class
/external/clang/test/CodeCompletion/
Dmember-access.cpp12 struct Base3 : Base1, Base2 { struct
/external/clang/test/CodeGenCXX/
Dhomogeneous-aggregates.cpp20 struct Base3 { struct
32 struct D4 : Base2, Base3 { // homogeneous aggregate argument
Dapple-kext-indirect-call-2.cpp58 struct Base3 { }; struct
/external/llvm-project/clang/test/CXX/class.access/
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
/external/llvm-project/clang/test/AST/
Dast-dump-records-json.cpp66 struct Base3 {}; struct
Dast-dump-records.cpp257 struct Base3 {}; struct
/external/llvm-project/clang/test/CodeCompletion/
Dmember-access.cpp12 struct Base3 : Base1, Base2 { struct
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dfuchsia-multiple-inheritance.cpp100 struct Base3 {}; struct
/external/clang/test/CXX/class.access/
Dp4.cpp129 …class Base3 : virtual Base<3> { public: ~Base3(); }; // expected-error {{base class 'Base<3>' has … class
/external/llvm-project/clang/test/Modules/
Dodr_hash.cpp2558 struct Base3 {}; struct