Home
last modified time | relevance | path

Searched defs:sp (Results 1 – 25 of 140) sorted by relevance

123456

/llvm-project/polly/lib/External/isl/imath/examples/
H A Dimcalc.c463 static mp_result state_init(cstate_t *sp, mp_size n_elts) { in state_init()
501 static void state_clear(cstate_t *sp) { in state_clear()
545 static void stack_flush(cstate_t *sp) { in stack_flush()
558 static mp_result stack_push(cstate_t *sp, mp_int elt) { in stack_push()
579 static mp_result stack_pop(cstate_t *sp) { in stack_pop()
591 static mp_result mem_insert(cstate_t *sp, const char *name, mp_int value) { in mem_insert()
639 static mp_result mem_recall(cstate_t *sp, const char *name, mp_int value) { in mem_recall()
651 static mp_result mem_clear(cstate_t *sp) { in mem_clear()
663 static mp_result cf_abs(cstate_t *sp) { in cf_abs()
669 static mp_result cf_neg(cstate_t *sp) { in cf_neg()
[all …]
/llvm-project/libcxx/test/std/containers/views/views.span/span.elem/
H A Dback.pass.cpp26 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 Dfront.pass.cpp26 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 Ddata.pass.cpp24 constexpr bool testConstexprSpan(Span sp, typename Span::pointer ptr) in testConstexprSpan()
32 void testRuntimeSpan(Span sp, typename Span::pointer ptr) in testRuntimeSpan()
H A Dop_idx.pass.cpp24 constexpr bool testConstexprSpan(Span sp, std::size_t idx) in testConstexprSpan()
35 void testRuntimeSpan(Span sp, std::size_t idx) in testRuntimeSpan()
/llvm-project/libcxx/test/std/containers/views/views.span/span.cons/
H A Dinitializer_list.pass.cpp63 constexpr std::size_t count(std::span<const Sink> sp) { return sp.size(); } in count()
66 constexpr std::size_t count_n(std::span<const Sink, N> sp) { in count_n()
96 constexpr int three(std::span<void* const> sp) { return static_cast<int>(sp.size()); } in three()
98 constexpr int four(std::span<const std::any> sp) { return static_cast<int>(sp.size()); } in four()
/llvm-project/libcxx/benchmarks/
H A Dutil_smartptr.bench.cpp
/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
H A Dweak_ptr.pass.cpp68 std::shared_ptr<A> sp(wp); in main() local
80 std::shared_ptr<A> sp(wp); in main() local
89 std::shared_ptr<A const> sp(wp); in main() local
102 std::shared_ptr<A> sp(wp); in main() local
116 std::shared_ptr<const A[]> sp(wp); in main() local
/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
H A Dlock.pass.cpp35 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/libcxx/test/std/containers/views/views.span/span.sub/
H A Dsubspan.pass.cpp28 constexpr bool testConstexprSpan(Span sp) in testConstexprSpan()
47 constexpr bool testConstexprSpan(Span sp) in testConstexprSpan()
67 void testRuntimeSpan(Span sp) in testRuntimeSpan()
86 void testRuntimeSpan(Span sp) in testRuntimeSpan()
H A Dlast.pass.cpp27 constexpr bool testConstexprSpan(Span sp) in testConstexprSpan()
47 void testRuntimeSpan(Span sp) in testRuntimeSpan()
H A Dfirst.pass.cpp27 constexpr bool testConstexprSpan(Span sp) in testConstexprSpan()
47 void testRuntimeSpan(Span sp) in testRuntimeSpan()
H A Dlast.verify.cpp22 std::span<const int, 4> sp(array); in f() local
/llvm-project/libcxx/test/std/utilities/tuple/tuple.general/
H A Dtuple.smartptr.pass.cpp23 std::tuple<std::shared_ptr<char>> sp; in main() local
28 std::tuple<std::shared_ptr<char[]>> sp; in main() local
/llvm-project/clang/test/CodeGen/
H A Darm64-aapcs-arguments.c8 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/libcxx/test/std/containers/views/views.span/span.obs/
H A Dsize.pass.cpp24 constexpr bool testConstexprSpan(Span sp, std::size_t sz) in testConstexprSpan()
32 void testRuntimeSpan(Span sp, std::size_t sz) in testRuntimeSpan()
H A Dsize_bytes.pass.cpp25 constexpr bool testConstexprSpan(Span sp, std::size_t sz) in testConstexprSpan()
33 void testRuntimeSpan(Span sp, std::size_t sz) in testRuntimeSpan()
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_suppressions.cpp97 Suppression **sp) { in IsSuppressed() argument
108 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { in IsSuppressed() argument
127 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) { in IsSuppressed() argument
[all...]
/llvm-project/compiler-rt/test/tsan/
H A Dfiber_asm.cpp7 void *sp; member
44 void **sp = reinterpret_cast<void **>(static_cast<char *>(stack) + stack_sz); in ucontext_init() local
/llvm-project/llvm/test/MC/Hexagon/
H A Dreg_altnames.s7 sp = sub(lr, r21) define
/llvm-project/offload/test/offloading/fortran/
H A Dconstant-arr-index.f909 !$omp target map(tofrom:sp) variable
/llvm-project/clang/test/SemaCXX/
H A Dformat-strings-0x.cpp8 void f(char **sp, float *fp) { in f()
/llvm-project/clang/test/CXX/drs/
H A Dcwg118.cpp14 g(S * sp) g() argument
/llvm-project/clang/test/Sema/
H A Dformat-strings-c90.c7 void foo(char **sp, float *fp, int *ip) { in foo()
/llvm-project/flang/test/Semantics/
H A Dtypeinfo03.f906 class(*), pointer :: sp, ap(:) component

123456