Home
last modified time | relevance | path

Searched refs:lvalues (Results 1 – 23 of 23) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/objects/
HDobj_dat.h70 static const unsigned char lvalues[6255]={ variable
959 {"rsadsi","RSA Data Security, Inc.",NID_rsadsi,6,&(lvalues[0]),0},
960 {"pkcs","RSA Data Security, Inc. PKCS",NID_pkcs,7,&(lvalues[6]),0},
961 {"MD2","md2",NID_md2,8,&(lvalues[13]),0},
962 {"MD5","md5",NID_md5,8,&(lvalues[21]),0},
963 {"RC4","rc4",NID_rc4,8,&(lvalues[29]),0},
964 {"rsaEncryption","rsaEncryption",NID_rsaEncryption,9,&(lvalues[37]),0},
966 &(lvalues[46]),0},
968 &(lvalues[55]),0},
970 &(lvalues[64]),0},
[all …]
HDobj_dat.pl90 @lvalues=();
91 $lvalues=0;
134 push(@lvalues,sprintf("%-45s/* [%3d] %s */\n",
135 $z,$lvalues,$obj{$nid{$i}}));
136 $out.="$length,&(lvalues[$lvalues]),0";
137 $lvalues+=$length;
242 printf OUT "static const unsigned char lvalues[%d]={\n",$lvalues+1;
243 print OUT @lvalues;
HDobj_dat.c77 static const unsigned char lvalues[1]; variable
/freebsd-11-stable/contrib/gcc/cp/
HDChangeLog-19941478 value as lvalues again.
1752 * tree.c (lvalue_p): Random CALL_EXPRs are not lvalues.
2248 and treat them as lvalues.
2309 * tree.c (lvalue_p): MODIFY_EXPRs are lvalues again. Isn't this
2464 * tree.c (lvalue_p): MODIFY_EXPRs are no longer lvalues.
2916 * typeck.c (build_unary_op): References are too lvalues.
2982 lvalues to non-const references.
HDChangeLog-19951866 * typeck.c (build_conditional_expr): Handle related class lvalues.
3109 considered lvalues.
3748 (convert_harshness): Non-lvalues do not convert to reference types.
HDChangeLog-20033232 * tree.c (lvalue_p_1): Treat NON_DEPENDENT_EXPRs as lvalues.
6829 * call.c (build_conditional_expr): Stabilize lvalues properly.
6831 * tree.c (lvalue_p_1): Don't allow sloppy NOP_EXPRs as lvalues.
HDChangeLog-20021721 * tree.c (lvalue_p_1): Add argument for whether casts of lvalues
HDChangeLog-20041899 * tree.c (lvalue_p_1): Disallow MIN_EXPR and MAX_EXPR as lvalues
HDChangeLog4457 when class rvalues are lvalues.
HDChangeLog-19991299 * decl2.c (grok_alignof): Don't decay lvalues.
/freebsd-11-stable/contrib/gcc/doc/
HDrtl.texi179 and are lvalues (so they can be used for insertion as well).
378 All the macros defined in this section expand into lvalues and therefore
547 are accessed with the following macros, which expand into lvalues.
2254 Unlike @code{sign_extract}, this type of expressions can be lvalues
HDtree-ssa.texi233 Currently compound lvalues involving array and structure field references
HDc-tree.texi124 values are lvalues.
HDextend.texi1191 In ISO C99, arrays that are not lvalues still decay to pointers, and
4121 Output operand expressions must be lvalues; the compiler can check this.
4122 The input operands need not be lvalues. The compiler cannot check
/freebsd-11-stable/contrib/gcc/
HDONEWS915 * Casts to union types do not yield lvalues.
HDChangeLog.tree-ssa29 to minimal lvalues, then expand to non-matching constraints.
525 * tree-simple.c: Document that BIT_FIELD_REFs are valid lvalues.
7060 to fail for lvalues, and issue appropriate error messages. Zap
17801 Remove code that tried to create new lvalues.
HDChangeLog-20033181 expressions as lvalues.
3184 * doc/extend.texi: Document that all extended lvalues are now
3364 conditional expressions as lvalues.
4582 deprecation of casts as lvalues.
4772 functions do not return lvalues.
4785 * doc/extend.texi: Deprecate casts as lvalues.
HDChangeLog-20062992 * c-typeck.c (build_modify_expr): Test earlier for non-lvalues.
4476 lvalues in the fb_none case with side-effects.
HDChangeLog-20057678 generating synthetic loads from volatile lvalues.
28858 temporary variable of pointer type if an lvalues is required.
HDChangeLog-19995310 any predicate accepting non-lvalues. Conditionally warn for
HDChangeLog-200446129 lvalues.
46136 * doc/extend.texi: Remove documentation of extended lvalues.
HDChangeLog-20016469 non-lvalues are OK.
HDChangeLog-200228691 between pointers and references. Only allow lvalues to convert to