source: CIVL/examples/mpi-omp/AMG2013/krylov_bug/gmres_data.CIVL.AST

main
Last change on this file was ea777aa, checked in by Alex Wilton <awilton@…>, 3 years ago

Moved examples, include, build_default.properties, common.xml, and README out from dev.civl.com into the root of the repo.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@5704 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 13.6 KB
RevLine 
[01e5f885]1[0]: TranslationUnit (scope 5067)
2| source: krylov_bug.h:3.0-gmres_bug.c:11.1 "typedef struct\n{\n char ... }" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
3| 0[1]: Typedef (scope 5067)
4| | source: krylov_bug.h:3.0-7.22 "typedef struct\n{\n char ... hypre_GMRESFunctions" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
5| | 0[2]: Identifier[hypre_GMRESFunctions] (scope 5067)
6| | | source: krylov_bug.h:7.2-22 "hypre_GMRESFunctions" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
7| | 1[3]: StructureType[type=2110] (scope 5067)
8| | | source: krylov_bug.h:3.8-7.1 "struct\n{\n char * ... }" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
9| | | 0[4]: Identifier[$anon_struct_0] (scope 5067)
10| | | | source: krylov_bug.h:3.8-7.1 "struct\n{\n char * ... }" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
11| | | 1[5]: FieldDeclarations (scope 5067)
12| | | | source: krylov_bug.h:5.3-54 "char * (*CAlloc) ... )" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
13| | | | 0[6]: FieldDeclaration (scope 5067)
14| | | | | source: krylov_bug.h:5.3-54 "char * (*CAlloc) ... )" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
15| | | | | 0[7]: Identifier[CAlloc] (scope 5067)
16| | | | | | source: krylov_bug.h:5.12-18 "CAlloc" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
17| | | | | 1[8]: PointerType[type=1637] (scope 5067)
18| | | | | | source: krylov_bug.h:5.3-54 "char * (*CAlloc) ... )" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
19| | | | | | 0[9]: FunctionType[prototypeForm, type=1385] (scope 5067)
20| | | | | | | source: krylov_bug.h:5.3-54 "char * (*CAlloc) ... )" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
21| | | | | | | 0[10]: PointerType[type=101] (scope 5067)
22| | | | | | | | source: krylov_bug.h:5.3-9 "char *" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
23| | | | | | | | 0[11]: BasicType[CHAR, type=1] (scope 5067)
24| | | | | | | | | source: krylov_bug.h:5.3-7 "char" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
25| | | | | | | 1[12]: FormalParameterList (scope 5068)
26| | | | | | | | source: krylov_bug.h:5.29-52 "int count, int elt_size" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
27| | | | | | | | 0[13]: ObjectDeclaration (scope 5068)
28| | | | | | | | | source: krylov_bug.h:5.29-38 "int count" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
29| | | | | | | | | 0[14]: Identifier[count] (scope 5068)
30| | | | | | | | | | source: krylov_bug.h:5.33-38 "count" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
31| | | | | | | | | 1[15]: BasicType[INT, type=0] (scope 5068)
32| | | | | | | | | | source: krylov_bug.h:5.29-32 "int" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
33| | | | | | | | 1[16]: ObjectDeclaration (scope 5068)
34| | | | | | | | | source: krylov_bug.h:5.40-52 "int elt_size" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
35| | | | | | | | | 0[17]: Identifier[elt_size] (scope 5068)
36| | | | | | | | | | source: krylov_bug.h:5.44-52 "elt_size" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
37| | | | | | | | | 1[18]: BasicType[INT, type=0] (scope 5068)
38| | | | | | | | | | source: krylov_bug.h:5.40-43 "int" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
39| 1[19]: Typedef (scope 5067)
40| | source: krylov_bug.h:9.0-13.17 "typedef struct\n{\n int ... hypre_GMRESData" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
41| | 0[20]: Identifier[hypre_GMRESData] (scope 5067)
42| | | source: krylov_bug.h:13.2-17 "hypre_GMRESData" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
43| | 1[21]: StructureType[type=2111] (scope 5067)
44| | | source: krylov_bug.h:9.8-13.1 "struct\n{\n int k_dim; ... }" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
45| | | 0[22]: Identifier[$anon_struct_1] (scope 5067)
46| | | | source: krylov_bug.h:9.8-13.1 "struct\n{\n int k_dim; ... }" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
47| | | 1[23]: FieldDeclarations (scope 5067)
48| | | | source: krylov_bug.h:11.3-17 "int k_dim" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
49| | | | 0[24]: FieldDeclaration (scope 5067)
50| | | | | source: krylov_bug.h:11.3-17 "int k_dim" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
51| | | | | 0[25]: Identifier[k_dim] (scope 5067)
52| | | | | | source: krylov_bug.h:11.12-17 "k_dim" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
53| | | | | 1[26]: BasicType[INT, type=0] (scope 5067)
54| | | | | | source: krylov_bug.h:11.3-6 "int" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
55| 2[27]: FunctionDeclaration (scope 5067)
56| | source: krylov_bug.h:15.0-64 "void *hypre_GMRESCreate( hypre_GMRESFunctions * ... )" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
57| | 0[28]: Identifier[hypre_GMRESCreate] (scope 5067)
58| | | source: krylov_bug.h:15.6-23 "hypre_GMRESCreate" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
59| | 1[29]: FunctionType[prototypeForm, type=2113] (scope 5067)
60| | | source: krylov_bug.h:15.0-64 "void *hypre_GMRESCreate( hypre_GMRESFunctions * ... )" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
61| | | 0[30]: PointerType[type=20] (scope 5067)
62| | | | source: krylov_bug.h:15.0-6 "void *" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
63| | | | 0[31]: VoidType[type=19] (scope 5067)
64| | | | | source: krylov_bug.h:15.0-4 "void" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
65| | | 1[32]: FormalParameterList (scope 5069)
66| | | | source: krylov_bug.h:15.25-62 "hypre_GMRESFunctions *gmres_functions" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
67| | | | 0[33]: ObjectDeclaration (scope 5069)
68| | | | | source: krylov_bug.h:15.25-62 "hypre_GMRESFunctions *gmres_functions" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
69| | | | | 0[34]: Identifier[gmres_functions] (scope 5069)
70| | | | | | source: krylov_bug.h:15.47-62 "gmres_functions" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
71| | | | | 1[35]: PointerType[type=2112] (scope 5069)
72| | | | | | source: krylov_bug.h:15.25-47 "hypre_GMRESFunctions *" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
73| | | | | | 0[36]: TypedefName[type=2110] (scope 5069)
74| | | | | | | source: krylov_bug.h:15.25-45 "hypre_GMRESFunctions" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
75| | | | | | | 0[37]: Identifier[hypre_GMRESFunctions] (scope 5069)
76| | | | | | | | source: krylov_bug.h:15.25-45 "hypre_GMRESFunctions" included from gmres_bug.c:1.9-23 ""krylov_bug.h""
77| | | | | | | 1 <absent>
78| | 2 <absent>
79| 3[38]: FunctionDefinition (scope 5067)
80| | source: gmres_bug.c:3.0-11.1 "void *\nhypre_GMRESCreate( hypre_GMRESFunctions ... }"
81| | 0[39]: Identifier[hypre_GMRESCreate] (scope 5067)
82| | | source: gmres_bug.c:4.0-17 "hypre_GMRESCreate"
83| | 1[40]: FunctionType[prototypeForm, type=2113] (scope 5067)
84| | | source: gmres_bug.c:3.0-4.58 "void *\nhypre_GMRESCreate( hypre_GMRESFunctions ... )"
85| | | 0[41]: PointerType[type=20] (scope 5067)
86| | | | source: gmres_bug.c:3.0-6 "void *"
87| | | | 0[42]: VoidType[type=19] (scope 5067)
88| | | | | source: gmres_bug.c:3.0-4 "void"
89| | | 1[43]: FormalParameterList (scope 5071)
90| | | | source: gmres_bug.c:4.19-56 "hypre_GMRESFunctions *gmres_functions"
91| | | | 0[44]: ObjectDeclaration (scope 5071)
92| | | | | source: gmres_bug.c:4.19-56 "hypre_GMRESFunctions *gmres_functions"
93| | | | | 0[45]: Identifier[gmres_functions] (scope 5071)
94| | | | | | source: gmres_bug.c:4.41-56 "gmres_functions"
95| | | | | 1[46]: PointerType[type=2112] (scope 5071)
96| | | | | | source: gmres_bug.c:4.19-41 "hypre_GMRESFunctions *"
97| | | | | | 0[47]: TypedefName[type=2110] (scope 5071)
98| | | | | | | source: gmres_bug.c:4.19-39 "hypre_GMRESFunctions"
99| | | | | | | 0[48]: Identifier[hypre_GMRESFunctions] (scope 5071)
100| | | | | | | | source: gmres_bug.c:4.19-39 "hypre_GMRESFunctions"
101| | | | | | | 1 <absent>
102| | 2 <absent>
103| | 3[49]: CompoundStatement (scope 5072)
104| | | source: gmres_bug.c:5.0-11.1 "{\n hypre_GMRESData *gmres_data;\n ... }"
105| | | 0[50]: ObjectDeclaration (scope 5072)
106| | | | source: gmres_bug.c:6.3-30 "hypre_GMRESData *gmres_data"
107| | | | 0[51]: Identifier[gmres_data] (scope 5072)
108| | | | | source: gmres_bug.c:6.20-30 "gmres_data"
109| | | | 1[52]: PointerType[type=2114] (scope 5072)
110| | | | | source: gmres_bug.c:6.3-20 "hypre_GMRESData *"
111| | | | | 0[53]: TypedefName[type=2111] (scope 5072)
112| | | | | | source: gmres_bug.c:6.3-18 "hypre_GMRESData"
113| | | | | | 0[54]: Identifier[hypre_GMRESData] (scope 5072)
114| | | | | | | source: gmres_bug.c:6.3-18 "hypre_GMRESData"
115| | | | | | 1 <absent>
116| | | 1[55]: ExpressionStatement (scope 5072)
117| | | | source: gmres_bug.c:8.3-krylov_bug.h:8.67 "gmres_data = ( (hypre_GMRESData ... )"
118| | | | 0[56]: OperatorNode[operator=ASSIGN] (scope 5072)
119| | | | | source: gmres_bug.c:8.3-krylov_bug.h:8.67 "gmres_data = ( (hypre_GMRESData ... )"
120| | | | | initial type: (struct $anon_struct_1) *
121| | | | | 0[57]: IdentifierExpressionNode (scope 5072)
122| | | | | | source: gmres_bug.c:8.3-13 "gmres_data"
123| | | | | | initial type: (struct $anon_struct_1) *
124| | | | | | 0[58]: Identifier[gmres_data] (scope 5072)
125| | | | | | | source: gmres_bug.c:8.3-13 "gmres_data"
126| | | | | 1[59]: CastNode (scope 5072)
127| | | | | | source: krylov_bug.h:1.43-8.67 "( (hypre_GMRESData *)(* ... )" from gmres_bug.c:8.16-30 "hypre_CTAllocF"
128| | | | | | initial type: (struct $anon_struct_1) *
129| | | | | | 0[60]: PointerType[type=2114] (scope 5072)
130| | | | | | | source: krylov_bug.h:8.31-1.52 "hypre_GMRESData *" from gmres_bug.c:8.31-46 "hypre_GMRESData"
131| | | | | | | 0[61]: TypedefName[type=2111] (scope 5072)
132| | | | | | | | source: krylov_bug.h:8.31-1.50 "hypre_GMRESData" from gmres_bug.c:8.31-46 "hypre_GMRESData"
133| | | | | | | | 0[62]: Identifier[hypre_GMRESData] (scope 5072)
134| | | | | | | | | source: krylov_bug.h:8.31-1.50 "hypre_GMRESData" from gmres_bug.c:8.31-46 "hypre_GMRESData"
135| | | | | | | | 1 <absent>
136| | | | | | 1[63]: FunctionCallNode (scope 5072)
137| | | | | | | source: krylov_bug.h:1.53-122 "(*( gmres_functions->CAlloc)) ... )" from gmres_bug.c:8.16-30 "hypre_CTAllocF"
138| | | | | | | initial type: (char) *
139| | | | | | | 0[64]: OperatorNode[operator=DEREFERENCE] (scope 5072)
140| | | | | | | | source: krylov_bug.h:1.53-71 "(*( gmres_functions->CAlloc))" from gmres_bug.c:8.16-30 "hypre_CTAllocF"
141| | | | | | | | initial type: (char) * (int, int)
142| | | | | | | | 0[65]: ArrowNode (scope 5072)
143| | | | | | | | | source: krylov_bug.h:1.55-70 "( gmres_functions->CAlloc)" from gmres_bug.c:8.16-30 "hypre_CTAllocF"
144| | | | | | | | | initial type: ((char) * (int, int)) *
145| | | | | | | | | 0[66]: IdentifierExpressionNode (scope 5072)
146| | | | | | | | | | source: krylov_bug.h:8.51-1.61 "gmres_functions" from gmres_bug.c:8.51-66 "gmres_functions"
147| | | | | | | | | | initial type: (struct $anon_struct_0) *
148| | | | | | | | | | 0[67]: Identifier[gmres_functions] (scope 5072)
149| | | | | | | | | | | source: krylov_bug.h:8.51-1.61 "gmres_functions" from gmres_bug.c:8.51-66 "gmres_functions"
150| | | | | | | | | 1[68]: Identifier[CAlloc] (scope 5072)
151| | | | | | | | | | source: krylov_bug.h:1.63-69 "CAlloc" from gmres_bug.c:8.16-30 "hypre_CTAllocF"
152| | | | | | | 1[69]: ActualContextParameterList (scope 5072)
153| | | | | | | | source: krylov_bug.h:1.53-122 "(*( gmres_functions->CAlloc)) ... )" from gmres_bug.c:8.16-30 "hypre_CTAllocF"
154| | | | | | | 2[70]: ActualParameterList (scope 5072)
155| | | | | | | | source: krylov_bug.h:1.53-122 "(*( gmres_functions->CAlloc)) ... )" from gmres_bug.c:8.16-30 "hypre_CTAllocF"
156| | | | | | | | 0[71]: CastNode (scope 5072)
157| | | | | | | | | source: krylov_bug.h:1.72-93 "(unsigned int)( 1)" from gmres_bug.c:8.16-30 "hypre_CTAllocF"
158| | | | | | | | | initial type: unsigned
159| | | | | | | | | conversions
160| | | | | | | | | | ArithmeticConversion[4(unsigned), 0(int)]
161| | | | | | | | | 0[72]: BasicType[UNSIGNED, type=4] (scope 5072)
162| | | | | | | | | | source: krylov_bug.h:1.73-85 "unsigned int" from gmres_bug.c:8.16-30 "hypre_CTAllocF"
163| | | | | | | | | 1[73]: IntegerConstantNode[value=1] (scope 5072)
164| | | | | | | | | | source: krylov_bug.h:1.86-93 "( 1)" from gmres_bug.c:8.16-30 "hypre_CTAllocF"
165| | | | | | | | | | initial type: int
166| | | | | | | | | | constant value: 1
167| | | | | | | | 1[74]: CastNode (scope 5072)
168| | | | | | | | | source: krylov_bug.h:1.95-120 "(unsigned int)sizeof(hypre_GMRESData" from gmres_bug.c:8.16-30 "hypre_CTAllocF"
169| | | | | | | | | initial type: unsigned
170| | | | | | | | | conversions
171| | | | | | | | | | ArithmeticConversion[4(unsigned), 0(int)]
172| | | | | | | | | 0[75]: BasicType[UNSIGNED, type=4] (scope 5072)
173| | | | | | | | | | source: krylov_bug.h:1.96-108 "unsigned int" from gmres_bug.c:8.16-30 "hypre_CTAllocF"
174| | | | | | | | | 1[76]: SizeOfNode (scope 5072)
175| | | | | | | | | | source: krylov_bug.h:1.109-120 "sizeof(hypre_GMRESData" from gmres_bug.c:8.16-30 "hypre_CTAllocF"
176| | | | | | | | | | initial type: Type[kind=OTHER_INTEGER]
177| | | | | | | | | | 0[77]: TypedefName[type=2111] (scope 5072)
178| | | | | | | | | | | source: krylov_bug.h:8.31-1.120 "hypre_GMRESData" from gmres_bug.c:8.31-46 "hypre_GMRESData"
179| | | | | | | | | | | 0[78]: Identifier[hypre_GMRESData] (scope 5072)
180| | | | | | | | | | | | source: krylov_bug.h:8.31-1.120 "hypre_GMRESData" from gmres_bug.c:8.31-46 "hypre_GMRESData"
181| | | | | | | | | | | 1 <absent>
182| | | | | | | 3 <absent>
183| | | 2[79]: ReturnStatement (scope 5072)
184| | | | source: gmres_bug.c:10.3-30 "return (void *) gmres_data;"
185| | | | 0[80]: CastNode (scope 5072)
186| | | | | source: gmres_bug.c:10.10-29 "(void *) gmres_data"
187| | | | | initial type: (void) *
188| | | | | 0[81]: PointerType[type=20] (scope 5072)
189| | | | | | source: gmres_bug.c:10.11-17 "void *"
190| | | | | | 0[82]: VoidType[type=19] (scope 5072)
191| | | | | | | source: gmres_bug.c:10.11-15 "void"
192| | | | | 1[83]: IdentifierExpressionNode (scope 5072)
193| | | | | | source: gmres_bug.c:10.19-29 "gmres_data"
194| | | | | | initial type: (struct $anon_struct_1) *
195| | | | | | 0[84]: Identifier[gmres_data] (scope 5072)
196| | | | | | | source: gmres_bug.c:10.19-29 "gmres_data"
Note: See TracBrowser for help on using the repository browser.