| /llvm-project-15.0.7/clang/test/CXX/temp/temp.spec/ |
| H A D | func.spec.cpp | 44 template <typename T> A::B<T> func5(); 56 …template <> class A::B<int> func4<A::B<char>>() { return {}; } template <> A::B<A::D<int>> func5<A… 77 template <typename T> A::B<T> E::func5() { return {}; } in func5() function in E 91 } template <> A::B<A::C> E::func5<A::C>() { in func5() function in E 106 template <> A::B<A::C> E::func5<A::C>(); 123 template <typename T> void func5(); 164 void func5() { in func5() function 200 template <> void func5<A::C>(); 201 template <> void func5<A::B<int>>(); 202 template <> void func5<A::D<A::C>>(); [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.unique_future/ |
| H A D | wait_for.pass.cpp | 49 void func5(std::promise<void> p) in func5() function 85 test<void>(func5, true); in main() 88 test<void>(func5, false); in main()
|
| H A D | wait.pass.cpp | 40 void func5(std::promise<void> p) in func5() function 68 test<void>(func5); in main()
|
| H A D | wait_until.pass.cpp | 61 void func5(std::promise<void> p) in func5() function 111 support::make_test_thread(func5, std::move(p)).detach(); in main()
|
| H A D | get.pass.cpp | 53 void func5(std::promise<void> p) in func5() function 130 support::make_test_thread(func5, std::move(p)).detach(); in main()
|
| /llvm-project-15.0.7/llvm/test/Transforms/Attributor/ |
| H A D | misc_crash.ll | 87 ; CHECK-NEXT: call void @func5() 90 call void @func5(i32 0) 94 define internal void @func5(i32 %0) { 95 ; CHECK-LABEL: define {{[^@]+}}@func5() { 98 ; CHECK-NEXT: call void @func6(i8* blockaddress(@func5, [[BLOCK]])) 105 store i8* blockaddress(@func5, %block), i8** %tmp
|
| H A D | callgraph.ll | 39 define void @func5(i32 %0) { 40 ; CHECK-LABEL: @func5( 102 ; DOT-DAG: Node[[FUNC5:0x[a-z0-9]+]] [shape=record,label="{func5}"];
|
| /llvm-project-15.0.7/llvm/test/MC/ARM/ |
| H A D | eh-directive-setfp-diagnostics.s | 78 .globl func5 80 .type func5,%function 82 func5: label
|
| H A D | eh-directive-multiple-offsets.s | 134 .globl func5 135 .type func5,%function 138 func5: label
|
| /llvm-project-15.0.7/lld/test/ELF/Inputs/ |
| H A D | arm-exidx-cantunwind.s | 35 .globl func5 36 func5: label
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/ |
| H A D | arm64-packed-unwind.s | 286 func5: label 309 .long func5@IMGREL
|
| H A D | arm-unwind-opcodes.s | 181 func5: label 202 .rva func5
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | optnone-and-attributes.cpp | 55 extern void func5(); 58 void func5() { return; } in func5() function
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ARM/ |
| H A D | unwind-non-relocatable.test | 64 # UNWIND-NEXT: FunctionName: func5 73 # UNWIND-NEXT: FunctionName: func5 112 ## F. Address of .ARM.exidx (0x24C) + entry offset (40) + 0x7FFFFFE8 (31 bit) == 0x25c (func5). 119 ## G. Address of .ARM.exidx (0x24C) + entry offset (48) + 0x7FFFFFE0 (31 bit) == 0x25c (func5). 147 - Name: func5
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | warn-cast-align.c | 65 unsigned int func5(void); 68 return (FnTy)&func5; in test5()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | friend2.cpp | 48 void func5(int); 50 friend void func5(int) {} in func5() function 53 friend void func5(int) {} in func5() function
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | inline-indirect-chain.ll | 26 %t = bitcast void ()* @func5 to void ()* 34 define void @func5() {
|
| /llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.shared_future/ |
| H A D | wait_for.pass.cpp | 47 void func5(std::promise<void> p) in func5() function 87 support::make_test_thread(func5, std::move(p)).detach(); in main() 134 support::make_test_thread(func5, std::move(p)).detach(); in main()
|
| H A D | wait.pass.cpp | 40 void func5(std::promise<void> p) in func5() function 82 support::make_test_thread(func5, std::move(p)).detach(); in main()
|
| H A D | wait_until.pass.cpp | 61 void func5(std::promise<void> p) in func5() function 112 support::make_test_thread(func5, std::move(p)).detach(); in main()
|
| H A D | get.pass.cpp | 53 void func5(std::promise<void> p) in func5() function 130 support::make_test_thread(func5, std::move(p)).detach(); in main()
|
| /llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/ |
| H A D | indirect_call_promotion_unique.ll | 73 define i32 @func5.__uniq.127882361580787111523790444488985774976.part.818292359123831.llvm.10650195… 81 ; CHECK: icmp eq ptr %tmp5, @func5.__uniq.127882361580787111523790444488985774976.part.818292359123… 96 ; GUID of "func5.__uniq.127882361580787111523790444488985774976" is -4238550483433487304.
|
| H A D | indirect_call_promotion_byval.ll | 20 define i32 @func5(ptr byval(%struct.Foo.1) %p) { 40 ; CHECK: call i32 @func5(ptr byval(%struct.Foo.2) %f2)
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | arm64-microsoft-arguments.cpp | 99 S5 func5(S5 x); 102 return func5(x); in f5()
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/ |
| H A D | cgprofile.ll | 15 declare dllimport i32 @func5() 44 ; CHECK-NOT: !{void (i1)* @freq, void ()* @func5, i64 1}
|