Searched refs:ls (Results 1 - 25 of 304) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/format/
H A Dc94-scanf-1.c9 foo (wchar_t *ls) argument
14 that %ls, %lc, %l[] are accepted without warning.
16 scanf ("%lc%ls%l[abc]", ls, ls, ls);
H A Dms_c94-scanf-1.c10 foo (wchar_t *ls) argument
15 that %ls, %lc, %l[] are accepted without warning.
17 scanf ("%lc%ls%l[abc]", ls, ls, ls);
H A Dc94-printf-1.c9 foo (wint_t lc, wchar_t *ls) argument
14 that %ls and %lc are accepted without warning.
17 printf ("%ls", ls);
H A Dms_c94-printf-1.c10 foo (wint_t lc, wchar_t *ls) argument
15 that %ls and %lc are accepted without warning.
18 printf ("%ls", ls);
H A Dc99-scanf-2.c11 foo (int *ip, long long int *llp, wchar_t *ls) argument
19 scanf ("%C", ls); /* { dg-warning "C" "scanf %C" } */
20 scanf ("%S", ls); /* { dg-warning "C" "scanf %S" } */
H A Dxopen-1.c11 foo (int i, unsigned int u, wint_t lc, wchar_t *ls, int *ip, double d, argument
35 printf ("%S", ls);
36 printf ("%3S", ls);
37 printf ("%.3S", ls);
38 printf ("%hS", ls); /* { dg-warning "length" "bad %hS" } */
39 printf ("%hhS", ls); /* { dg-warning "length" "bad %hhS" } */
40 printf ("%lS", ls); /* { dg-warning "length" "bad %lS" } */
41 printf ("%llS", ls); /* { dg-warning "length" "bad %llS" } */
42 printf ("%jS", ls); /* { dg-warning "length" "bad %jS" } */
43 printf ("%zS", ls); /* { d
[all...]
H A Dms_c99-scanf-2.c12 foo (int *ip, long long int *llp, wchar_t *ls) argument
20 scanf ("%C", ls); /* { dg-warning "C" "scanf %C" } */
21 scanf ("%S", ls); /* { dg-warning "C" "scanf %S" } */
H A Dc99-printf-2.c11 foo (int i, long long ll, size_t z, wint_t lc, wchar_t *ls) argument
24 printf ("%S", ls); /* { dg-warning "C" "printf %S" } */
H A Dms_c99-printf-2.c12 foo (int i, long long ll, size_t z, wint_t lc, wchar_t *ls) argument
25 printf ("%S", ls); /* { dg-warning "C" "printf %S" } */
H A Dext-2.c12 unsigned long long int *ullp, float *fp, char *s, void **pp, wchar_t *ls,
31 scanf ("%qC", ls); /* { dg-warning "length" "bad use of %q" } */
32 scanf ("%qS", ls); /* { dg-warning "length" "bad use of %q" } */
52 scanf ("%'C", ls); /* { dg-warning "flag" "bad use of ' flag" } */
53 scanf ("%'S", ls); /* { dg-warning "flag" "bad use of ' flag" } */
71 scanf ("%IC", ls); /* { dg-warning "flag" "bad use of I flag" } */
72 scanf ("%IS", ls); /* { dg-warning "flag" "bad use of I flag" } */
11 foo(quad_t *qp, u_quad_t *uqp, quad_t *qn, long long int *llp, unsigned long long int *ullp, float *fp, char *s, void **pp, wchar_t *ls, int *ip, unsigned int *up) argument
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr20739.c21 bar (const baz_t * ls) argument
23 foo (ls == 0 ? *(&baz[0]) : *ls);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A Dformat1.C9 foo (int i, int *ip, __WINT_TYPE__ lc, wchar_t *ls) argument
11 std::printf ("%d%ls%lc\n", i, ls, lc);
12 std::printf ("%d", ls); // { dg-warning "format" "printf warning" }
13 std::scanf ("%d%lc%ls%l[abc]", ip, ls, ls, ls);
/haiku-buildtools/isl/
H A Disl_local_space.c21 isl_ctx *isl_local_space_get_ctx(__isl_keep isl_local_space *ls) argument
23 return ls ? ls->dim->ctx : NULL;
30 isl_local_space *ls = NULL; local
36 ls = isl_calloc_type(ctx, struct isl_local_space);
37 if (!ls)
40 ls->ref = 1;
41 ls->dim = dim;
42 ls->div = div;
44 return ls;
74 isl_local_space_copy(__isl_keep isl_local_space *ls) argument
83 isl_local_space_dup(__isl_keep isl_local_space *ls) argument
93 isl_local_space_cow(__isl_take isl_local_space *ls) argument
104 isl_local_space_free(__isl_take isl_local_space *ls) argument
122 isl_local_space_is_set(__isl_keep isl_local_space *ls) argument
150 isl_local_space_dim(__isl_keep isl_local_space *ls, enum isl_dim_type type) argument
162 isl_local_space_offset(__isl_keep isl_local_space *ls, enum isl_dim_type type) argument
183 isl_local_space_has_dim_name(__isl_keep isl_local_space *ls, enum isl_dim_type type, unsigned pos) argument
189 isl_local_space_get_dim_name(__isl_keep isl_local_space *ls, enum isl_dim_type type, unsigned pos) argument
195 isl_local_space_has_dim_id(__isl_keep isl_local_space *ls, enum isl_dim_type type, unsigned pos) argument
201 isl_local_space_get_dim_id(__isl_keep isl_local_space *ls, enum isl_dim_type type, unsigned pos) argument
207 isl_local_space_get_div(__isl_keep isl_local_space *ls, int pos) argument
233 isl_local_space_get_space(__isl_keep isl_local_space *ls) argument
241 isl_local_space_set_dim_name( __isl_take isl_local_space *ls, enum isl_dim_type type, unsigned pos, const char *s) argument
255 isl_local_space_set_dim_id( __isl_take isl_local_space *ls, enum isl_dim_type type, unsigned pos, __isl_take isl_id *id) argument
269 isl_local_space_reset_space( __isl_take isl_local_space *ls, __isl_take isl_space *dim) argument
326 isl_local_space_realign( __isl_take isl_local_space *ls, __isl_take isl_reordering *r) argument
347 isl_local_space_add_div( __isl_take isl_local_space *ls, __isl_take isl_vec *div) argument
374 isl_local_space_replace_divs( __isl_take isl_local_space *ls, __isl_take isl_mat *div) argument
550 isl_local_space_swap_div( __isl_take isl_local_space *ls, int a, int b) argument
622 isl_local_space_divs_known(__isl_keep isl_local_space *ls) argument
636 isl_local_space_domain( __isl_take isl_local_space *ls) argument
650 isl_local_space_range( __isl_take isl_local_space *ls) argument
668 isl_local_space_from_domain( __isl_take isl_local_space *ls) argument
680 isl_local_space_add_dims( __isl_take isl_local_space *ls, enum isl_dim_type type, unsigned n) argument
693 normalize_div(__isl_keep isl_local_space *ls, int div) argument
717 isl_local_space_substitute_equalities( __isl_take isl_local_space *ls, __isl_take isl_basic_set *eq) argument
777 isl_local_space_substitute_seq( __isl_take isl_local_space *ls, enum isl_dim_type type, unsigned pos, isl_int *subs, int subs_len, int first, int n) argument
828 isl_local_space_substitute( __isl_take isl_local_space *ls, enum isl_dim_type type, unsigned pos, __isl_keep isl_aff *subs) argument
848 isl_local_space_is_named_or_nested(__isl_keep isl_local_space *ls, enum isl_dim_type type) argument
856 isl_local_space_drop_dims( __isl_take isl_local_space *ls, enum isl_dim_type type, unsigned first, unsigned n) argument
892 isl_local_space_insert_dims( __isl_take isl_local_space *ls, enum isl_dim_type type, unsigned first, unsigned n) argument
937 isl_local_space_is_div_constraint(__isl_keep isl_local_space *ls, isl_int *constraint, unsigned div) argument
980 isl_local_space_get_active(__isl_keep isl_local_space *ls, isl_int *l) argument
1013 isl_local_space_lift( __isl_take isl_local_space *ls) argument
1031 isl_local_space_lifting( __isl_take isl_local_space *ls) argument
1071 isl_local_space_preimage_multi_aff( __isl_take isl_local_space *ls, __isl_take isl_multi_aff *ma) argument
[all...]
H A Disl_local_space_private.h21 __isl_take isl_local_space *ls, int a, int b);
23 __isl_take isl_local_space *ls, __isl_take isl_vec *div);
29 unsigned isl_local_space_offset(__isl_keep isl_local_space *ls,
33 __isl_take isl_local_space *ls, __isl_take isl_mat *div);
34 int isl_local_space_divs_known(__isl_keep isl_local_space *ls);
37 __isl_take isl_local_space *ls, __isl_take isl_basic_set *eq);
39 int isl_local_space_is_named_or_nested(__isl_keep isl_local_space *ls,
43 __isl_take isl_local_space *ls, __isl_take isl_space *dim);
45 __isl_take isl_local_space *ls, __isl_take isl_reordering *r);
47 int isl_local_space_is_div_constraint(__isl_keep isl_local_space *ls,
[all...]
H A Disl_sort.c56 char *a1, *al, *am, *ah, *ls, *hs, *lo, *hi, *b; local
77 ls = lo;
92 ls = lo;
101 if (lo > ls) {
102 memcpy (b, ls, lo - ls);
103 copied += (lo - ls);
104 b += (lo - ls);
111 memcpy (b, ls, lo - ls);
[all...]
/haiku-buildtools/legacy/gcc/libf2c/libF77/
H A Dgetarg_.c10 VOID G77_getarg_0 (n, s, ls) ftnint *n; register char *s; ftnlen ls;
12 void G77_getarg_0 (ftnint *n, register char *s, ftnlen ls)
24 for(i = 0; i<ls && *t!='\0' ; ++i)
26 for( ; i<ls ; ++i)
/haiku-buildtools/isl/include/isl/
H A Dlocal_space.h16 isl_ctx *isl_local_space_get_ctx(__isl_keep isl_local_space *ls);
21 __isl_keep isl_local_space *ls);
22 void *isl_local_space_free(__isl_take isl_local_space *ls);
24 int isl_local_space_is_set(__isl_keep isl_local_space *ls);
26 int isl_local_space_dim(__isl_keep isl_local_space *ls,
28 int isl_local_space_has_dim_name(__isl_keep isl_local_space *ls,
30 const char *isl_local_space_get_dim_name(__isl_keep isl_local_space *ls,
33 __isl_take isl_local_space *ls,
35 int isl_local_space_has_dim_id(__isl_keep isl_local_space *ls,
37 __isl_give isl_id *isl_local_space_get_dim_id(__isl_keep isl_local_space *ls,
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-mips-elf/
H A Dreloc-6a.s5 ls: label
10 lw $4,%got_page(ls)($gp)
11 addiu $4,$4,%got_ofst(ls)
H A Dreloc-6b.s5 ls: label
10 lw $4,%got_page(ls)($gp)
11 addiu $4,$4,%got_ofst(ls)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dinitlist30.C7 void f (std::initializer_list<Ts>... ls);
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/arm/
H A Dthumb2_relax.s5 .macro ls op w=".w"
36 ls ldrb
37 ls ldrsb
38 ls ldrh
39 ls ldrsh
40 ls ldr
41 ls strb
42 ls strh
43 ls str
44 .purgem ls
[all...]
/haiku-buildtools/gcc/gmp/mpn/sparc64/
H A Ddive_1.c57 mp_limb_t inverse, s, s_next, c, l, ls, q; local
100 ls = (s >> rshift) | ((s_next << lshift) & lshift_mask);
103 SUBC_LIMB (c, l, ls, c);
115 ls = s >> rshift;
116 l = ls - c;
127 ls = (s >> rshift) | ((s_next << lshift) & lshift_mask);
130 SUBC_LIMB (c, l, ls, c);
142 ls = s >> rshift;
143 l = ls - c;
/haiku-buildtools/libtool/tests/
H A Ddepdemo-unst.test28 ls -l $leftovers
29 ls -l $leftovers > ~/devel/savannah/arse
H A Ddryrun.test29 # in the output of `ls -l . $objdir'
50 ls -l . $objdir | grep -v total > $before
52 ls -l . $objdir | grep -v total > $after
59 ls -l . $objdir | grep -v total > $before
61 ls -l . $objdir | grep -v total > $after
68 ls -l . $objdir | grep -v total > $before
70 ls -l . $objdir | grep -v total > $after
80 ls -l . $objdir | grep -v total > $before
81 ls -lR $prefix | grep -v total >> $before
83 ls
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dthumb2_relax.s5 .macro ls op w=".w"
33 ls ldrb
34 ls ldrsb
35 ls ldrh
36 ls ldrsh
37 ls ldr
38 .purgem ls

Completed in 80 milliseconds

1234567891011>>