Searched refs:Lvalue (Results 1 – 21 of 21) sorted by relevance
| /openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/ |
| H A D | cxx_proto.proto | 21 message Lvalue { message 60 required Lvalue lvalue = 1;
|
| /openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/proto-to-cxx/ |
| H A D | proto_to_cxx.cpp | 32 std::ostream &operator<<(std::ostream &os, const Lvalue &x) { in operator <<()
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perl5123delta.pod | 37 Lvalue subroutines are again able to return copy-on-write scalars. This
|
| H A D | perl5161delta.pod | 117 same scalar each time. Lvalue subroutines and subroutines in the CORE::
|
| H A D | perlexperiment.pod | 270 =item Lvalue subroutines
|
| H A D | perl561delta.pod | 253 =item Lvalue subroutines 1069 =head2 Lvalue subroutines 1072 See L<perlsub/"Lvalue subroutines">. 2666 such, see L<perlsub/"Lvalue subroutines">. 2860 =item Lvalue subs returning %s not implemented yet 2864 See L<perlsub/"Lvalue subroutines">. 3549 =item Lvalue subroutines
|
| H A D | perl56delta.pod | 471 =head2 Lvalue subroutines 474 See L<perlsub/"Lvalue subroutines">. 2061 such, see L<perlsub/"Lvalue subroutines">. 2255 =item Lvalue subs returning %s not implemented yet 2259 See L<perlsub/"Lvalue subroutines">. 2911 =item Lvalue subroutines
|
| H A D | perl5160delta.pod | 2679 Lvalue subroutines were not allowing COW scalars to be returned. This was 3038 =head2 Lvalue subroutines 3049 Lvalue subroutines used to enforce lvalue syntax (i.e., whatever can go on 3056 Lvalue subroutines are less restrictive about what values can be returned. 3073 Lvalue subroutines used to copy their return values in rvalue context. Not 3105 Lvalue sub calls that are not determined to be such at compile time
|
| H A D | perlsub.pod | 1083 =head2 Lvalue subroutines 1116 Lvalue subroutines are convenient, but you have to keep in mind that,
|
| H A D | perl5200delta.pod | 3357 Lvalue context is now properly propagated into bare blocks and C<if> and 3364 Lvalue context is now propagated to the branches of C<||> and C<&&> (and
|
| H A D | perlhacktips.pod | 620 Lvalue casts
|
| H A D | perl58delta.pod | 619 Lvalue subroutines can now return C<undef> in list context. However,
|
| H A D | perl5180delta.pod | 3066 same scalar each time. Lvalue subroutines and subroutines in the CORE::
|
| H A D | perl5140delta.pod | 4139 Lvalue subroutines are again able to return copy-on-write scalars. This
|
| H A D | perlguts.pod | 1564 \ PERL_MAGIC_lvref vtbl_lvref Lvalue reference
|
| H A D | perldiag.pod | 1333 such. See L<perlsub/"Lvalue subroutines">.
|
| /openbsd-src/gnu/usr.bin/perl/regen/ |
| H A D | opcodes | 95 # Lvalue operators.
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 12067 if (const auto *Lvalue = dyn_cast<DeclRefExpr>(UnaryExpr->getSubExpr())) { in CheckFreeArgumentsAddressof() local 12068 const Decl *D = Lvalue->getDecl(); in CheckFreeArgumentsAddressof() 12074 if (const auto *Lvalue = dyn_cast<MemberExpr>(UnaryExpr->getSubExpr())) in CheckFreeArgumentsAddressof() local 12076 Lvalue->getMemberDecl()); in CheckFreeArgumentsAddressof() 12091 const DeclRefExpr *Lvalue) { in CheckFreeArgumentsStackArray() argument 12092 const auto *Var = dyn_cast<VarDecl>(Lvalue->getDecl()); in CheckFreeArgumentsStackArray() 12096 S.Diag(Lvalue->getBeginLoc(), diag::warn_free_nonheap_object) in CheckFreeArgumentsStackArray() 12148 if (const auto *Lvalue = dyn_cast<DeclRefExpr>(Arg)) in CheckFreeArguments() local 12149 if (Lvalue->getType()->isArrayType()) in CheckFreeArguments() 12150 return CheckFreeArgumentsStackArray(*this, CalleeName, Lvalue); in CheckFreeArguments()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | extend.texi | 1539 @section Non-Lvalue Arrays May Have Subscripts
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | extend.texi | 1175 @section Non-Lvalue Arrays May Have Subscripts
|
| H A D | gcc.info | 15046 5.17 Non-Lvalue Arrays May Have Subscripts
|