File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
ql/test/library-tests/elements/expr/methodlookup Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -67,5 +67,9 @@ constexpr std::array swiftBuiltins = {
67
67
" Vec16xFPIEEE64" ,
68
68
" Vec32xFPIEEE64" ,
69
69
" Vec64xFPIEEE64" ,
70
+
71
+ " buildDefaultActorExecutorRef" ,
72
+ " buildMainActorExecutorRef" ,
73
+ " buildOrdinarySerialExecutorRef" ,
70
74
};
71
75
}
Original file line number Diff line number Diff line change @@ -62,9 +62,9 @@ methodlookup.swift:
62
62
#-----| getResult(): [CallExpr] call to UnownedSerialExecutor.init(_:)
63
63
#-----| getFunction(): [MethodLookupExpr] UnownedSerialExecutor.init(_:)
64
64
#-----| getBase(): [TypeExpr] UnownedSerialExecutor.Type
65
- #-----| getArgument(0): [Argument] : call to ...
66
- #-----| getExpr(): [CallExpr] call to ...
67
- #-----| getFunction(): [DeclRefExpr] (unknown declaration )
65
+ #-----| getArgument(0): [Argument] : call to buildDefaultActorExecutorRef(_:)
66
+ #-----| getExpr(): [CallExpr] call to buildDefaultActorExecutorRef(_:)
67
+ #-----| getFunction(): [DeclRefExpr] buildDefaultActorExecutorRef(_: )
68
68
#-----| getArgument(0): [Argument] : self
69
69
#-----| getExpr(): [DeclRefExpr] self
70
70
# 15| [ClassDecl] Baz
Original file line number Diff line number Diff line change 1
1
noStaticTarget
2
- | file://:0:0:0:0 | call to ... | file://:0:0:0:0 | (unknown declaration) | DeclRefExpr |
3
2
#select
4
- | file://:0:0:0:0 | call to ... | false | - |
5
3
| file://:0:0:0:0 | call to UnownedSerialExecutor.init(_:) | true | UnownedSerialExecutor.init(_:) |
4
+ | file://:0:0:0:0 | call to buildDefaultActorExecutorRef(_:) | true | buildDefaultActorExecutorRef(_:) |
6
5
| file://:0:0:0:0 | call to zeroInitializer() | true | zeroInitializer() |
7
6
| file://:0:0:0:0 | call to zeroInitializer() | true | zeroInitializer() |
8
7
| file://:0:0:0:0 | call to zeroInitializer() | true | zeroInitializer() |
You can’t perform that action at this time.
0 commit comments