Home
last modified time | relevance | path

Searched refs:SCALAR (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/bsd/libbind/dist/irs/
H A Dlcl_pw.c296 #define SCALAR(v) if (t + sizeof v >= l) return (0); else \ in hashpw() macro
300 SCALAR(pvt->passwd.pw_uid); in hashpw()
301 SCALAR(pvt->passwd.pw_gid); in hashpw()
302 SCALAR(pvt->passwd.pw_change); in hashpw()
307 SCALAR(pvt->passwd.pw_expire); in hashpw()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-structalias.c496 enum constraint_expr_type {SCALAR, DEREF, ADDRESSOF}; enumerator
1268 if (rhs.offset == 0 && lhs.offset == 0 && rhs.type == SCALAR) in build_pred_graph()
1274 if (rhs.offset == 0 && lhs.offset == 0 && lhs.type == SCALAR) in build_pred_graph()
1354 if (rhs.offset == 0 && lhs.offset == 0 && rhs.type == SCALAR) in build_succ_graph()
1359 if (rhs.offset == 0 && lhs.offset == 0 && lhs.type == SCALAR) in build_succ_graph()
1832 gcc_checking_assert (c->rhs.type == SCALAR && c->lhs.type == SCALAR in do_complex_constraint()
2962 tmp.type = SCALAR; in new_scalar_tmp_constraint_exp()
2995 cexpr.type = SCALAR; in get_constraint_for_ssa_var()
3025 cexpr.type = SCALAR; in get_constraint_for_ssa_var()
3033 cexpr.type = SCALAR; in get_constraint_for_ssa_var()
[all …]
H A Dpretty-print.h326 #define pp_scalar(PP, FORMAT, SCALAR) \ argument
329 sprintf (pp_buffer (PP)->digit_buffer, FORMAT, SCALAR); \
H A Dgengtype-lex.l139 return SCALAR;
H A Dgengtype-parse.c298 const char *id = require4 (SCALAR, ID, '*', ','); in require_template_declaration()
882 case SCALAR: in type()
H A Dgengtype.h469 SCALAR, enumerator
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-structalias.cc504 enum constraint_expr_type {SCALAR, DEREF, ADDRESSOF}; enumerator
1298 if (rhs.offset == 0 && lhs.offset == 0 && rhs.type == SCALAR) in build_pred_graph()
1304 if (rhs.offset == 0 && lhs.offset == 0 && lhs.type == SCALAR) in build_pred_graph()
1384 if (rhs.offset == 0 && lhs.offset == 0 && rhs.type == SCALAR) in build_succ_graph()
1389 if (rhs.offset == 0 && lhs.offset == 0 && lhs.type == SCALAR) in build_succ_graph()
1804 gcc_checking_assert (c->rhs.type == SCALAR && c->lhs.type == SCALAR in do_complex_constraint()
2967 tmp.type = SCALAR; in new_scalar_tmp_constraint_exp()
3000 cexpr.type = SCALAR; in get_constraint_for_ssa_var()
3030 cexpr.type = SCALAR; in get_constraint_for_ssa_var()
3038 cexpr.type = SCALAR; in get_constraint_for_ssa_var()
[all …]
H A Dpretty-print.h326 #define pp_scalar(PP, FORMAT, SCALAR) \ argument
329 sprintf (pp_buffer (PP)->digit_buffer, FORMAT, SCALAR); \
H A Dgengtype-lex.l142 return SCALAR;
H A Dgengtype-parse.cc298 const char *id = require4 (SCALAR, ID, '*', ','); in require_template_declaration()
882 case SCALAR: in type()
H A Dgengtype.h480 SCALAR, enumerator
H A Dgengtype-lex.cc1783 return SCALAR;
H A DChangeLog-200724854 returning SCALAR.
24855 * gengtype-yacc.y: Type of SCALAR is string. Call
24856 create_scalar_type from type:SCALAR rule. Adjust for removal of
/netbsd-src/lib/libc/gen/
H A Dgetpwent.c277 #define SCALAR(v) MACRO(memmove(&(v), p, sizeof v); p += sizeof v;) in _pw_getkey() macro
280 SCALAR(pw->pw_uid); in _pw_getkey()
281 SCALAR(pw->pw_gid); in _pw_getkey()
284 SCALAR(tmp); in _pw_getkey()
287 SCALAR(pw->pw_change); in _pw_getkey()
294 SCALAR(tmp); in _pw_getkey()
297 SCALAR(pw->pw_expire); in _pw_getkey()
301 SCALAR(*pwflags); in _pw_getkey()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DREADME.txt1164 [SCALAR PRE]
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c17949 NEON_ENCODE (SCALAR, inst); in do_neon_mac_maybe_scalar()
18130 NEON_ENCODE (SCALAR, inst); in do_neon_qdmulh()
18565 NEON_ENCODE (SCALAR, inst); in do_neon_qrdmlah()
19724 NEON_ENCODE (SCALAR, inst); in neon_mac_reg_scalar_long()
19995 NEON_ENCODE (SCALAR, inst); in do_neon_dup()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c17979 NEON_ENCODE (SCALAR, inst); in do_neon_mac_maybe_scalar()
18160 NEON_ENCODE (SCALAR, inst); in do_neon_qdmulh()
18595 NEON_ENCODE (SCALAR, inst); in do_neon_qrdmlah()
19744 NEON_ENCODE (SCALAR, inst); in neon_mac_reg_scalar_long()
20015 NEON_ENCODE (SCALAR, inst); in do_neon_dup()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-expr.c5596 enum {MISSING = 0, ELEMENTAL, SCALAR, SCALAR_POINTER, ARRAY}; in gfc_conv_procedure_call() enumerator
6602 case (SCALAR): in gfc_conv_procedure_call()
H A Dintrinsic.texi1087 @code{ALLOCATED(ARRAY)} and @code{ALLOCATED(SCALAR)} check the allocation
1088 status of @var{ARRAY} and @var{SCALAR}, respectively.
1091 Fortran 90 and later. Note, the @code{SCALAR=} keyword and allocatable
1100 @item @code{RESULT = ALLOCATED(SCALAR)}
1106 @item @var{SCALAR} @tab The argument shall be an @code{ALLOCATABLE} scalar.
H A Dgfortran.info7948 'ALLOCATED(ARRAY)' and 'ALLOCATED(SCALAR)' check the allocation
7949 status of ARRAY and SCALAR, respectively.
7952 Fortran 90 and later. Note, the 'SCALAR=' keyword and allocatable
7960 'RESULT = ALLOCATED(SCALAR)'
7964 SCALAR The argument shall be an 'ALLOCATABLE' scalar.
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-expr.cc6030 enum {MISSING = 0, ELEMENTAL, SCALAR, SCALAR_POINTER, ARRAY}; in gfc_conv_procedure_call() enumerator
7076 case (SCALAR): in gfc_conv_procedure_call()
H A Dintrinsic.texi1083 @code{ALLOCATED(ARRAY)} and @code{ALLOCATED(SCALAR)} check the allocation
1084 status of @var{ARRAY} and @var{SCALAR}, respectively.
1087 Fortran 90 and later. Note, the @code{SCALAR=} keyword and allocatable
1096 @item @code{RESULT = ALLOCATED(SCALAR)}
1102 @item @var{SCALAR} @tab The argument shall be an @code{ALLOCATABLE} scalar.
H A Dgfortran.info7628 'ALLOCATED(ARRAY)' and 'ALLOCATED(SCALAR)' check the allocation
7629 status of ARRAY and SCALAR, respectively.
7632 Fortran 90 and later. Note, the 'SCALAR=' keyword and allocatable
7640 'RESULT = ALLOCATED(SCALAR)'
7644 SCALAR The argument shall be an 'ALLOCATABLE' scalar.
H A DChangeLog-20104362 procedure descriptions. Add the SCALAR allocatable description to
H A DChangeLog-20073058 to SCALAR

12