File tree Expand file tree Collapse file tree
ql/test/library-tests/elements/expr/methodlookup Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,5 +67,9 @@ constexpr std::array swiftBuiltins = {
6767 " Vec16xFPIEEE64" ,
6868 " Vec32xFPIEEE64" ,
6969 " Vec64xFPIEEE64" ,
70+
71+ " buildDefaultActorExecutorRef" ,
72+ " buildMainActorExecutorRef" ,
73+ " buildOrdinarySerialExecutorRef" ,
7074};
7175}
Original file line number Diff line number Diff line change @@ -62,9 +62,9 @@ methodlookup.swift:
6262#-----| getResult(): [CallExpr] call to UnownedSerialExecutor.init(_:)
6363#-----| getFunction(): [MethodLookupExpr] UnownedSerialExecutor.init(_:)
6464#-----| 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(_: )
6868#-----| getArgument(0): [Argument] : self
6969#-----| getExpr(): [DeclRefExpr] self
7070# 15| [ClassDecl] Baz
Original file line number Diff line number Diff line change 11noStaticTarget
2- | file://:0:0:0:0 | call to ... | file://:0:0:0:0 | (unknown declaration) | DeclRefExpr |
32#select
4- | file://:0:0:0:0 | call to ... | false | - |
53| file://:0:0:0:0 | call to UnownedSerialExecutor.init(_:) | true | UnownedSerialExecutor.init(_:) |
4+ | file://:0:0:0:0 | call to buildDefaultActorExecutorRef(_:) | true | buildDefaultActorExecutorRef(_:) |
65| file://:0:0:0:0 | call to zeroInitializer() | true | zeroInitializer() |
76| file://:0:0:0:0 | call to zeroInitializer() | true | zeroInitializer() |
87| file://:0:0:0:0 | call to zeroInitializer() | true | zeroInitializer() |
You can’t perform that action at this time.
0 commit comments