Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp74 ComplexPairTy EmitLoadOfLValue(const Expr *E) { in EmitLoadOfLValue() function in __anon7a4d3f6a0111::ComplexExprEmitter
349 ComplexPairTy ComplexExprEmitter::EmitLoadOfLValue(LValue lvalue, in EmitLoadOfLValue() function in ComplexExprEmitter
H A DCGExprScalar.cpp251 Value *EmitLoadOfLValue(LValue LV, SourceLocation Loc) { in EmitLoadOfLValue() function in __anonacb3eee80111::ScalarExprEmitter
293 Value *EmitLoadOfLValue(const Expr *E) { in EmitLoadOfLValue() function in __anonacb3eee80111::ScalarExprEmitter
H A DCGExpr.cpp1895 RValue CodeGenFunction::EmitLoadOfLValue(LValue LV, SourceLocation Loc) { in EmitLoadOfLValue() function in CodeGenFunction