Home
last modified time | relevance | path

Searched refs:lvalue_ref (Results 1 – 25 of 46) sorted by relevance

12

/dports/devel/p5-Test-Weaken/Test-Weaken-3.022000/sandbox/
H A Dreftypes.pl63 my $lvalue_ref = \( pos $string );
64 ${$lvalue_ref} = 7;
79 'lvalue' => $lvalue_ref,
112 REF: for my $ref ($lvalue_ref) {
119 printf {*STDERR} "pos is %d\n", ${$lvalue_ref};
120 ${$lvalue_ref} = 11;
121 printf {*STDERR} "pos is %d\n", ${$lvalue_ref};
H A Dtied.pl113 my $lvalue_ref = \( pos $string );
114 ${$lvalue_ref} = 7;
121 'lvalue' => $lvalue_ref,
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/test/
H A DFieldRefTest.cpp587 optional_field_ref<std::string&> lvalue_ref = s.opt_name(); in TEST() local
588 EXPECT_FALSE(lvalue_ref); in TEST()
590 static_cast<optional_field_ref<std::string&&>>(lvalue_ref); in TEST()
593 static_cast<optional_field_ref<const std::string&&>>(lvalue_ref); in TEST()
600 optional_boxed_field_ref<boxed_value_ptr<std::string>&> lvalue_ref = in TEST() local
602 EXPECT_FALSE(lvalue_ref); in TEST()
605 lvalue_ref); in TEST()
610 lvalue_ref); in TEST()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router_xm.c37 unsigned int lvalue_ref[MLXSW_SP_ROUTER_XM_L_VAL_MAX + 1]; member
541 ltable_node->lvalue_ref[lvalue]++; in mlxsw_sp_router_xm_ml_entry_add()
560 ltable_node->lvalue_ref[lvalue]--; in mlxsw_sp_router_xm_ml_entry_del()
562 !ltable_node->lvalue_ref[lvalue]) { in mlxsw_sp_router_xm_ml_entry_del()
566 while (new_lvalue > 0 && !ltable_node->lvalue_ref[lvalue]) in mlxsw_sp_router_xm_ml_entry_del()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router_xm.c37 unsigned int lvalue_ref[MLXSW_SP_ROUTER_XM_L_VAL_MAX + 1]; member
541 ltable_node->lvalue_ref[lvalue]++; in mlxsw_sp_router_xm_ml_entry_add()
560 ltable_node->lvalue_ref[lvalue]--; in mlxsw_sp_router_xm_ml_entry_del()
562 !ltable_node->lvalue_ref[lvalue]) { in mlxsw_sp_router_xm_ml_entry_del()
566 while (new_lvalue > 0 && !ltable_node->lvalue_ref[lvalue]) in mlxsw_sp_router_xm_ml_entry_del()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router_xm.c37 unsigned int lvalue_ref[MLXSW_SP_ROUTER_XM_L_VAL_MAX + 1]; member
541 ltable_node->lvalue_ref[lvalue]++; in mlxsw_sp_router_xm_ml_entry_add()
560 ltable_node->lvalue_ref[lvalue]--; in mlxsw_sp_router_xm_ml_entry_del()
562 !ltable_node->lvalue_ref[lvalue]) { in mlxsw_sp_router_xm_ml_entry_del()
566 while (new_lvalue > 0 && !ltable_node->lvalue_ref[lvalue]) in mlxsw_sp_router_xm_ml_entry_del()
/dports/lang/v8/v8-9.6.180.12/tools/clang/base_bind_rewriters/
H A DBaseBindRewriters.cpp220 auto lvalue_ref = clang::CharSourceRange::getTokenRange( in run() local
224 replacements_->emplace_back(*result.SourceManager, lvalue_ref, " "); in run()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/clang/base_bind_rewriters/
H A DBaseBindRewriters.cpp220 auto lvalue_ref = clang::CharSourceRange::getTokenRange( in run() local
224 replacements_->emplace_back(*result.SourceManager, lvalue_ref, " "); in run()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/clang/base_bind_rewriters/
H A DBaseBindRewriters.cpp220 auto lvalue_ref = clang::CharSourceRange::getTokenRange( in run() local
224 replacements_->emplace_back(*result.SourceManager, lvalue_ref, " "); in run()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp55 …typedef Types &lvalue_ref; // expected-error{{declaration type contains unexpanded parameter pack … typedef
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp55 …typedef Types &lvalue_ref; // expected-error{{declaration type contains unexpanded parameter pack … typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp55 …typedef Types &lvalue_ref; // expected-error{{declaration type contains unexpanded parameter pack … typedef
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp55 …typedef Types &lvalue_ref; // expected-error{{declaration type contains unexpanded parameter pack … typedef
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp55 …typedef Types &lvalue_ref; // expected-error{{declaration type contains unexpanded parameter pack … typedef
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp55 …typedef Types &lvalue_ref; // expected-error{{declaration type contains unexpanded parameter pack … typedef
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp55 …typedef Types &lvalue_ref; // expected-error{{declaration type contains unexpanded parameter pack … typedef
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp55 …typedef Types &lvalue_ref; // expected-error{{declaration type contains unexpanded parameter pack … typedef
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp55 …typedef Types &lvalue_ref; // expected-error{{declaration type contains unexpanded parameter pack … typedef
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp55 …typedef Types &lvalue_ref; // expected-error{{declaration type contains unexpanded parameter pack … typedef
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp55 …typedef Types &lvalue_ref; // expected-error{{declaration type contains unexpanded parameter pack … typedef
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp55 …typedef Types &lvalue_ref; // expected-error{{declaration type contains unexpanded parameter pack … typedef
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp55 …typedef Types &lvalue_ref; // expected-error{{declaration type contains unexpanded parameter pack … typedef
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp55 …typedef Types &lvalue_ref; // expected-error{{declaration type contains unexpanded parameter pack …
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp55 …typedef Types &lvalue_ref; // expected-error{{declaration type contains unexpanded parameter pack … typedef
/dports/lang/clang-mesa/clang-13.0.1.src/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp55 …typedef Types &lvalue_ref; // expected-error{{declaration type contains unexpanded parameter pack … typedef

12