Home
last modified time | relevance | path

Searched defs:get2 (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/test/CXX/basic/basic.link/
H A Dp6.cpp25 constexpr int *get2() { in get2() function
/llvm-project/lldb/test/API/commands/frame/diagnose/inheritance/
H A Dmain.cpp12 virtual int get2() const { return m_a; } in get2() function in A
31 int get2() const override in get2() function in B
/llvm-project/clang/test/PCH/
H A Dcxx20-template-args.cpp21 template<A a> constexpr const A &get2 = a; variable
/llvm-project/clang/test/Analysis/
H A Dcxx-for-range.cpp68 MagicVector2 get2() { in get2() function
/llvm-project/clang/test/AST/Interp/
H A Darrays.cpp
/llvm-project/clang/test/CXX/drs/
H A Dcwg0xx.cpp279 int get2() { return ((A&)c).n; } // ok, A is an accessible base of B from here get2() function
/llvm-project/clang/test/SemaCXX/
H A Duninitialized.cpp219 int get2() { return num; } get2() function in A