Home
last modified time | relevance | path

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

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