| /llvm-project-15.0.7/polly/lib/External/isl/imath/examples/ |
| H A D | imcalc.c | 501 static void state_clear(cstate_t *sp) { in state_clear() 545 static void stack_flush(cstate_t *sp) { in stack_flush() 663 static mp_result cf_abs(cstate_t *sp) { in cf_abs() 669 static mp_result cf_neg(cstate_t *sp) { in cf_neg() 675 static mp_result cf_add(cstate_t *sp) { in cf_add() 685 static mp_result cf_sub(cstate_t *sp) { in cf_sub() 695 static mp_result cf_mul(cstate_t *sp) { in cf_mul() 712 static mp_result cf_div(cstate_t *sp) { in cf_div() 722 static mp_result cf_mod(cstate_t *sp) { in cf_mod() 774 static mp_result cf_gcd(cstate_t *sp) { in cf_gcd() [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/containers/views/views.span/span.elem/ |
| H A D | front.pass.cpp | 26 constexpr bool testConstexprSpan(Span sp) in testConstexprSpan() 34 void testRuntimeSpan(Span sp) in testRuntimeSpan() 41 void testEmptySpan(Span sp) in testEmptySpan() 79 std::span<int, 0> sp; in main() local
|
| H A D | back.pass.cpp | 26 constexpr bool testConstexprSpan(Span sp) in testConstexprSpan() 33 void testRuntimeSpan(Span sp) in testRuntimeSpan() 40 void testEmptySpan(Span sp) in testEmptySpan() 78 std::span<int, 0> sp; in main() local
|
| H A D | data.pass.cpp | 24 constexpr bool testConstexprSpan(Span sp, typename Span::pointer ptr) in testConstexprSpan() 32 void testRuntimeSpan(Span sp, typename Span::pointer ptr) in testRuntimeSpan()
|
| H A D | op_idx.pass.cpp | 24 constexpr bool testConstexprSpan(Span sp, size_t idx) in testConstexprSpan() 35 void testRuntimeSpan(Span sp, size_t idx) in testRuntimeSpan()
|
| /llvm-project-15.0.7/libcxx/benchmarks/ |
| H A D | util_smartptr.bench.cpp | 15 auto sp = std::make_shared<int>(42); in BM_SharedPtrCreateDestroy() local 22 auto sp = std::make_shared<int>(42); in BM_SharedPtrIncDecRef() local 32 auto sp = std::make_shared<int>(42); in BM_WeakPtrIncDecRef() local
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/ |
| H A D | weak_ptr.pass.cpp | 50 std::shared_ptr<A> sp(wp); in main() local 62 std::shared_ptr<A> sp(wp); in main() local 71 std::shared_ptr<A const> sp(wp); in main() local 84 std::shared_ptr<A> sp(wp); in main() local 98 std::shared_ptr<const A[]> sp(wp); in main() local
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/ |
| H A D | lock.pass.cpp | 35 std::shared_ptr<A> sp = wp.lock(); in main() local 43 std::shared_ptr<A> sp = wp.lock(); in main() local 53 std::shared_ptr<A> sp = wp.lock(); in main() local
|
| /llvm-project-15.0.7/libcxx/test/std/containers/views/views.span/span.sub/ |
| H A D | subspan.pass.cpp | 29 constexpr bool testConstexprSpan(Span sp) in testConstexprSpan() 48 constexpr bool testConstexprSpan(Span sp) in testConstexprSpan() 68 void testRuntimeSpan(Span sp) in testRuntimeSpan() 87 void testRuntimeSpan(Span sp) in testRuntimeSpan()
|
| H A D | last.pass.cpp | 28 constexpr bool testConstexprSpan(Span sp) in testConstexprSpan() 48 void testRuntimeSpan(Span sp) in testRuntimeSpan()
|
| H A D | first.pass.cpp | 28 constexpr bool testConstexprSpan(Span sp) in testConstexprSpan() 48 void testRuntimeSpan(Span sp) in testRuntimeSpan()
|
| H A D | last.verify.cpp | 22 std::span<const int, 4> sp(array); in f() local
|
| H A D | first.verify.cpp | 22 std::span<const int, 4> sp(array); in f() local
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/tuple/tuple.general/ |
| H A D | tuple.smartptr.pass.cpp | 23 std::tuple<std::shared_ptr<char>> sp; in main() local 28 std::tuple<std::shared_ptr<char[]>> sp; in main() local
|
| /llvm-project-15.0.7/libcxx/test/std/containers/views/views.span/span.obs/ |
| H A D | size_bytes.pass.cpp | 25 constexpr bool testConstexprSpan(Span sp, size_t sz) in testConstexprSpan() 33 void testRuntimeSpan(Span sp, size_t sz) in testRuntimeSpan()
|
| H A D | size.pass.cpp | 24 constexpr bool testConstexprSpan(Span sp, size_t sz) in testConstexprSpan() 32 void testRuntimeSpan(Span sp, size_t sz) in testRuntimeSpan()
|
| /llvm-project-15.0.7/libcxx/test/std/containers/views/views.span/span.cons/ |
| H A D | initializer_list.pass.cpp | 21 constexpr std::size_t count(std::span<const Sink> sp) { in count() 26 constexpr std::size_t countn(std::span<const Sink, N> sp) { in countn()
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | arm64-aapcs-arguments.c | 8 void test1(int x0, __int128 x2_x3, __int128 x4_x5, __int128 x6_x7, Small sp) { in test1() 13 void test2(int x0, Small x2_x3, int x4, Small x6_x7, int sp, Small sp16) { in test2() 22 void test3(HFA s0_s3, float s4, HFA sp, HFA sp16) { in test3() 34 void test4(BigHFA v0_v2, BigHFA v3_v5, BigHFA sp, double sp48, BigHFA sp64) { in test4()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_suppressions.cpp | 95 Suppression **sp) { in IsSuppressed() 106 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { in IsSuppressed() 125 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) { in IsSuppressed()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_suppressions.cpp | 95 Suppression **sp) { in IsSuppressed() 106 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { in IsSuppressed() 125 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) { in IsSuppressed()
|
| /llvm-project-15.0.7/llvm/test/MC/Hexagon/ |
| H A D | reg_altnames.s | 7 sp = sub(lr, r21) define
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A D | fiber_asm.cpp | 7 void *sp; member 44 void **sp = reinterpret_cast<void **>(static_cast<char *>(stack) + stack_sz); in ucontext_init() local
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | format-strings-0x.cpp | 8 void f(char **sp, float *fp) { in f()
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | format-strings-c90.c | 7 void foo(char **sp, float *fp, int *ip) { in foo()
|
| /llvm-project-15.0.7/clang/test/CXX/drs/ |
| H A D | dr118.cpp | 14 void g(S *sp) { in g()
|