| /llvm-project-15.0.7/clang/test/CXX/temp/temp.spec/ |
| H A D | func.spec.cpp | 45 template <typename T> class A::C func6(); 59 template <> class A::C func6<A::C>() { return {}; } template <> A::D<int> func7<char>() { in func6() function in E 78 template <typename T> A::C E::func6() { return {}; } in func6() function in E 94 template <> class A::C E::func6<A::D<int>>() { return {}; } template <> A::D<int> E::func7<int>() { in func7() 107 template <> class A::C E::func6<A::D<int>>(); 125 template <int x = A::num1> void func6();
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/ |
| H A D | arm64-packed-unwind.s | 287 func6: label 311 .long func6@IMGREL
|
| H A D | arm-unwind-packed.s | 504 func6: label 688 .rva func6
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | friend2.cpp | 57 void func6(int); 59 friend void func6(int) {} // expected-note{{previous definition is here}} in func6() function 62 friend void func6(int) {} // expected-error{{redefinition of 'func6'}} in func6() function
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | inline-indirect-chain.ll | 35 %t = bitcast void ()* @func6 to void ()* 40 define void @func6() {
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/ |
| H A D | preserve-branchweights-switch-create.ll | 6 declare void @func6(i32) 81 ; CHECK-NEXT: call void @func6(i32 [[N]]) #[[ATTR1]] 116 call void @func6(i32 %N) nounwind 151 ; CHECK-NEXT: call void @func6(i32 [[N]]) #[[ATTR1]] 185 call void @func6(i32 %N) nounwind
|
| /llvm-project-15.0.7/llvm/test/Transforms/Attributor/ |
| H A D | misc_crash.ll | 98 ; CHECK-NEXT: call void @func6(i8* blockaddress(@func5, [[BLOCK]])) 107 call void @func6(i8* %addr) 130 ; CHECK-LABEL: declare {{[^@]+}}@func6 132 declare void @func6(i8*)
|
| H A D | callgraph.ll | 61 define void @func6() { 62 ; CHECK-LABEL: @func6( 103 ; DOT-DAG: Node[[FUNC6:0x[a-z0-9]+]] [shape=record,label="{func6}"];
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | arm64-microsoft-arguments.cpp | 118 S6 func6(S6 x); 121 return func6(x); in f6()
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/ |
| H A D | cgprofile.ll | 16 declare i32 @func6() 45 ; CHECK-NOT: !{void (i1)* @freq, void ()* @func6, i64 0}
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/param_entry_vals/basic_entry_values/ |
| H A D | main.cpp | 62 __attribute__((noinline)) void func6(int &sink, int x) { in func6() function 186 func6(sink, 123); in main()
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | nonnull.m | 25 void func6(); // expected-warning {{a function declaration without a prototype is deprecated in all… function 44 …func6((NSObject*) 0); // expected-warning {{passing arguments to 'func6' without a prototype is de… 63 void func6(dispatch_object_t _head) { // expected-note {{conflicting prototype is here}} function
|
| /llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.shared_future/ |
| H A D | get.pass.cpp | 59 void func6(std::promise<void> p) in func6() function 139 support::make_test_thread(func6, std::move(p)).detach(); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.unique_future/ |
| H A D | get.pass.cpp | 59 void func6(std::promise<void> p) in func6() function 139 support::make_test_thread(func6, std::move(p)).detach(); in main()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-cov/Inputs/ |
| H A D | name_whitelist.cpp | 16 int func6() { in func6() function
|
| H A D | name_allowlist.cpp | 16 int func6() { in func6() function
|
| /llvm-project-15.0.7/llvm/test/CodeGen/VE/Scalar/ |
| H A D | truncstore.ll | 53 define void @func6(i16 signext %p, i64* %a) { 54 ; CHECK-LABEL: func6:
|
| H A D | fp_sub.ll | 50 define fp128 @func6(fp128 %a) { 51 ; CHECK-LABEL: func6:
|
| H A D | fp_div.ll | 53 define fp128 @func6(fp128 %a) { 54 ; CHECK-LABEL: func6:
|
| /llvm-project-15.0.7/clang/test/CXX/basic/basic.scope/basic.scope.local/ |
| H A D | p2.cpp | 27 void func6() try { in func6() function
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/Breakpad/ |
| H A D | stack-cfi-parsing.test | 37 image show-unwind -n func6 38 # CHECK-LABEL: image show-unwind -n func6
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | amdgcn-automatic-variable.cpp | 114 void func6() { in func6() function
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | c2x-noreturn.c | 41 [[noreturn]] void func6(void);
|
| /llvm-project-15.0.7/clang/test/CoverageMapping/ |
| H A D | macros.c | 65 void func6(unsigned count) { // CHECK-NEXT: File 0, [[@LINE]]:28 -> [[@LINE+6]]:2 = #0 in func6() function
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/Breakpad/Inputs/ |
| H A D | stack-cfi-parsing.syms | 8 FUNC 6 1 0 func6
|