Home
last modified time | relevance | path

Searched defs:EmitLoadOfLValue (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp76 ComplexPairTy EmitLoadOfLValue(const Expr *E) { in EmitLoadOfLValue() function in __anonfe2c9f770111::ComplexExprEmitter
318 ComplexPairTy ComplexExprEmitter::EmitLoadOfLValue(LValue lvalue, in EmitLoadOfLValue() function in ComplexExprEmitter
H A DCGExprScalar.cpp92 Value *EmitLoadOfLValue(LValue LV, SourceLocation Loc) { in EmitLoadOfLValue() function in __anona8f101550111::ScalarExprEmitter
131 Value *EmitLoadOfLValue(const Expr *E) { in EmitLoadOfLValue() function in __anona8f101550111::ScalarExprEmitter
H A DCGExpr.cpp1440 RValue CodeGenFunction::EmitLoadOfLValue(LValue LV, SourceLocation Loc) { in EmitLoadOfLValue() function in CodeGenFunction