Searched refs:get2 (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang/test/PCH/ |
| H A D | cxx20-template-args.cpp | 21 template<A a> constexpr const A &get2 = a; variable 23 constexpr const A &v2 = get2<A{}>; 24 constexpr const A &w2 = get2<A{1, &g, &A::n, "hello\0\0\0\0\0"}>; 34 constexpr const A &v3 = get2<A{.n = 0}>; 35 constexpr const A &x = get2<A{.m = 0}>;
|
| /llvm-project-15.0.7/clang/test/CXX/basic/basic.link/ |
| H A D | p6.cpp | 25 constexpr int *get2() { in get2() function 31 static_assert(get2() == same_entity_2, "failed to find previous decl");
|
| /llvm-project-15.0.7/llvm/test/Transforms/Mem2Reg/ |
| H A D | dbg-inline-scope-for-phi.ll | 11 ; int get2(int *p) { return *p; } 14 ; else return get2(p); 25 define i32 @get2(i32*) !dbg !15 { 53 %10 = call i32 @get2(i32* %9), !dbg !33 90 !15 = distinct !DISubprogram(name: "get2", scope: !1, file: !1, line: 10, type: !16, isLocal: false…
|
| /llvm-project-15.0.7/lldb/test/API/commands/frame/diagnose/inheritance/ |
| H A D | main.cpp | 12 virtual int get2() const { return m_a; } in get2() function in A 31 int get2() const override in get2() function in B
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | cxx-for-range.cpp | 68 MagicVector2 get2() { in get2() function 73 for (int y : get2()) { in testLoopOpaqueIterator()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | 2011-01-19-MergedGlobalDbg.ll | 35 define zeroext i8 @get2(i8 zeroext %a) #0 !dbg !26 { 109 !26 = distinct !DISubprogram(name: "get2", linkageName: "get2", scope: !2, file: !2, line: 7, type:…
|
| H A D | 2011-08-02-MergedGlobalDbg.ll | 32 define i32 @get2(i32 %a) #0 !dbg !20 { 100 !20 = distinct !DISubprogram(name: "get2", scope: !3, file: !3, line: 8, type: !11, isLocal: false,…
|
| /llvm-project-15.0.7/llvm/test/Transforms/GlobalOpt/ |
| H A D | address_space_initializer.ll | 38 define i8 @get2() {
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | uninitialized.cpp | 218 int get2() { return num; } in get2() function in A 261 …A a17(a17.get2()); // expected-warning {{variable 'a17' is uninitialized when used within its own… in setupA() 275 …A *a27 = new A(a27->get2()); // expected-warning {{variable 'a27' is uninitialized when used with… in setupA() 325 A a17(a17.get2()); // expected-warning {{variable 'a17' is uninitialized when used within its own … 337 A *a27 = new A(a27->get2()); // expected-warning {{variable 'a27' is uninitialized when used withi… 391 …T(bool (*)[17]) : a(a.get2()) {} // expected-warning {{field 'a' is uninitialized when used here}} in T() 403 …T(bool (*)[27]) : ptr_a(new A(ptr_a->get2())) {} // expected-warning {{field 'ptr_a' is uninitial… in T()
|
| /llvm-project-15.0.7/clang/test/CXX/drs/ |
| H A D | dr0xx.cpp | 240 int get2() { return ((A&)c).n; } // ok, A is an accessible base of B from here in get2() function
|