Home
last modified time | relevance | path

Searched refs:tryEmitARCRetainLoadOfScalar (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DCGObjC.cpp2403 static TryEmitResult tryEmitARCRetainLoadOfScalar(CodeGenFunction &CGF, in tryEmitARCRetainLoadOfScalar() function
2423 static TryEmitResult tryEmitARCRetainLoadOfScalar(CodeGenFunction &CGF, in tryEmitARCRetainLoadOfScalar() function
2457 return tryEmitARCRetainLoadOfScalar(CGF, CGF.EmitLValue(e), type); in tryEmitARCRetainLoadOfScalar()
2838 return tryEmitARCRetainLoadOfScalar(CGF, e); in visitLValueToRValue()
2909 TryEmitResult result = tryEmitARCRetainLoadOfScalar(CGF, lvalue, type); in emitARCRetainLoadOfScalar()