Home
last modified time | relevance | path

Searched refs:func6 (Results 1 – 25 of 48) sorted by relevance

12

/llvm-project-15.0.7/clang/test/CXX/temp/temp.spec/
H A Dfunc.spec.cpp45 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 Darm64-packed-unwind.s287 func6: label
311 .long func6@IMGREL
H A Darm-unwind-packed.s504 func6: label
688 .rva func6
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dfriend2.cpp57 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 Dinline-indirect-chain.ll35 %t = bitcast void ()* @func6 to void ()*
40 define void @func6() {
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/
H A Dpreserve-branchweights-switch-create.ll6 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 Dmisc_crash.ll98 ; 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 Dcallgraph.ll61 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 Darm64-microsoft-arguments.cpp118 S6 func6(S6 x);
121 return func6(x); in f6()
/llvm-project-15.0.7/llvm/test/Instrumentation/
H A Dcgprofile.ll16 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 Dmain.cpp62 __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 Dnonnull.m25 void func6(); // expected-warning {{a function declaration without a prototype is deprecated in all… function
44func6((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 Dget.pass.cpp59 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 Dget.pass.cpp59 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 Dname_whitelist.cpp16 int func6() { in func6() function
H A Dname_allowlist.cpp16 int func6() { in func6() function
/llvm-project-15.0.7/llvm/test/CodeGen/VE/Scalar/
H A Dtruncstore.ll53 define void @func6(i16 signext %p, i64* %a) {
54 ; CHECK-LABEL: func6:
H A Dfp_sub.ll50 define fp128 @func6(fp128 %a) {
51 ; CHECK-LABEL: func6:
H A Dfp_div.ll53 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 Dp2.cpp27 void func6() try { in func6() function
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/Breakpad/
H A Dstack-cfi-parsing.test37 image show-unwind -n func6
38 # CHECK-LABEL: image show-unwind -n func6
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Damdgcn-automatic-variable.cpp114 void func6() { in func6() function
/llvm-project-15.0.7/clang/test/Sema/
H A Dc2x-noreturn.c41 [[noreturn]] void func6(void);
/llvm-project-15.0.7/clang/test/CoverageMapping/
H A Dmacros.c65 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 Dstack-cfi-parsing.syms8 FUNC 6 1 0 func6

12