コード例 #1
0
ファイル: OwnershipUtils.cpp プロジェクト: aisobe/swift
bool swift::isGuaranteedForwardingValue(SILValue value) {
  return isGuaranteedForwardingValueKind(
      value->getKindOfRepresentativeSILNodeInObject());
}