HomeSort by: relevance | last modified time | path
    Searched defs:tryEmitARCRetainLoadOfScalar (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp 2868 static TryEmitResult tryEmitARCRetainLoadOfScalar(CodeGenFunction &CGF,
2882 static TryEmitResult tryEmitARCRetainLoadOfScalar(CodeGenFunction &CGF,
2926 return tryEmitARCRetainLoadOfScalar(CGF, CGF.EmitLValue(e), type);
3327 return tryEmitARCRetainLoadOfScalar(CGF, e);
3407 TryEmitResult result = tryEmitARCRetainLoadOfScalar(CGF, lvalue, type);
CGObjC.cpp 2868 static TryEmitResult tryEmitARCRetainLoadOfScalar(CodeGenFunction &CGF,
2882 static TryEmitResult tryEmitARCRetainLoadOfScalar(CodeGenFunction &CGF,
2926 return tryEmitARCRetainLoadOfScalar(CGF, CGF.EmitLValue(e), type);
3327 return tryEmitARCRetainLoadOfScalar(CGF, e);
3407 TryEmitResult result = tryEmitARCRetainLoadOfScalar(CGF, lvalue, type);

Completed in 122 milliseconds