Searched defs:tryEmitARCRetainLoadOfScalar (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjC.cpp2093 static TryEmitResult tryEmitARCRetainLoadOfScalar(CodeGenFunction &CGF, function
2113 static TryEmitResult tryEmitARCRetainLoadOfScalar(CodeGenFunction &CGF, function
2146 return tryEmitARCRetainLoadOfScalar(CGF, CGF.EmitLValue(e), type);
2260 = tryEmitARCRetainLoadOfScalar(CGF, ce->getSubExpr());
2375 TryEmitResult result = tryEmitARCRetainLoadOfScalar(CGF, lvalue, type);

Completed in 132 milliseconds