Searched refs:TryEmitResult (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGObjC.cpp | 31 typedef llvm::PointerIntPair<llvm::Value*,1,bool> TryEmitResult; typedef 32 static TryEmitResult 383 TryEmitResult ter = tryEmitARCRetainScalarExpr(*this, in EmitObjCMessageExpr() 2403 static TryEmitResult tryEmitARCRetainLoadOfScalar(CodeGenFunction &CGF, in tryEmitARCRetainLoadOfScalar() 2411 return TryEmitResult(CGF.EmitLoadOfLValue(lvalue, in tryEmitARCRetainLoadOfScalar() 2416 return TryEmitResult(CGF.EmitARCLoadWeakRetained(lvalue.getAddress()), in tryEmitARCRetainLoadOfScalar() 2423 static TryEmitResult tryEmitARCRetainLoadOfScalar(CodeGenFunction &CGF, in tryEmitARCRetainLoadOfScalar() 2444 return TryEmitResult(result, true); in tryEmitARCRetainLoadOfScalar() 2455 return TryEmitResult(CGF.EmitScalarExpr(e), false); in tryEmitARCRetainLoadOfScalar() 2822 public ARCExprEmitter<ARCRetainExprEmitter, TryEmitResult> { [all …]
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGObjC.cpp | 32 typedef llvm::PointerIntPair<llvm::Value*,1,bool> TryEmitResult; typedef 33 static TryEmitResult 616 TryEmitResult ter = tryEmitARCRetainScalarExpr(*this, in EmitObjCMessageExpr() 2831 static TryEmitResult tryEmitARCRetainLoadOfScalar(CodeGenFunction &CGF, in tryEmitARCRetainLoadOfScalar() 2842 return TryEmitResult(result, !shouldRetain); in tryEmitARCRetainLoadOfScalar() 2845 static TryEmitResult tryEmitARCRetainLoadOfScalar(CodeGenFunction &CGF, in tryEmitARCRetainLoadOfScalar() 2866 return TryEmitResult(result, true); in tryEmitARCRetainLoadOfScalar() 2877 return TryEmitResult(CGF.EmitScalarExpr(e), false); in tryEmitARCRetainLoadOfScalar() 2885 return TryEmitResult(CGF.emitScalarConstant(constant, DRE), in tryEmitARCRetainLoadOfScalar() 3262 public ARCExprEmitter<ARCRetainExprEmitter, TryEmitResult> { [all …]
|