/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/vector/vector.modifiers/ |
H A D | insert_iter_lvalue.pass.cpp | 26 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/ |
D | definitions.hpp | 87 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 D | SkSLRasterPipelineCodeGenerator.cpp | 1285 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 D | SkSLWGSLCodeGenerator.cpp | 2703 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/ |
D | ast_java.h | 160 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/ |
D | unfused_typed.cpp | 120 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 D | lp_test_main.c | 144 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 D | CGObjC.cpp | 356 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 D | CGDecl.cpp | 655 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 D | CGAtomic.cpp | 43 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 D | expression-traits.cpp | 364 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/ |
D | decltype.hpp | 201 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 D | debuginfod.cxx | 518 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 D | FindPreciseNodes.cpp | 79 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 D | container_test.cc | 464 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 D | container_test.cc | 461 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/ |
D | container_test.cc | 464 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 D | container_test.cc | 464 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 D | as-lvalue.pass.cpp | 20 int lvalue{}; in test() local
|
/aosp_15_r20/external/libbrillo/brillo/glib/ |
H A D | object.h | 41 element_type*& lvalue() { in lvalue() function
|
/aosp_15_r20/external/aac/libFDK/include/arm/ |
H A D | clz_arm.h | 151 LONG lvalue = (LONG)(value << 16); in fixnorm_S() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/example/ |
D | doc_how_works.cpp | 39 sink_tester & lvalue() { static sink_tester lv; return lv; } in lvalue() function
|
/aosp_15_r20/external/libwebsockets/include/libwebsockets/abstract/ |
H A D | abstract.h | 36 unsigned long lvalue; member
|
/aosp_15_r20/external/abseil-cpp/absl/algorithm/ |
H A D | container_test.cc | 485 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 D | container_test.cc | 467 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
|