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:
128
128
# 1| <params>:
129
129
#-----| getParameter(0): [Parameter] (unnamed parameter 0)
130
130
#-----| Type = [RValueReferenceType] C &&
131
- # 3| [ConversionConstructor ] void C::C(int)
131
+ # 3| [Constructor ] void C::C(int)
132
132
# 3| <params>:
133
133
# 3| getParameter(0): [Parameter] i
134
134
# 3| Type = [IntType] int
Original file line number Diff line number Diff line change @@ -5401,7 +5401,7 @@ ir.cpp:
5401
5401
# 600| <params>:
5402
5402
# 600| getParameter(0): [Parameter] (unnamed parameter 0)
5403
5403
# 600| Type = [RValueReferenceType] String &&
5404
- # 601| [ConversionConstructor ] void String::String(char const*)
5404
+ # 601| [Constructor ] void String::String(char const*)
5405
5405
# 601| <params>:
5406
5406
# 601| getParameter(0): [Parameter] (unnamed parameter 0)
5407
5407
# 601| Type = [PointerType] const char *
@@ -10630,7 +10630,7 @@ ir.cpp:
10630
10630
# 1330| <params>:
10631
10631
#-----| getParameter(0): [Parameter] (unnamed parameter 0)
10632
10632
#-----| Type = [RValueReferenceType] constructor_only &&
10633
- # 1335| [ConversionConstructor ] void constructor_only::constructor_only(int)
10633
+ # 1335| [Constructor ] void constructor_only::constructor_only(int)
10634
10634
# 1335| <params>:
10635
10635
# 1335| getParameter(0): [Parameter] x
10636
10636
# 1335| Type = [IntType] int
Original file line number Diff line number Diff line change 30
30
| variables.cpp:15:12:15:13 | v1 | file://:0:0:0:0 | int[10] | StaticStorageDurationVariable | | static |
31
31
| variables.cpp:15:21:15:22 | pv | file://:0:0:0:0 | int * | GlobalVariable | | static |
32
32
| 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 | | |
34
33
| variables.cpp:17:7:17:8 | fp | file://:0:0:0:0 | ..(*)(..) | GlobalVariable | | |
35
34
| variables.cpp:17:7:17:8 | fp | file://:0:0:0:0 | ..(*)(..) | StaticStorageDurationVariable | | |
36
35
| 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