Searched refs:TryEmitResult (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp31 typedef llvm::PointerIntPair<llvm::Value*,1,bool> TryEmitResult; typedef
32 static TryEmitResult
546 TryEmitResult ter = tryEmitARCRetainScalarExpr(*this,
2751 static TryEmitResult tryEmitARCRetainLoadOfScalar(CodeGenFunction &CGF,
2762 return TryEmitResult(result, !shouldRetain);
2765 static TryEmitResult tryEmitARCRetainLoadOfScalar(CodeGenFunction &CGF,
2786 return TryEmitResult(result, true);
2797 return TryEmitResult(CGF.EmitScalarExpr(e), false);
2805 return TryEmitResult(CGF.emitScalarConstant(constant, DRE),
3182 public ARCExprEmitter<ARCRetainExprEmitter, TryEmitResult> {
[all...]

Completed in 68 milliseconds