Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/
H A Dcxx_proto.proto21 message Lvalue { message
60 required Lvalue lvalue = 1;
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/proto-to-cxx/
H A Dproto_to_cxx.cpp32 std::ostream &operator<<(std::ostream &os, const Lvalue &x) { in operator <<()
/netbsd-src/sys/external/bsd/acpica/dist/tests/misc/
H A Dgrammar.asl2751 // Test ReturnOp(Lvalue)
2891 // test implicit return inside nested if with explicit return of Lvalue
2937 // test implicit return inside nested if with explicit return of Lvalue
5721 // acquire non-existing signal using Lvalue timeout
5732 Store ("Zero Lvalue PASS", Debug)
5735 // acquire non-existing signal using Lvalue timeout
5746 Store ("One Lvalue PASS", Debug)
5748 // Lvalue Event test cases
5773 Store ("Acquire Lvalue existing signal PASS", Debug)
5787 Store ("Acquire Lvalue signal timeout PASS", Debug)
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp10464 if (const auto *Lvalue = dyn_cast<DeclRefExpr>(UnaryExpr->getSubExpr())) { in CheckFreeArgumentsAddressof() local
10465 const Decl *D = Lvalue->getDecl(); in CheckFreeArgumentsAddressof()
10470 if (const auto *Lvalue = dyn_cast<MemberExpr>(UnaryExpr->getSubExpr())) in CheckFreeArgumentsAddressof() local
10472 Lvalue->getMemberDecl()); in CheckFreeArgumentsAddressof()
10487 const DeclRefExpr *Lvalue) { in CheckFreeArgumentsStackArray() argument
10488 const auto *Var = dyn_cast<VarDecl>(Lvalue->getDecl()); in CheckFreeArgumentsStackArray()
10492 S.Diag(Lvalue->getBeginLoc(), diag::warn_free_nonheap_object) in CheckFreeArgumentsStackArray()
10544 if (const auto *Lvalue = dyn_cast<DeclRefExpr>(Arg)) in CheckFreeArguments() local
10545 if (Lvalue->getType()->isArrayType()) in CheckFreeArguments()
10546 return CheckFreeArgumentsStackArray(*this, CalleeName, Lvalue); in CheckFreeArguments()
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dextend.texi1993 @section Non-Lvalue Arrays May Have Subscripts
H A Dgcc.info34072 6.23 Non-Lvalue Arrays May Have Subscripts
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dextend.texi1909 @section Non-Lvalue Arrays May Have Subscripts
H A Dgcc.info30910 6.23 Non-Lvalue Arrays May Have Subscripts
/netbsd-src/external/gpl2/gawk/dist/
H A Dawk.texi27013 @item Lvalue