Home
last modified time | relevance | path

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

/external/libbrillo/brillo/glib/
Dobject.h40 element_type*& lvalue() { in lvalue() function
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_main.c148 long long lvalue = (long long)value; in write_elem() local
168 unsigned long long lvalue = (long long)value; in write_elem() local
/external/ppp/pppd/plugins/radius/
Davpair.c158 UINT4 lvalue; in rc_avpair_gen() local
268 UINT4 lvalue; in rc_extract_vendor_specific_attributes() local
Dsendserver.c37 UINT4 lvalue; in rc_pack_list() local
Dradiusclient.h333 UINT4 lvalue; member
/external/clang/test/SemaCXX/
Dexpression-traits.cpp364 Class lvalue; in expr_ref_4() local
506 Class lvalue; in expr_mptr_oper() local
/external/skia/src/sksl/
DSkSLCFGGenerator.cpp127 Expression* lvalue) { in tryRemoveLValueBefore()
DSkSLCompiler.cpp181 void Compiler::addDefinition(const Expression* lvalue, std::unique_ptr<Expression>* expr, in addDefinition()
351 static bool is_dead(const Expression& lvalue) { in is_dead()
DSkSLSPIRVCodeGenerator.cpp2110 std::unique_ptr<LValue> lvalue; in writeBinaryExpression() local
/external/clang/lib/CodeGen/
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
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()
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()
DCGExprComplex.cpp318 ComplexPairTy ComplexExprEmitter::EmitLoadOfLValue(LValue lvalue, in EmitLoadOfLValue()
344 void ComplexExprEmitter::EmitStoreOfComplex(ComplexPairTy Val, LValue lvalue, in EmitStoreOfComplex()
DCGExpr.cpp1196 llvm::Value *CodeGenFunction::EmitLoadOfScalar(LValue lvalue, in EmitLoadOfScalar()
1429 void CodeGenFunction::EmitStoreOfScalar(llvm::Value *value, LValue lvalue, in EmitStoreOfScalar()
4159 LValue lvalue = MakeAddrLValue(addr, type, AlignmentSource::Decl); in convertTempToRValue() local
DCodeGenFunction.h906 LValue lvalue) in OpaqueValueMapping()
/external/iproute2/tc/
Dem_meta.c364 unsigned long lvalue = 0, rvalue = 0; in meta_parse_eopt() local
/external/swiftshader/src/Reactor/
DReactor.hpp2341 RValue<T>::RValue(const T &lvalue) in RValue()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp2340 …int OutputASM::lvalue(sw::Shader::DestinationParameter &dst, Temporary &address, TIntermTyped *nod… in lvalue() function in glsl::OutputASM
/external/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp1029 get_lvalue_copy(exec_list *instructions, ir_rvalue *lvalue) in get_lvalue_copy()