Home
last modified time | relevance | path

Searched defs:lvalue (Results 1 – 25 of 99) sorted by relevance

1234

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/vector/vector.modifiers/
H A Dinsert_iter_lvalue.pass.cpp26 const int lvalue = 1; in test() local
42 const int lvalue = 1; in test() local
59 const int lvalue = 1; in test() local
76 const int lvalue = 1; in test() local
90 const int lvalue = 1; in test() local
105 const int lvalue = 1; in test() local
119 const int lvalue = 1; in test() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/detail/
Ddefinitions.hpp87 noalias_proxy<C> noalias (C& lvalue) { in noalias()
92 noalias_proxy<const C> noalias (const C& lvalue) { in noalias()
100 C& safe (C& lvalue) { in safe()
105 const C& safe (const C& lvalue) { in safe()
/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLRasterPipelineCodeGenerator.cpp1285 std::unique_ptr<LValue> lvalue = this->makeLValue(*rewritten, allowScratch); in makeLValue() local
1318 bool Generator::push(LValue& lvalue) { in push()
1325 bool Generator::store(LValue& lvalue) { in store()
2317 bool Generator::pushLValueOrExpression(LValue* lvalue, const Expression& expr) { in pushLValueOrExpression()
2322 bool Generator::pushMatrixMultiply(LValue* lvalue, in pushMatrixMultiply()
2503 std::unique_ptr<LValue> lvalue; in pushBinaryExpression() local
2993 std::unique_ptr<LValue> lvalue = this->makeLValue(f, /*allowScratch=*/true); in pushFieldAccess() local
3032 std::unique_ptr<LValue> lvalue = this->makeLValue(i, /*allowScratch=*/true); in pushIndexExpression() local
3665 std::unique_ptr<LValue> lvalue = this->makeLValue(*p.operand()); in pushPostfixExpression() local
H A DSkSLWGSLCodeGenerator.cpp2703 std::unique_ptr<LValue> lvalue = this->makeLValue(left); in assembleBinaryExpression() local
2993 std::unique_ptr<LValue> lvalue = this->makeLValue(*call.arguments()[1]); in assembleOutAssignedIntrinsic() local
3479 std::unique_ptr<LValue> lvalue = this->makeLValue(*args[index]); in assembleFunctionCall() local
3606 std::unique_ptr<LValue> lvalue = this->makeLValue(*p.operand()); in assemblePrefixExpression() local
3658 std::unique_ptr<LValue> lvalue = this->makeLValue(*p.operand()); in assemblePostfixExpression() local
/aosp_15_r20/system/tools/aidl/
Dast_java.h160 std::shared_ptr<Variable> lvalue; member
190 std::shared_ptr<Expression> lvalue; member
221 std::shared_ptr<Variable> lvalue = nullptr; member
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/test/functional/
Dunfused_typed.cpp120 long lvalue = 1; in unary_tests() local
142 long lvalue = 1; in ternary_tests() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_main.c144 long long lvalue = (long long)value; in write_elem() local
164 unsigned long long lvalue = (long long)value; in write_elem() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGObjC.cpp356 LValue lvalue = EmitLValue(lvalueExpr); in EmitObjCMessageExpr() local
1350 LValue lvalue in Emit() local
2404 LValue lvalue, in tryEmitARCRetainLoadOfScalar()
2753 LValue lvalue = in visitBinAssignUnsafeUnretained() local
2907 LValue lvalue, in emitARCRetainLoadOfScalar()
3071 LValue lvalue = EmitLValue(e->getLHS()); in EmitARCStoreUnsafeUnretained() local
3094 LValue lvalue = EmitLValue(e->getLHS()); in EmitARCStoreStrong() local
3111 LValue lvalue = EmitLValue(e->getLHS()); in EmitARCStoreAutoreleasing() local
H A DCGDecl.cpp655 LValue &lvalue, in drillIntoBlockVariable()
661 LValue lvalue, bool capturedByInit) { in EmitScalarInit()
769 void CodeGenFunction::EmitScalarInit(llvm::Value *init, LValue lvalue) { in EmitScalarInit()
1288 LValue lvalue, bool capturedByInit) { in EmitExprAsInit()
H A DCGAtomic.cpp43 AtomicInfo(CodeGenFunction &CGF, LValue &lvalue) in AtomicInfo()
681 LValue lvalue = MakeAddrLValue(Ptr, AtomicTy); in EmitAtomicExpr() local
1706 void CodeGenFunction::EmitAtomicStore(RValue rvalue, LValue lvalue, in EmitAtomicStore()
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dexpression-traits.cpp364 Class lvalue; in expr_ref_4() local
506 Class lvalue; in expr_mptr_oper() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/detail/
Ddecltype.hpp201 T &lvalue(T &t) in lvalue() function
207 T const &lvalue(T const &t) in lvalue() function
/aosp_15_r20/external/elfutils/debuginfod/
H A Ddebuginfod.cxx518 tmp_inc_metric(const string& mname, const string& lname, const string& lvalue): in tmp_inc_metric()
533 tmp_ms_metric(const string& mname, const string& lname, const string& lvalue): in tmp_ms_metric()
2625 const string& lname, const string& lvalue, in set_metric()
2635 const string& lname, const string& lvalue) in inc_metric()
2643 const string& lname, const string& lvalue, in add_metric()
2663 const string& lname, const string& lvalue, in inc_metric()
2674 const string& lname, const string& lvalue, in add_metric()
/aosp_15_r20/external/angle/src/compiler/translator/tree_util/
H A DFindPreciseNodes.cpp79 const TVariable *AccessChain::build(TIntermTyped *lvalue) in build()
479 ObjectAndAccessChain lvalue = {lvalueBase, lvalueChain}; in visitLvalue() local
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/algorithm/
H A Dcontainer_test.cc464 int lvalue = 4; in TEST_F() local
469 int lvalue = 4; in TEST_F() local
486 int lvalue = 1000; in TEST_F() local
492 int lvalue = 10; in TEST_F() local
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/algorithm/
H A Dcontainer_test.cc461 int lvalue = 4; in TEST_F() local
466 int lvalue = 4; in TEST_F() local
483 int lvalue = 1000; in TEST_F() local
489 int lvalue = 10; in TEST_F() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/algorithm/
Dcontainer_test.cc464 int lvalue = 4; in TEST_F() local
469 int lvalue = 4; in TEST_F() local
486 int lvalue = 1000; in TEST_F() local
492 int lvalue = 10; in TEST_F() local
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc464 int lvalue = 4; in TEST_F() local
469 int lvalue = 4; in TEST_F() local
486 int lvalue = 1000; in TEST_F() local
492 int lvalue = 10; in TEST_F() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/ranges/range.adaptors/range.adaptor.helpers/
H A Das-lvalue.pass.cpp20 int lvalue{}; in test() local
/aosp_15_r20/external/libbrillo/brillo/glib/
H A Dobject.h41 element_type*& lvalue() { in lvalue() function
/aosp_15_r20/external/aac/libFDK/include/arm/
H A Dclz_arm.h151 LONG lvalue = (LONG)(value << 16); in fixnorm_S() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/example/
Ddoc_how_works.cpp39 sink_tester & lvalue() { static sink_tester lv; return lv; } in lvalue() function
/aosp_15_r20/external/libwebsockets/include/libwebsockets/abstract/
H A Dabstract.h36 unsigned long lvalue; member
/aosp_15_r20/external/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc485 int lvalue = 4; in TEST_F() local
490 int lvalue = 4; in TEST_F() local
507 int lvalue = 1000; in TEST_F() local
513 int lvalue = 10; in TEST_F() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc467 int lvalue = 4; in TEST_F() local
472 int lvalue = 4; in TEST_F() local
489 int lvalue = 1000; in TEST_F() local
495 int lvalue = 10; in TEST_F() local

1234