File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ ConstructorCall.cpp:
128128# 1| <params>:
129129#-----| getParameter(0): [Parameter] (unnamed parameter 0)
130130#-----| Type = [RValueReferenceType] C &&
131- # 3| [ConversionConstructor ] void C::C(int)
131+ # 3| [Constructor ] void C::C(int)
132132# 3| <params>:
133133# 3| getParameter(0): [Parameter] i
134134# 3| Type = [IntType] int
Original file line number Diff line number Diff line change @@ -5401,7 +5401,7 @@ ir.cpp:
54015401# 600| <params>:
54025402# 600| getParameter(0): [Parameter] (unnamed parameter 0)
54035403# 600| Type = [RValueReferenceType] String &&
5404- # 601| [ConversionConstructor ] void String::String(char const*)
5404+ # 601| [Constructor ] void String::String(char const*)
54055405# 601| <params>:
54065406# 601| getParameter(0): [Parameter] (unnamed parameter 0)
54075407# 601| Type = [PointerType] const char *
@@ -10630,7 +10630,7 @@ ir.cpp:
1063010630# 1330| <params>:
1063110631#-----| getParameter(0): [Parameter] (unnamed parameter 0)
1063210632#-----| Type = [RValueReferenceType] constructor_only &&
10633- # 1335| [ConversionConstructor ] void constructor_only::constructor_only(int)
10633+ # 1335| [Constructor ] void constructor_only::constructor_only(int)
1063410634# 1335| <params>:
1063510635# 1335| getParameter(0): [Parameter] x
1063610636# 1335| Type = [IntType] int
Original file line number Diff line number Diff line change 3030| variables.cpp:15:12:15:13 | v1 | file://:0:0:0:0 | int[10] | StaticStorageDurationVariable | | static |
3131| variables.cpp:15:21:15:22 | pv | file://:0:0:0:0 | int * | GlobalVariable | | static |
3232| variables.cpp:15:21:15:22 | pv | file://:0:0:0:0 | int * | StaticStorageDurationVariable | | static |
33- | variables.cpp:17:7:17:8 | fp | file://:0:0:0:0 | ..(*)(..) | FunctionPointerVariable | | |
3433| variables.cpp:17:7:17:8 | fp | file://:0:0:0:0 | ..(*)(..) | GlobalVariable | | |
3534| variables.cpp:17:7:17:8 | fp | file://:0:0:0:0 | ..(*)(..) | StaticStorageDurationVariable | | |
3635| variables.cpp:19:7:19:8 | v2 | file://:0:0:0:0 | float[3] | GlobalVariable | | |
You can’t perform that action at this time.
0 commit comments