Home
last modified time | relevance | path

Searched refs:Lvalue (Results 1 – 21 of 21) sorted by relevance

/openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/
H A Dcxx_proto.proto21 message Lvalue { message
60 required Lvalue lvalue = 1;
/openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/proto-to-cxx/
H A Dproto_to_cxx.cpp32 std::ostream &operator<<(std::ostream &os, const Lvalue &x) { in operator <<()
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5123delta.pod37 Lvalue subroutines are again able to return copy-on-write scalars. This
H A Dperl5161delta.pod117 same scalar each time. Lvalue subroutines and subroutines in the CORE::
H A Dperlexperiment.pod270 =item Lvalue subroutines
H A Dperl561delta.pod253 =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 Dperl56delta.pod471 =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 Dperl5160delta.pod2679 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 Dperlsub.pod1083 =head2 Lvalue subroutines
1116 Lvalue subroutines are convenient, but you have to keep in mind that,
H A Dperl5200delta.pod3357 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 Dperlhacktips.pod620 Lvalue casts
H A Dperl58delta.pod619 Lvalue subroutines can now return C<undef> in list context. However,
H A Dperl5180delta.pod3066 same scalar each time. Lvalue subroutines and subroutines in the CORE::
H A Dperl5140delta.pod4139 Lvalue subroutines are again able to return copy-on-write scalars. This
H A Dperlguts.pod1564 \ PERL_MAGIC_lvref vtbl_lvref Lvalue reference
H A Dperldiag.pod1333 such. See L<perlsub/"Lvalue subroutines">.
/openbsd-src/gnu/usr.bin/perl/regen/
H A Dopcodes95 # Lvalue operators.
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp12067 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 Dextend.texi1539 @section Non-Lvalue Arrays May Have Subscripts
/openbsd-src/gnu/gcc/gcc/doc/
H A Dextend.texi1175 @section Non-Lvalue Arrays May Have Subscripts
H A Dgcc.info15046 5.17 Non-Lvalue Arrays May Have Subscripts