Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/lang/cpp/covariant-return-types/
Dmain.cpp1 struct OtherBase { struct
6 struct OtherDerived : public OtherBase { argument
12 OtherBase other_base;
20 virtual OtherBase* getOtherPtr() { return &other_base; } in getOtherPtr()
21 virtual OtherBase& getOtherRef() { return other_base; } in getOtherRef()
/external/clang/test/SemaTemplate/
Dmember-access-expr.cpp46 struct OtherBase { }; struct
48 struct X1 : Base, OtherBase {
49 typedef OtherBase CrazyBase;
57 call_f0_through_typedef2<OtherBase>(x1); // expected-note{{instantiation}} in test_f0_through_typedef2()
/external/llvm-project/clang/test/SemaTemplate/
Dmember-access-expr.cpp46 struct OtherBase { }; struct
48 struct X1 : Base, OtherBase {
49 typedef OtherBase CrazyBase;
57 call_f0_through_typedef2<OtherBase>(x1); // expected-note{{instantiation}} in test_f0_through_typedef2()
/external/golang-protobuf/protoc-gen-go/testdata/my_test/
Dtest.pb.go516 type OtherBase struct { struct
524 func (m *OtherBase) Reset() { *m = OtherBase{} } argument
525 func (m *OtherBase) String() string { return proto.CompactTextString(m) } argument
526 func (*OtherBase) ProtoMessage() {} argument
527 func (*OtherBase) Descriptor() ([]byte, []int) { argument
535 func (*OtherBase) ExtensionRangeArray() []proto.ExtensionRange { argument
539 func (m *OtherBase) XXX_Unmarshal(b []byte) error { argument
542 func (m *OtherBase) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
545 func (m *OtherBase) XXX_Merge(src proto.Message) { argument
548 func (m *OtherBase) XXX_Size() int { argument
[all …]
Dtest.proto112 message OtherBase { message
122 extend OtherBase {
/external/llvm-project/llvm/test/TableGen/
Dgetsetop.td10 class OtherBase;
14 def qux: OtherBase;
53 // ERROR2: error: Expected type 'Base', got 'OtherBase' in: !getdagop((qux "hello", ?:$world))