Home
last modified time | relevance | path

Searched defs:func6 (Results 1 – 19 of 19) sorted by relevance

/llvm-project/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/lld/test/COFF/
H A Darm64ec-entry-thunk.s127 .section .text,"xr",discard,func6 symbol
129 func6: global() label
/llvm-project/llvm/test/tools/llvm-readobj/COFF/
H A Darm64-packed-unwind.s287 func6: label
H A Darm-unwind-packed.s504 func6: label
/llvm-project/flang/test/Semantics/
H A Dbind-c09.f9030 function func6() result(res) bind(c) function
/llvm-project/clang/test/CodeGenCXX/
H A Damdgcn-automatic-variable.cpp114 void func6() { in func6() function
H A Ddebug-info-ptr-to-ptr.cpp80 int func6(B &b) { in func6() function
/llvm-project/clang/test/SemaObjC/
H A Dnonnull.m25 void func6(); // expected-warning {{a function declaration without a prototype is deprecated in all… function
62 void func6(dispatch_object_t _head) { // expected-note {{conflicting prototype is here}} function
/llvm-project/clang/test/CXX/basic/basic.scope/basic.scope.local/
H A Dp2.cpp27 void func6() try { in func6() function
/llvm-project/clang/test/CXX/temp/temp.spec/
H A Dfunc.spec.cpp59 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
/llvm-project/libcxx/test/std/thread/futures/futures.shared_future/
H A Dget.pass.cpp59 void func6(std::promise<void> p) in func6() function
/llvm-project/llvm/test/MC/ARM/
H A Dseh-packed.s537 func6: label
/llvm-project/libcxx/test/std/thread/futures/futures.unique_future/
H A Dget.pass.cpp59 void func6(std::promise<void> p) in func6() function
/llvm-project/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/lldb/test/API/functionalities/param_entry_vals/basic_entry_values/
H A Dmain.cpp63 __attribute__((noinline)) void func6(int &sink, int x) { in func6() function
/llvm-project/llvm/test/MC/AArch64/
H A Dseh-packed-unwind.s530 func6: label
/llvm-project/clang/test/SemaCXX/
H A Dfriend2.cpp59 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/compiler-rt/test/fuzzer/
H A DMultipleConstraintsOnSmallInputTest.cpp55 int func6(uint8_t a1, uint8_t a2) { in func6() function