Home
last modified time | relevance | path

Searched refs:BaseBase (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/Profile/
Dcxx-implicit.cpp22 struct BaseBase { struct
23 BaseBase();
24 BaseBase(const BaseBase &);
25 BaseBase &operator=(const BaseBase &);
26 BaseBase &operator=(BaseBase &&);
29 struct Base : public BaseBase {
/external/llvm-project/clang/test/Profile/
Dcxx-implicit.cpp22 struct BaseBase { struct
23 BaseBase();
24 BaseBase(const BaseBase &);
25 BaseBase &operator=(const BaseBase &);
26 BaseBase &operator=(BaseBase &&);
29 struct Base : public BaseBase {