Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprComplex.cpp72 ComplexPairTy EmitLoadOfLValue(const Expr *E) { in EmitLoadOfLValue() function in __anon7fe0cf8b0111::ComplexExprEmitter
294 ComplexPairTy ComplexExprEmitter::EmitLoadOfLValue(LValue lvalue) { in EmitLoadOfLValue() function in ComplexExprEmitter
DCGExprScalar.cpp90 Value *EmitLoadOfLValue(LValue LV) { in EmitLoadOfLValue() function in __anon86157ee90111::ScalarExprEmitter
97 Value *EmitLoadOfLValue(const Expr *E) { in EmitLoadOfLValue() function in __anon86157ee90111::ScalarExprEmitter
DCGExpr.cpp1238 RValue CodeGenFunction::EmitLoadOfLValue(LValue LV) { in EmitLoadOfLValue() function in CodeGenFunction