@@ -14137,6 +14137,30 @@ ir.cpp:
1413714137# 1845| Type = [Struct] B
1413814138# 1845| ValueCategory = lvalue
1413914139# 1846| getStmt(2): [ReturnStmt] return ...
14140+ # 1849| [TopLevelFunction] void magicvars()
14141+ # 1849| <params>:
14142+ # 1849| getEntryPoint(): [BlockStmt] { ... }
14143+ # 1850| getStmt(0): [DeclStmt] declaration
14144+ # 1850| getDeclarationEntry(0): [VariableDeclarationEntry] definition of pf
14145+ # 1850| Type = [PointerType] const char *
14146+ # 1850| getVariable().getInitializer(): [Initializer] initializer for pf
14147+ # 1850| getExpr(): [VariableAccess] __PRETTY_FUNCTION__
14148+ # 1850| Type = [ArrayType] const char[17]
14149+ # 1850| ValueCategory = lvalue
14150+ # 1850| getExpr().getFullyConverted(): [ArrayToPointerConversion] array to pointer conversion
14151+ # 1850| Type = [PointerType] const char *
14152+ # 1850| ValueCategory = prvalue
14153+ # 1851| getStmt(1): [DeclStmt] declaration
14154+ # 1851| getDeclarationEntry(0): [VariableDeclarationEntry] definition of strfunc
14155+ # 1851| Type = [PointerType] const char *
14156+ # 1851| getVariable().getInitializer(): [Initializer] initializer for strfunc
14157+ # 1851| getExpr(): [VariableAccess] __func__
14158+ # 1851| Type = [ArrayType] const char[10]
14159+ # 1851| ValueCategory = lvalue
14160+ # 1851| getExpr().getFullyConverted(): [ArrayToPointerConversion] array to pointer conversion
14161+ # 1851| Type = [PointerType] const char *
14162+ # 1851| ValueCategory = prvalue
14163+ # 1852| getStmt(2): [ReturnStmt] return ...
1414014164perf-regression.cpp:
1414114165# 4| [CopyAssignmentOperator] Big& Big::operator=(Big const&)
1414214166# 4| <params>:
0 commit comments