Searched refs:TryEmitResult (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGObjC.cpp | 31 typedef llvm::PointerIntPair<llvm::Value*,1,bool> TryEmitResult; typedef 32 static TryEmitResult 346 TryEmitResult ter = tryEmitARCRetainScalarExpr(*this, in EmitObjCMessageExpr() 2380 static TryEmitResult tryEmitARCRetainLoadOfScalar(CodeGenFunction &CGF, in tryEmitARCRetainLoadOfScalar() 2388 return TryEmitResult(CGF.EmitLoadOfLValue(lvalue, in tryEmitARCRetainLoadOfScalar() 2393 return TryEmitResult(CGF.EmitARCLoadWeakRetained(lvalue.getAddress()), in tryEmitARCRetainLoadOfScalar() 2400 static TryEmitResult tryEmitARCRetainLoadOfScalar(CodeGenFunction &CGF, in tryEmitARCRetainLoadOfScalar() 2421 return TryEmitResult(result, true); in tryEmitARCRetainLoadOfScalar() 2432 return TryEmitResult(CGF.EmitScalarExpr(e), false); in tryEmitARCRetainLoadOfScalar() 2525 static TryEmitResult tryEmitARCRetainPseudoObject(CodeGenFunction &CGF, in tryEmitARCRetainPseudoObject() [all …]
|