OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SCALAR
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/bsd/libbind/dist/irs/
lcl_pw.c
296
#define
SCALAR
(v) if (t + sizeof v >= l) return (0); else \
300
SCALAR
(pvt->passwd.pw_uid);
301
SCALAR
(pvt->passwd.pw_gid);
302
SCALAR
(pvt->passwd.pw_change);
307
SCALAR
(pvt->passwd.pw_expire);
/src/external/gpl3/gcc/dist/gcc/
gengtype.h
151
TYPE_SCALAR, /*
Scalar
types like char. */
482
SCALAR
,
tree-ssa-structalias.cc
72
ADDRESSOF, and
SCALAR
. Each constraint expression consists
75
SCALAR
is a constraint expression type used to represent x, whether
505
enum constraint_expr_type {
SCALAR
, DEREF, ADDRESSOF};
1314
if (rhs.offset == 0 && lhs.offset == 0 && rhs.type ==
SCALAR
)
1320
if (rhs.offset == 0 && lhs.offset == 0 && lhs.type ==
SCALAR
)
1400
if (rhs.offset == 0 && lhs.offset == 0 && rhs.type ==
SCALAR
)
1405
if (rhs.offset == 0 && lhs.offset == 0 && lhs.type ==
SCALAR
)
1827
gcc_checking_assert (c->rhs.type ==
SCALAR
&& c->lhs.type ==
SCALAR
2985
/* Get a
scalar
constraint expression for a new temporary variable. *
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
gengtype.h
151
TYPE_SCALAR, /*
Scalar
types like char. */
480
SCALAR
,
tree-ssa-structalias.cc
72
ADDRESSOF, and
SCALAR
. Each constraint expression consists
75
SCALAR
is a constraint expression type used to represent x, whether
504
enum constraint_expr_type {
SCALAR
, DEREF, ADDRESSOF};
1298
if (rhs.offset == 0 && lhs.offset == 0 && rhs.type ==
SCALAR
)
1304
if (rhs.offset == 0 && lhs.offset == 0 && lhs.type ==
SCALAR
)
1384
if (rhs.offset == 0 && lhs.offset == 0 && rhs.type ==
SCALAR
)
1389
if (rhs.offset == 0 && lhs.offset == 0 && lhs.type ==
SCALAR
)
1804
gcc_checking_assert (c->rhs.type ==
SCALAR
&& c->lhs.type ==
SCALAR
2952
/* Get a
scalar
constraint expression for a new temporary variable. *
[
all
...]
/src/lib/libc/gen/
getpwent.c
277
#define
SCALAR
(v) MACRO(memmove(&(v), p, sizeof v); p += sizeof v;)
280
SCALAR
(pw->pw_uid);
281
SCALAR
(pw->pw_gid);
284
SCALAR
(tmp);
287
SCALAR
(pw->pw_change);
294
SCALAR
(tmp);
297
SCALAR
(pw->pw_expire);
301
SCALAR
(*pwflags);
/src/external/gpl3/gcc/dist/gcc/fortran/
trans-expr.cc
85
/* Convert a
scalar
to an array descriptor. To be used for assumed-rank
89
get_scalar_to_descriptor_type (tree
scalar
, symbol_attribute attr)
100
if (POINTER_TYPE_P (TREE_TYPE (
scalar
)))
101
scalar
= TREE_TYPE (
scalar
);
102
return gfc_get_array_type_bounds (TREE_TYPE (
scalar
), 0, 0, NULL, NULL, 1,
107
gfc_conv_scalar_to_descriptor (gfc_se *se, tree
scalar
, symbol_attribute attr)
111
type = get_scalar_to_descriptor_type (
scalar
, attr);
112
etype = TREE_TYPE (
scalar
);
116
if (CONSTANT_CLASS_P (
scalar
))
6693
bool
scalar
;
local
10454
bool
scalar
, non_proc_ptr_assign;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-expr.cc
85
/* Convert a
scalar
to an array descriptor. To be used for assumed-rank
89
get_scalar_to_descriptor_type (tree
scalar
, symbol_attribute attr)
100
if (POINTER_TYPE_P (TREE_TYPE (
scalar
)))
101
scalar
= TREE_TYPE (
scalar
);
102
return gfc_get_array_type_bounds (TREE_TYPE (
scalar
), 0, 0, NULL, NULL, 1,
107
gfc_conv_scalar_to_descriptor (gfc_se *se, tree
scalar
, symbol_attribute attr)
111
type = get_scalar_to_descriptor_type (
scalar
, attr);
112
etype = TREE_TYPE (
scalar
);
116
if (CONSTANT_CLASS_P (
scalar
))
6337
bool
scalar
;
local
9932
bool
scalar
, non_proc_ptr_assign;
local
[
all
...]
Completed in 42 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026