@@ -15440,6 +15440,8 @@ ir.cpp:
1544015440# 1911| Type = [CTypedefType,NestedTypedefType] pointer
1544115441# 1911| getEntryPoint(): [BlockStmt] { ... }
1544215442# 1912| getStmt(0): [DeclStmt] declaration
15443+ # 1912| getDeclarationEntry(0): [TypeDeclarationEntry] declaration of _Res
15444+ # 1912| Type = [CTypedefType,LocalTypedefType] _Res
1544315445# 1913| getStmt(1): [ReturnStmt] return ...
1544415446# 1913| getExpr(): [VariableAccess] p
1544515447# 1913| Type = [CTypedefType,NestedTypedefType] pointer
@@ -15547,6 +15549,10 @@ ir.cpp:
1554715549# 1924| <params>:
1554815550# 1924| getEntryPoint(): [BlockStmt] { ... }
1554915551# 1925| getStmt(0): [DeclStmt] declaration
15552+ # 1925| getDeclarationEntry(0): [VariableDeclarationEntry] definition of x
15553+ # 1925| Type = [ArrayType] int[10]
15554+ # 1925| getDeclarationEntry(1): [VariableDeclarationEntry] definition of y
15555+ # 1925| Type = [ArrayType] int[10]
1555015556# 1926| getStmt(1): [ExprStmt] ExprStmt
1555115557# 1926| getExpr(): [AssignExpr] ... = ...
1555215558# 1926| Type = [IntType] int
@@ -15642,7 +15648,11 @@ ir.cpp:
1564215648# 1939| <params>:
1564315649# 1939| getEntryPoint(): [BlockStmt] { ... }
1564415650# 1940| getStmt(0): [DeclStmt] declaration
15651+ # 1940| getDeclarationEntry(0): [VariableDeclarationEntry] declaration of g
15652+ # 1940| Type = [IntType] int
1564515653# 1941| getStmt(1): [DeclStmt] declaration
15654+ # 1941| getDeclarationEntry(0): [FunctionDeclarationEntry] declaration of z
15655+ # 1941| Type = [IntType] int
1564615656# 1942| getStmt(2): [ReturnStmt] return ...
1564715657# 1942| getExpr(): [VariableAccess] g
1564815658# 1942| Type = [IntType] int
0 commit comments